Authorization: Bearer ********************{
"businessLocationId": "84527a82-7de9-4552-9101-e217e0c1ba3a",
"name": "string",
"description": "string",
"sortOrder": 0,
"isActive": true
}curl --location --request POST 'https://prod.your-api-server.com/resource-types' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessLocationId": "84527a82-7de9-4552-9101-e217e0c1ba3a",
"name": "string",
"description": "string",
"sortOrder": 0,
"isActive": true
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"businessLocationId": "84527a82-7de9-4552-9101-e217e0c1ba3a",
"name": "string",
"description": "string",
"sortOrder": 0,
"isActive": true,
"resourceCount": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}