POST POS/v3/PurchaseOrders/{id}/Items/{purchaseOrderItemId}/SplitToMultipleEvents Try Now

Splits to multiple events.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

NameDescriptionTypeAdditional 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.