The ID of the dispatch.
Example:d159acc0-e89b-12d3-a456-426614174000
Update the payment status of a dispatch.
PENDING_DELIVERY, DELIVERED, CANCELED, or ARCHIVED status.admin or owner role permissions.The ID of the dispatch.
Example:d159acc0-e89b-12d3-a456-426614174000
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 Content-Type header should be set to application/vnd.coxauto.v1+json.
Example:application/vnd.coxauto.v1+json
UpdatePaymentStatusRequest
Details of dispatch payment status.
The status of the payment of the dispatch. Values: UNPAID, PARTIALLY_PAID, FULLY_PAID. Set to null to remove status.
Example:PARTIALLY_PAID
No Content. Successful request.
Get a reference list of supported date change reasons.
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.
Details of a collection of items with ID and Name pairs.
Details of the date change reason.
Get a reference list of supported load cancellation reasons.
Example:10000
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.
Details of dispatch cancel reasons.
Details of cancel reasons.
Create an internal load note for the given dispatch.
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 Content-Type header should be set to application/vnd.coxauto.v1+json.
Example:application/vnd.coxauto.v1+json
CreateNoteRequest
Details of a note.
The ID of the dispatch.
Example:d159acc0-e89b-12d3-a456-426614174000
The content of the note.
Example:Carrier called - pickup rescheduled for tomorrow.
The visibility type of the note. Allowed values: INTERNAL. Defaults to INTERNAL if not provided.
Example:INTERNAL
Created. Successful request.
Get the most recent notes for the given dispatch, ordered by creation date descending. Returns up to 500 notes scoped to the caller’s customer ID and profile type.
The ID of the dispatch.
Example:d159acc0-e89b-12d3-a456-426614174000
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 collection of notes.
The URL used to query the current collection of the resource.
Example:https://fulfillment-api.centraldispatch.com/api/fulfillments/id/d159acc0-e89b-12d3-a456-426614174000/notes
The total count of resources in the collection.
Example:23
Details of an internal load note.