POST POS/Sales/MarkAsTaken Try Now
Add Order
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|
Body Parameters
The Request.
Name | Description | Type | Additional information |
---|---|---|---|
SubscriberCSRId |
the subscriber CSR identifier.
|
string |
None.
|
Items |
The items.
|
Collection of TakenItemRequest |
None.
|
ShipFromAddressId |
Ship from identifier.
|
string |
None.
|
ShipToContactId |
Ship to identifier.
|
string |
None.
|
BillToContactId |
Bill to identifier.
|
string |
None.
|
ExternalOrderNumber |
The external order number.
|
string |
None.
|
Currency |
The currency.
|
string |
None.
|
Notes |
The Note.
|
string |
None.
|
ShippingCost |
Shipping Cost
|
decimal number |
None.
|
ShippingType |
Shipping Type
|
ShippingType |
None.
|
Request Formats
application/json, text/json
Sample:
{ "SubscriberCSRId": "", "Items": [ { "ServiceFee": 1.0, "Discount": 2.0, "Tax": 3.0, "TicketGroupId": "", "Quantity": 5, "LowSeat": 6, "HighSeat": 7, "Seats": [ 1 ], "UnitPrice": 8.0, "TicketNumber": 9, "Commission": 10.0, "IsItemPredelivered": true, "EventName": "", "EventId": "", "Venue": "", "VenueId": "", "EventDate": "2024-11-28T00:48", "Section": "", "Row": "" } ], "ShipFromAddressId": "", "ShipToContactId": "", "BillToContactId": "", "ExternalOrderNumber": "", "Currency": "", "Notes": "", "ShippingCost": 8.0, "ShippingType": "None" }
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
OrderId |
The order identifier.
|
string |
None.
|
OrderNumber |
The order number.
|
integer |
None.
|
Zone |
Zone
|
Zone |
None.
|
CustomerId |
Customer Id
|
string |
None.
|
ShipTo |
Ship To Contact
|
Contact |
None.
|
BillTo |
Bill To Contact
|
Contact |
None.
|
ShipFrom |
Ship From Address
|
SubscriberAddress |
None.
|
OrderStatus |
The order status.
|
InvoiceStatus |
None.
|
ShippingStatus |
The shipping status.
|
ShippingStatus |
None.
|
PaymentStatus |
The payment status.
|
PaymentStatus |
None.
|
ExternalOrderNumber |
The external order number.
|
string |
None.
|
Items |
The order items.
|
Collection of OrderItem |
None.
|
ShippingType |
The type ofThe shipping.
|
ShippingType |
None.
|
ShippingService |
The shipping service.
|
string |
None.
|
ShippingTrackingNumber |
The shipping tracking number.
|
string |
None.
|
ShippingCost |
The shipping cost.
|
Money |
None.
|
Tax |
The tax.
|
Money |
None.
|
ServiceFee |
The overs.
|
Money |
None.
|
Discount |
The discount.
|
Money |
None.
|
Commission |
The commission.
|
Money |
None.
|
SubTotal |
The sub total.
|
Money |
None.
|
GrandTotal |
The grand total.
|
Money |
None.
|
Notes |
The notes.
|
string |
None.
|
PrivateNotes |
Order private notes.
|
Collection of PrivateNote |
None.
|
VoidReason |
The void reason.
|
string |
None.
|
Tags |
The tags.
|
Collection of string |
None.
|
ReferralTypeId |
The Referral Type Id.
|
string |
None.
|
ReferralType |
The Referral Type.
|
string |
None.
|
ReferralName |
The referral name.
|
string |
None.
|
ClientCompany |
The client company.
|
string |
None.
|
ClientCSR |
The client CSR.
|
string |
None.
|
SubscriberCSR |
The subscriber CSR.
|
string |
None.
|
OrderDate |
The order date.
|
date |
None.
|
AllocationStatus |
The order allocation status.
|
AllocationStatus |
None.
|
Response Formats
application/json, text/json
Sample:
Sample not available.