POST api/GetListArticle
List Khuyến mại
Request Information
Requires Authorization!
Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SalonArticleRequest |
SalonArticleRequest |
SalonArticleRequest |
None. |
Body Parameters
SalonArticleRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| pageIndex | integer |
None. |
|
| pageSize | integer |
None. |
|
| getSalonNotCache | boolean |
None. |
|
| type | integer |
None. |
|
| salonSalemanID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"pageIndex": 1,
"pageSize": 2,
"getSalonNotCache": true,
"type": 4,
"salonSalemanID": 5
}
application/xml, text/xml
Sample:
<SalonArticleRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Auto.AppApi.Models"> <salonSalemanID>5</salonSalemanID> <type>4</type> <getSalonNotCache>true</getSalonNotCache> <pageIndex>1</pageIndex> <pageSize>2</pageSize> </SalonArticleRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataReturnObj| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"Data": "sample string 3"
}
application/xml, text/xml
Sample:
<DataReturnObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Auto.AppApi.Models"> <Data>sample string 3</Data> <Message>sample string 2</Message> <Status>1</Status> </DataReturnObj>