The Company Settings API manage the account information set up for your organization. Formerly known as Enterprise Information.
Returns company settings. Formerly known as get your enterprise information.
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "short_code": "string",
- "registered_name": "string",
- "registered_address": "string",
- "location": "string",
- "zipcode": "string",
- "contact_person": "string",
- "contact_number": "string",
- "contact_email": "user@example.com",
- "wifi_lte_toggle_flag": true,
- "emm": {
- "google_enterprise_id": "string"
}, - "created_on": "2019-08-24T14:15:22Z",
- "updated_on": "2019-08-24T14:15:22Z"
}
Returns updated company settings. Formerly known as partial update enterprise information.
successful operation
Invalid request.
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "short_code": "string",
- "registered_name": "string",
- "registered_address": "string",
- "location": "string",
- "zipcode": "string",
- "contact_person": "string",
- "contact_number": "string",
- "contact_email": "user@example.com",
- "wifi_lte_toggle_flag": true,
- "emm": {
- "google_enterprise_id": "string"
}, - "created_on": "2019-08-24T14:15:22Z",
- "updated_on": "2019-08-24T14:15:22Z"
}