The maximum number of items to be returned in the response.
startingPoint
is 1-based integer, default 1.numberOfResults
is an integer, default 25, maximum 500.
Example:limit(1,10)
Get all the users that are associated with the customer in the Bearer token.
The maximum number of items to be returned in the response.
startingPoint
is 1-based integer, default 1.numberOfResults
is an integer, default 25, maximum 500.Example:limit(1,10)
The major version of the API to make a request against. This is a custom MIME type that contains vnd.coxauto.v[#]+
. For example, to request a resource from version 1.x.x of an API, the Accept header should be set to application/vnd.coxauto.v1+json
.
Example:application/vnd.coxauto.v1+json
OK. Successful request.
A paginated collection of users.
The URL used to query the current collection of the resource.
Example:https://membership-api.centraldispatch.com/users/mine?limit(5,1)
A user record.
The maximum number of items to be returned in the response.
Example:1
The URL to the next page of the collection, if available.
Example:https://membership-api.centraldispatch.com/users/mine?limit(6,1)
The URL to the previous page of the collection, if available.
Example:https://membership-api.centraldispatch.com/users/mine?limit(4,1)
The URL to the first page of the collection.
Example:https://membership-api.centraldispatch.com/users/mine?limit(1,1)
The total count of resources in the collection.
Example:23
Details of a customer’s address.
The street address.
Example:345 W Elm St.
Additional street address line.
Example:2nd Floor
The city.
Example:Anaheim
The state.
Example:CA
The ZIP code. Must be a valid United States ZIP code or Canadian postal code.
Example:92802
The type of address (e.g., PRIMARY, LOCAL, BILLING).
Example:PRIMARY
Details of a customer’s authority number.
The authority number assigned to the customer.
Example:DL 01-00673-10
Indicates whether the authority number is verified.
Example:true
The type of authority number.
Example:DEALER_LICENSE
A customer record.
The name of the company.
Example:Smart Logistics
The email address of the contact. Must be a valid email address format.
Example:contact@aculogistics.com
Details of a customer’s phone number.
Details of a customer’s address.
Details of a customer’s authority number.
The Central Dispatch customer ID of the customer.
Example:d5c62b14-cbd1-11ee-9a0e-0242ac110002
A collection of customers.
The URL used to query the current collection of the resource.
Example:https://membership-api.centraldispatch.com/customers/?start=5&limit=1&name=acu
The total count of resources in the collection.
Example:23
A customer record.
The maximum number of items to be returned in the response.
Example:1