POST api/v1/SaleOrders/PostAllOrdersForStore
Şirkete Ait Sipariş Listesi
Request Information
URI Parameters
None.
Body Parameters
SaleOrderListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| top | integer |
None. |
|
| skip | integer |
None. |
|
| status | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"top": 1,
"skip": 2,
"status": [
1,
2
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.