POST api/Orders/BatchOrders
Request Information
URI Parameters
None.
Body Parameters
BatchOrdersDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
Required |
|
| PersonId | integer |
Required |
|
| OrderIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": 1,
"PersonId": 2,
"OrderIds": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Result | Object |
None. |
|
| StatusCode | integer |
None. |
|
| StatusGroup | string |
None. |
|
| Details | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.