Customer
information associated with the customer of the shipment
customer_nameCustomerName (string)required
Name of the customer, can be a dealership name, business name or a person's name"
Example:
Basic Enterprise, LLCcustomer_typeLocationType (string)
The type of business associated with the address
Possible values: [AUCTION, BUSINESS, DEALER, PRIVATE, REPO_YARD, PORT]
Example:
DEALERaddressCustomerAddress (string)
The street address of the customer
Example:
123 Test DrcityCustomerCity (string)
The city for the customer address
Example:
DallasstateCustomerState (string)
the state for the customer address
Example:
TXzipcodeCustomerZipcode (integer)
The zipcode for the customer address
Example:
75234emailContactEmail (string)
Email address of the person to contact
Example:
jsmith@domain.comphoneContactPhone (string)
Phone number of the person to contact
Example:
2145550000contact_nameContactName (string)
Name of the person to contact
Example:
John Smithcontact_emailContactEmail (string)
Email address of the person to contact
Example:
jsmith@domain.comcontact_phoneContactPhone (string)
Phone number of the person to contact
Example:
2145550000Customer
{
"customer_name": "Basic Enterprise, LLC",
"customer_type": "DEALER",
"address": "123 Test Dr",
"city": "Dallas",
"state": "TX",
"zipcode": 75234,
"email": "jsmith@domain.com",
"phone": "2145550000",
"contact_name": "John Smith",
"contact_email": "jsmith@domain.com",
"contact_phone": "2145550000"
}