POST api/TransferLocationList
Request Information
URI Parameters
None.
Body Parameters
ParametersForTransferLocationList| Name | Description | Type | Additional information |
|---|---|---|---|
| AgencyID | integer |
None. |
|
| LanguageCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AgencyID": 1,
"LanguageCode": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of TransferLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationID | integer |
None. |
|
| LocationTypeID | integer |
None. |
|
| AreaID | integer |
None. |
|
| Name | string |
None. |
|
| Coordinate | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LocationID": 1,
"LocationTypeID": 2,
"AreaID": 3,
"Name": "sample string 4",
"Coordinate": "sample string 5"
},
{
"LocationID": 1,
"LocationTypeID": 2,
"AreaID": 3,
"Name": "sample string 4",
"Coordinate": "sample string 5"
}
]