Slade360 eTIMS API
string · required · style: simplestring · required · style: simple
string · uuid · required · style: formstring · required · style: simplestring · required · style: simplestring
Branches
This section covers fetching your organisation's branches from eTIMS and sending (syncing) a branch user to eTIMS.
Fetch etims organisation branches
GET
https://api-dev.slade360edi.com/erp
/api/branches/branches/fetch_etims_organisation_branches
Description
This endpoint retrieves the organisation branches from ETIMS.
Required
- X-Workstation - This is a required header. It is the worstation ID of the user
Headers
AcceptReturns the response in JSON format
Example: application/json
X-Workstation[REQUIRED] Workstation ID
Example: X-Workstation
Fetch etims organisation branches › Responses
200
OK
string
Example: "Organisation branches fetched succesfully."
Send a branch user to eTIMS
POST
https://api-dev.slade360edi.com/erp
/api/branches/branches/sync_to_etims
Description
This endpoint sends (syncs) a branch user to eTIMS. Identify the user to sync with the user_id query parameter.
Required
- user_id - [REQUIRED] The ID of the branch user to sync to eTIMS.
- X-Workstation - [REQUIRED] The workstation ID of the user.
query Parameters
user_id[REQUIRED] The ID of the branch user to sync to eTIMS
Example: 2bf035f5-1483-4769-a92b-3eda1a8115aa
Headers
AcceptReturns the response in JSON format
Example: application/json
X-Workstation[REQUIRED] Workstation ID
Example: X-Workstation
Send a branch user to eTIMS › Responses
200
OK
detail
