Change Client Integration State
Change the state of the client integration
PATCH
https://integrate.d6plus.co.za/api/v1/settings/clients/{school_login_id}
Use this endpoint to change the state of the integration for a client who has authorised your integration in their d6+ SAMS instance. This state indicates whether you are actively servicing the client or not.
Path Parameters
Name
Type
Description
school_login_id*
Integer
The login ID of the school to retrieve data from
Headers
Name
Type
Description
HTTP-X-USERNAME*
String
As provided by d6
HTTP-X-PASSWORD*
String
As provided by d6
Request Body
Name
Type
Description
state*
Integer
The state you would like to set the integration to
api_type_id*
Integer
The api_type_id returned by the Get Clients endpoint
Examples
Last updated