POST api/Order/Export
Request Information
URI Parameters
None.
Body Parameters
OrderFilterForm| Name | Description | Type | Additional information |
|---|---|---|---|
| date_from | date |
None. |
|
| date_to | date |
None. |
|
| status | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"date_from": "2026-01-09T08:47:10.3959419+08:00",
"date_to": "2026-01-09T08:47:10.3959419+08:00",
"status": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.