POST
/
assignment
/
create
/
{company_slug}
curl --request POST \
  --url https://api.hierarch.io/v1/assignment/create/{company_slug}/ \
  --header 'Content-Type: application/json' \
  --header 'token: <api-key>' \
  --data '{
  "title": "<string>",
  "description": "<string>",
  "remarks": "<string>",
  "product_id": 123
}'
{
  "result": "<string>"
}

Authorizations

token
string
header
required

API token provided to your company

Path Parameters

company_slug
string
required

This is your company url

Body

application/json
Creates new assignment record
title
string

Assignment title

description
string

Assignment description

remarks
string

Assignment remarks

product_id
integer

Product ID

Response

200
application/json
OK Response
result
string
required