Skip to main content

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, LLC
customer_typeLocationType (string)

The type of business associated with the address

Possible values: [AUCTION, BUSINESS, DEALER, PRIVATE, REPO_YARD, PORT]

Example: DEALER
addressCustomerAddress (string)

The street address of the customer

Example: 123 Test Dr
cityCustomerCity (string)

The city for the customer address

Example: Dallas
stateCustomerState (string)

the state for the customer address

Example: TX
zipcodeCustomerZipcode (integer)

The zipcode for the customer address

Example: 75234
emailContactEmail (string)

Email address of the person to contact

Example: jsmith@domain.com
phoneContactPhone (string)

Phone number of the person to contact

Example: 2145550000
contact_nameContactName (string)

Name of the person to contact

Example: John Smith
contact_emailContactEmail (string)

Email address of the person to contact

Example: jsmith@domain.com
contact_phoneContactPhone (string)

Phone number of the person to contact

Example: 2145550000
Customer
{
"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"
}