Create org office
POST
/orgs/offices
curl \
-X POST https://open.api.missionx.ai/v1/orgs/offices \
-H "Content-Type: application/json" \
-d '{"customId":"string","title":"string","description":"string","address":"string","country":"string"}'
Request examples
{
"customId": "string",
"title": "string",
"description": "string",
"address": "string",
"country": "string"
}
Response examples (200)
{
"_id": "string",
"customId": "string",
"title": "string",
"description": "string",
"address": "string",
"country": "string"
}
Response examples (400)
{
"message": "string",
"code": "string",
"data": {}
}
Response examples (500)
{
"message": "string",
"code": "string",
"data": {}
}