POST ShopDashboard
Request Information
URI Parameters
None.
Body Parameters
RequestDashboardVMModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | string |
None. |
|
| CurrentPage | string |
None. |
|
| PageSize | string |
None. |
|
| SearchAppID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": "sample string 1",
"CurrentPage": "sample string 2",
"PageSize": "sample string 3",
"SearchAppID": "sample string 4"
}
application/xml, text/xml
Sample:
<RequestDashboardVMModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LMSWhatsappAPI.Model"> <CurrentPage>sample string 2</CurrentPage> <PageSize>sample string 3</PageSize> <SearchAppID>sample string 4</SearchAppID> <UserID>sample string 1</UserID> </RequestDashboardVMModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.