cURL
curl --request PUT \ --url https://tms.universal.rollout.com/api/offices/{id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "phone": "<string>", "email": "<string>", "timezone": "<string>", "company": "<string>", "requiresTemplate": true } '
{ "id": "<string>", "name": "<string>", "address": { "type": "<string>", "street": "<string>", "city": "<string>", "state": "<string>", "code": "<string>", "country": "<string>" }, "phone": "<string>", "email": "<string>", "timezone": "<string>", "company": "<string>", "requiresTemplate": true, "created": "<string>", "updated": "<string>", "rolloutUpdated": "<string>", "originalIds": {}, "original": {} }
Show child attributes
OK