POST api/TransferLocationList

Request Information

URI Parameters

None.

Body Parameters

ParametersForTransferLocationList
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ParametersForTransferLocationList'.

Response Information

Resource Description

Collection of TransferLocation
NameDescriptionTypeAdditional 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"
  }
]