Account Locations REST API
Resource URL Summary
Retrieve a list of all Account Locations for a specific Account
GET /seiapi/v3/trans/Account/${AccountNum}/Location
API Specific Parameters
Parameter | Description |
---|---|
${AccountNum} | Identifies the Account Location Related Objects Account Object. |
HTTP Headers
This API uses the default ServiceMobility HTTP Headers.
API Specifics
Retrieve a list of Account Locations for a specific Account
This REST API will return a list of all Account Locations associated with the Account with the specified ID. The Account with the specified ID must already exist in the system.
URL
GET /seiapi/v3/trans/Account/${AccountID}/Location
HTTP Request Body
This request does not require a request body.
HTTP Response
On success, an HTTP status code of 200 will be returned, and the response body will contain a collection of Account Location Objects associated with the Account.
It is possible for the returned collection to be empty if the Account does not have any Account Locations associated with it.
HTTP Response Body
{ "Locations" : [ // A collection of zero or more location object. ] }