Associate or dissociate SLA from account
POST {{baseUrl}}/api/v1/accounts/:account_id/sla/{sla_id}
This API associates or dissociates an SLA from an account.
OAuth Scope
Desk.contacts.CREATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
associate (required) | <boolean> | Key that specifies if the SLA must be associated with the account or not. true is for associating and false is for dissociating. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |