Breaking Changes
2021/11/04
POST /locations/{location_id}/jobs
200
Response Body- JobModel
created_by_id
was renamed tocreated_by
.customer
definition changed from JobCustomerModel to DispatchCustomerLocationModel.
- JobModel
PATCH /locations/{location_id}/jobs/{job_id}/dispatch
200
Response Body- JobModel
created_by_id
was renamed tocreated_by
.customer
definition changed from JobCustomerModel to DispatchCustomerLocationModel.
- JobModel
GET /locations/{location_id}/jobs/{job_id}
200
Response Body- JobModel
created_by_id
was renamed tocreated_by
.customer
definition changed from JobCustomerModel to DispatchCustomerLocationModel.
- JobModel
200
Response Body- JobModel
created_by_id
was renamed tocreated_by
.customer
definition changed from JobCustomerModel to DispatchCustomerLocationModel.
- JobModel
GET /locations/{location_id}/jobs
200
Response Body- JobModel
created_by_id
was renamed tocreated_by
.customer
definition changed from JobCustomerModel to DispatchCustomerLocationModel.
- JobModel
PATCH /locations/{location_id}/jobs/{job_id}
200
Response Body- JobModel
created_by_id
was renamed tocreated_by
.customer
definition changed from JobCustomerModel to DispatchCustomerLocationModel.
- JobModel
2021/08/02
GET /locations/{location_id}/trucks/{truck_id}/get_jobs_list_pdf
- Endpoint no longer available after version 2021/08/02.
2021/05/07
PATCH /locations/{location_id}/trucks/{truck_id}
- Query parameters were moved to the request body. Refer to UpdateTruckQueryParamsModel for older version compatibility.
2021/04/07
POST /locations/{location_id}/customers
200
Response Body- DispatchCustomerLocationModel
customer_id
was renamed toid
.
- DispatchCustomerLocationModel
GET /customers/{customer_id}/locations
200
Response Body- DispatchCustomerLocationModel
customer_id
was renamed toid
.
- DispatchCustomerLocationModel
POST /customers/{customer_id}/locations/{customer_location_id}
200
Response Body- DispatchCustomerLocationModel
customer_id
was renamed toid
.
- DispatchCustomerLocationModel
DELETE /customers/{customer_id}/locations/{customer_location_id}
200
Response Body- DispatchCustomerLocationModel
customer_id
was renamed toid
.
- DispatchCustomerLocationModel
GET /locations/{location_id}/customers/{customer_id}
200
Response Body- DispatchCustomerLocationModel
customer_id
was renamed toid
.
- DispatchCustomerLocationModel
GET /customers/{customer_id}/locations/{customer_location_id}
200
Response Body- DispatchCustomerLocationModel
customer_id
was renamed toid
.
- DispatchCustomerLocationModel
PATCH /customers/{customer_id}/locations/{customer_location_id}
200
Response Body- DispatchCustomerLocationModel
customer_id
was renamed toid
.
- DispatchCustomerLocationModel