| Name | Description | Type | Additional Information |
|---|---|---|---|
| PosDate |
The Pos Date for the Quick Ticket |
string |
Data type: DateTime Format must be MM/dd/yyyy |
| POSDueDate |
The due date for the Quick Ticket POS |
string |
Data type: DateTime Format must be MM/dd/yyyy |
| Location |
The location the Quick Ticket is created from |
string |
Required Max length: 6 |
| POSType |
The type of POS used for the Quick Ticket |
string |
Max length: 20 |
| CustId |
The customer ID for the Quick Ticket |
string |
Required Max length: 6 |
| Comments |
Comments for the Quick Ticket |
string |
Max length: 80 |
| SubTotal |
The sub total for the Quick Ticket |
decimal number |
Max of 2 decimal places Must be numeric |
| AmountDue |
The amount due for the Quick Ticket |
decimal number |
Max of 2 decimal places |
| AmountTendered |
The amount tendered for the QuickTicket |
decimal number |
Max of 2 decimal places |
| ChargeAmount |
The charge amount for the Quick Ticket |
decimal number |
Max of 2 decimal places |
| Change |
The change for the Quick Ticket |
decimal number |
Max of 2 decimal places Must be numeric |
| IsCompCredit |
True/False whether the ticket is marked as company credit. |
boolean |
Must be 0, 1, True, or False |
| FiscalMonth |
The fiscal month of the transaction for the Quick Ticket |
integer |
Required Must be numeric |
| DiscountableTax |
The discountable tax for the Quick Ticket |
decimal number |
Max of 2 decimal places Must be numeric |
| SalesmenId |
The salesperson getting credit for this sale |
string |
Max length: 15 |
| PayAmt1 |
The payment amount for the first payment method of the Quick Ticket |
decimal number |
Max of 2 decimal places |
| PayMethod1 |
The paymethod for the Quick Ticket, if a Paymethod is given a PaymentAmount a PaymentType (Paymethod) must also be provided |
string |
Required Max length: 20 Must be one of these values: Cash,Check,Credit Card,Charge |
| PayRef1 |
PayRef1 is saved as check credit number in the DB |
string |
Max length: 20 |
| PayMethod2 |
The second pay method for the Quick Ticket |
string |
Max length: 20 Must be one of these values: Cash,Check,Credit Card,Charge, |
| PayAmt2 |
The amount to be paid by the second payment method for the Quick Ticket |
decimal number |
Max of 2 decimal places Must be numeric |
| PayRef2 |
The reference for the second payment method |
string |
Max length: 20 |
| PayMethod3 |
The third pay method for the Quick Ticket |
string |
Max length: 20 Must be one of these values: Cash,Check,Credit Card,Charge, |
| PayAmt3 |
The amount to be paid by the third payment method for the Quick Ticket |
decimal number |
Max of 2 decimal places Must be numeric |
| PayRef3 |
The reference for the third payment type |
string |
Max length: 20 |
| CustPO |
The customer provided Purchase Order Number for this QuickTicket |
string |
Max length: 20 |
| AuthAgent |
The authorized agent for the customer's account |
string |
Max length: 50 |
| AARelatedHow |
The authorized agent's relationship |
string |
Max length: 20 |
| AAAddr1 |
The authorized agent's address |
string |
Max length: 50 |
| AAAddr2 |
The authorized agent's address 2 |
string |
Max length: 50 |
| AACity |
The authorized agent's city |
string |
Max length: 50 |
| AAState |
The authorized agent's state |
string |
Max length: 2 |
| AAZip |
The zipcode of the authorized agent |
string |
Max length: 10 |
| CashierId |
The ID of the cashier |
string |
Max length: 15 |
| LineItems |
The products associated with the Quick Ticket |
Collection of LineItem |