Action: | GET ALL | |||||||||||||||
Method: | GET | |||||||||||||||
URL: | /api/v1/static/businessunit/getall | |||||||||||||||
Description: | Fetch all Static Business Unit records | |||||||||||||||
Type | Key | DataType | Notes | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Headers | api-key | String | Your Api-Key | |||||||||||||
Params | ReturnFormat | String | Json or Xml | |||||||||||||
Return Data: |
Json or XML collection of Static Business Unit records. [{ "BusinessUnitID": 11, "Name": "London Office", "Description": "London Office", "IsActive": "true", "EmailSettingId": 2 }] |
|
Action: | GET | |||||||||||||||
Method: | GET | |||||||||||||||
URL: | /api/v1/static/businessunit/get | |||||||||||||||
Description: | Fetch a Static Business Unit record based on Identifier | |||||||||||||||
Type | Key | DataType | Notes | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Headers | api-key | String | Your Api-Key | |||||||||||||
Params | BusinessUnitID | Int | Business Unit Identifier | |||||||||||||
Params | ReturnFormat | String | Json or Xml | |||||||||||||
Return Data: |
Json or XML of Static Business Unit record. { "BusinessUnitID": 11, "Name": "London Office", "Description": "London Office", "IsActive": "true", "EmailSettingId": 2 } |
|