POST api/Reports/GetxsalesReportprint
Request Information
URI Parameters
None.
Body Parameters
GetReportsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| BmHeadnum | integer |
None. |
|
| CompKey | integer |
None. |
|
| ClientKey | integer |
None. |
|
| ClientMobile | string |
None. |
|
| OrdType | string |
None. |
|
| OrdHeadnumb | integer |
None. |
|
| UserKey | integer |
None. |
|
| MechKey | integer |
None. |
|
| Datefrom | date |
None. |
|
| Dateto | date |
None. |
|
| Subsordemo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BmHeadnum": 1,
"CompKey": 2,
"ClientKey": 3,
"ClientMobile": "sample string 4",
"OrdType": "sample string 5",
"OrdHeadnumb": 6,
"UserKey": 7,
"MechKey": 8,
"Datefrom": "2026-04-01T16:57:34.2836189+04:00",
"Dateto": "2026-04-01T16:57:34.2836189+04:00",
"Subsordemo": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.