POST POS/PurchaseOrders/{id}/Items/{purchaseOrderItemId}/SplitToMultipleEvents Try Now
Splits to multiple events.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The identifier.
|
string |
Required
|
| purchaseOrderItemId |
The purchase order item identifier.
|
string |
Required
|
Body Parameters
The event ids.
Collection of string
Request Formats
application/json, text/json
Sample:
[ "" ]
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseOrderId |
The purchase order identifier.
|
string |
None.
|
| PurchaseOrderNumber |
The purchase order number.
|
long |
None.
|
| Tickets |
The tickets.
|
Collection of TicketDetails |
None.
|
| Status | BulkActionStatus |
None.
|
|
| Errors | Collection of TicketDetails |
None.
|
Response Formats
application/json, text/json
Sample:
Sample not available.