| Name | Description | Type | Additional Information |
|---|---|---|---|
| CustID |
ID of the customer on the quote |
string |
Required Max length: 6 |
| DeptID |
Department ID of the quoted product |
string |
Required Max length: 6 |
| ProdID |
Product ID of the quoted product |
string |
Required Max length: 10 |
| ProductName |
Name of the quoted product - not used in PUT/POST. |
string |
Max length: 50 |
| Number |
Quote ID number - auto-assigned in POST. |
string |
Must be numeric |
| Price |
Quoted price |
decimal number |
Required Max of 4 decimal places |
| QuoteDate |
Date quote is issued |
string |
Format must be MM/dd/yyyy |
| ExpireDate |
Expiration date of the quote |
string |
Required Format must be MM/dd/yyyy |
| Type |
User defined quote type |
string |
Max length: 10 |
| Terms |
User defined quote terms |
string |
Max length: 20 |
| Comment |
Quote comment |
string |
Max length: 250 |
| CompanyWideYN |
Indicates quote is valid for products across department category |
boolean | |
| Salesperson |
Salesperson on the quote |
string |
Max length: 15 |