Updates an Organization Unit
PATCH
/orgunits/{orgid}
Organization Units
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'http://learnifier.com/orgunits/' \
--header 'Content-Type: application/json' \
--data-raw '{
"caller": "81590981-1e05-4fd5-aa15-15bc4b06cf7f",
"clientNumber": "X-1234",
"country": "se",
"displayName": "Sample Corp",
"externalId": "string",
"parent": "1234"
}'
Response Response Example
200 - Example 1
{
"code": 0,
"field": "string",
"message": "string"
}
Request
Path Params
orgid
string
required
Body Params application/json