POST api/GetRatingSalonSaleman
Salon/NKD xe - Rating
Request Information
Requires Authorization!
Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SalonRequestDetailModel |
SalonRequestDetailModel |
SalonRequestDetailModel |
None. |
Body Parameters
SalonRequestRatingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| typeRating | integer |
None. |
|
| pageIndex | integer |
None. |
|
| pageSize | integer |
None. |
|
| type | integer |
None. |
|
| salonSalemanID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"typeRating": 1,
"pageIndex": 2,
"pageSize": 3,
"type": 4,
"salonSalemanID": 5
}
application/xml, text/xml
Sample:
<SalonRequestRatingModel 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> <pageIndex>2</pageIndex> <pageSize>3</pageSize> <typeRating>1</typeRating> </SalonRequestRatingModel>
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>