cURL
curl --request POST \ --url https://api.hierarch.io/v1/assignment/assign/{company_slug}/{assignment_id}/ \ --header 'Content-Type: application/json' \ --header 'token: <api-key>' \ --data '{ "section": "<string>", "id": 123 }'
{ "result": "<string>" }
Assign object to assignment
API token provided to your company
This is your company url
Assignment ID
The body is of type object.
object
OK Response
The response is of type object.
Was this page helpful?