POST api/v1/Report/Salon/{sapId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sapId | string |
Default value is |
Body Parameters
ReportRequestMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| attributes | ReportingDate |
None. |
|
| type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"type": "sample string 1",
"attributes": {
"pageIndex": 2,
"pageSize": 3,
"date": "sample string 1"
}
}
application/xml, text/xml
Sample:
<ReportRequestMessage xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Type>sample string 1</Type>
<Attributes>
<ReportDate>sample string 1</ReportDate>
<PageIndex>2</PageIndex>
<PageSize>3</PageSize>
</Attributes>
</ReportRequestMessage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReportResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| type | string |
None. |
|
| data | ReportData |
None. |
|
| pageIndex | integer |
None. |
|
| totalItems | integer |
None. |
|
| totalPages | integer |
None. |
|
| pageSize | integer |
None. |
|
| CustomValues | Dictionary of string [key] and string [value] |
None. |
|
| CustomValuesSpecified | boolean |
None. |
|
| Errors | Collection of IPartnerResponseMessageError |
None. |
|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |