| Name | Description | Type | Additional Information |
|---|---|---|---|
| AgvanceGuid |
Customer GUID |
globally unique identifier |
Required (Hexadecimal 8-4-4-4-12) |
| GrowerId |
Customer ID |
string |
Required Max length: 6 |
| FirstName |
First name of the customer |
string |
Max length: 20 |
| LastName |
Last name of the customer |
string |
Required Max length: 50 |
| GrowerName |
First and last names of the customer concatinated |
string |
Max length: 71 |
| OracleId |
Oracle ID for the customer |
string |
Max length: 15 |
| MappingGuid |
Mapping Cross Reference GUID |
globally unique identifier |
(Hexadecimal 8-4-4-4-12) |
| Inactive |
Indicates whether the customer is active or inactive |
boolean |
Must be 0, 1, True, or False |
| Address1 |
Address line 1 |
string |
Max length: 50 |
| Address2 |
Address line 2 |
string |
Max length: 50 |
| Address3 |
Address line 3 |
string |
Max length: 50 |
| City |
City |
string |
Max length: 25 |
| State |
State |
string |
Max length: 2 |
| Zip |
Zip code |
string |
Max length: 10 |
| Phone1 |
Phone number 1 |
string |
Max length: 15 |
| Phone2 |
Phone number 2 |
string |
Max length: 15 |
| SalesPersonId |
Salesperson assigned to customer |
string |
Max length: 15 |
| SalesPersonFirstName |
Salesperson's First Name |
string |
Max length: 30 |
| SalesPersonLastName |
Salesperson's Last Name |
string |
Max length: 30 |
| AlternateCustomerIDSelecting |
The alternate id used when selecting a customer from a list in Agvance |
string |
Max length: 40 |
| LocationId |
LocationId of the customer |
string | |
| LocationName |
LocationName of the customer |
string | |
| BillToShipToAddresses |
Bill to and ship to addresses for the customer |
Collection of ClsCustomerAddressGet |