POST api/getsublocationlist
Request Information
URI Parameters
None.
Body Parameters
RequestParamLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| filter | string |
None. |
|
| startpage | integer |
None. |
|
| pagesize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"filter": "sample string 1",
"startpage": 2,
"pagesize": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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
}