PUT POS/Sales/Invoices/{invoiceId}/Items Try Now
Add To Existing Invoice
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
invoiceId |
The identifier.
|
string |
Required
|
Body Parameters
Items
Collection of AddInvoiceItemRequest
Name | Description | Type | Additional information |
---|---|---|---|
ServiceFee | decimal number |
None.
|
|
Discount | decimal number |
None.
|
|
TaxName | string |
None.
|
|
Tax | decimal number |
None.
|
|
AdditionalTaxName | string |
None.
|
|
AdditionalTax | decimal number |
None.
|
|
TicketGroupId |
the ticket group identifier.
|
string |
None.
|
Quantity |
the quantity.
|
integer |
None.
|
LowSeat |
the low seat.
|
integer |
None.
|
HighSeat |
the high seat.
|
integer |
None.
|
Seats |
the seats.
|
Collection of integer |
None.
|
UnitPrice |
the sell price.
|
decimal number |
None.
|
TicketNumber |
the ticket number.
|
long |
None.
|
Commission |
the commission.
|
decimal number |
None.
|
IsItemPredelivered | boolean |
None.
|
|
EventName |
the name of the event.
|
string |
None.
|
EventId |
the event identifier.
|
string |
None.
|
Venue |
the venue.
|
string |
None.
|
VenueId |
the venue identifier.
|
string |
None.
|
EventDate |
the event date.
|
date |
None.
|
Section |
the section.
|
string |
None.
|
Row |
the row.
|
string |
None.
|
Request Formats
application/json, text/json
Sample:
[ { "ServiceFee": 1.0, "Discount": 2.0, "TaxName": "", "Tax": 4.0, "AdditionalTaxName": "", "AdditionalTax": 6.0, "TicketGroupId": "", "Quantity": 8, "LowSeat": 9, "HighSeat": 10, "Seats": [ 1 ], "UnitPrice": 11.0, "TicketNumber": 12, "Commission": 13.0, "IsItemPredelivered": true, "EventName": "", "EventId": "", "Venue": "", "VenueId": "", "EventDate": "2025-01-11T07:36", "Section": "", "Row": "" } ]
Response Information
Resource Description
string
Response Formats
application/json, text/json
Sample:
""