POST api/getalllocationwithtransit
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
LocationResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| lstlocation | Collection of LocationModel |
None. |
|
| totalItems | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"lstlocation": [
{
"$id": "2",
"Id": 1,
"SubLocationId": 1,
"LocationId": 1,
"Location": "sample string 2",
"Name": "sample string 3",
"Address1": "sample string 4",
"Address2": "sample string 5",
"Pincode": "sample string 6",
"RowNumber": 7
},
{
"$ref": "2"
}
],
"totalItems": 1
}