GET api/Operations/GetControllingOffices/{auth}/{EntityGUID}/{EntityType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| auth | string |
Required |
|
| EntityGUID | string |
Required |
|
| EntityType | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GetControllingOfficesResp| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccessful | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| OfficeID | integer |
None. |
|
| PuDispatchOfficeID | integer |
None. |
|
| DelDispatchOfficeID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccessful": true,
"ErrorMessage": "sample string 2",
"OfficeID": 3,
"PuDispatchOfficeID": 1,
"DelDispatchOfficeID": 1
}
application/xml, text/xml
Sample:
<GetControllingOfficesResp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParcelLogic.WebApi.Transportation.Models"> <DelDispatchOfficeID>1</DelDispatchOfficeID> <ErrorMessage>sample string 2</ErrorMessage> <IsSuccessful>true</IsSuccessful> <OfficeID>3</OfficeID> <PuDispatchOfficeID>1</PuDispatchOfficeID> </GetControllingOfficesResp>