| Name | Description | Type | Additional Information |
|---|---|---|---|
| vendorID |
ID assigned to the vendor |
string |
Required Max length: 10 |
| vendorName |
Name of the vendor |
string | |
| ticketNumber |
Ticket number |
string |
Required Max length: 15 |
| receivedDate |
Ticket date |
string |
Data type: DateTime Format must be MM/dd/yyyy |
| comments |
Ticket comments |
string |
Max length: 255 |
| status |
If "I" then it has been processed into purchase receipt |
string |
Max length: 1 |
| ReceivedDetail |
List of products associated with this ticket |
Collection of clsReceivedDetail |
List cannot be empty |