POST api/Provider/GetStoreList
Request Information
URI Parameters
None.
Body Parameters
StoreRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| City | integer |
None. |
|
| Province | integer |
None. |
|
| SearchTerm | string |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| LanguageId | integer |
None. |
|
| ApiKey | string |
None. |
|
| AppName | string |
None. |
|
| ExportExcel | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"City": 1,
"Province": 2,
"SearchTerm": "sample string 3",
"PageNumber": 4,
"PageSize": 5,
"Latitude": 6.1,
"Longitude": 7.1,
"LanguageId": 8,
"ApiKey": "sample string 9",
"AppName": "sample string 10",
"ExportExcel": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| messages | Collection of string |
None. |
|
| status | string |
None. |
|
| data | Object |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"messages": [
"sample string 1",
"sample string 2"
],
"status": "sample string 1",
"data": {},
"totalCount": 3
}