List Jobs
GET
/locations/{location_id}/jobs
List jobs.
Roles
Users with the following roles may access this endoint:
Admin
ClientCustomer
CrmUser
Dispatcher
Driver
ThirdPartyDispatcher
ThirdPartyDriver
Breaking Changes
2021/11/04
200
Response Body- JobModel
created_by_id
was renamed tocreated_by
.customer
definition changed from JobCustomerModel to DispatchCustomerLocationModel.
- JobModel
Request
- Sample Request
- Sample Response
GET /locations/{location_id}/jobs/
Authorization: Bearer {your-auth-token}
Content-Type: application/json
x-tenant-id: {your-tenant-id}
Access-Control-Allow-Headers: Authorization, Accept, X-TENANT-ID, Content-Type
Access-Control-Allow-Methods: GET,POST
Access-Control-Allow-Origin: *
Allow: GET,POST
Content-Length: 89043
Content-Type: application/json
Date: Sat, 20 Aug 2022 01:43:06 GMT
Server: WSGIServer/0.2 CPython/3.9.5
X-API-VERSION: 2019/02/08
X-REQUEST-ID: b0459c32-b388-4ba6-914d-8060cbb1b1d9
{
"current_limit": 100,
"current_page": 1,
"results": [
{
"add_to_routes": "",
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": {
"asset_type": {
"deleted": false,
"id": 3,
"is_default": false,
"location_id": 1,
"name": "30 Yrd Rolloff",
"quantity": 50,
"require_numbers": true,
"weight": 0.0
},
"asset_type_id": 3,
"description": "N/A",
"dispatched_on": "2018-10-01T16:46:46.260000",
"id": 39469,
"is_returned": true,
"last_activity_on": "2018-11-06T22:10:07.850000",
"last_rental_invoice_on": "2018-11-08T01:08:58.477000",
"latitude": 48.096707,
"location": {
"id": 1,
"latitude": 48.0766427,
"line_1": "24 Lee Chatfield Way",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.087925,
"postcode": "98382",
"region": "Wa"
},
"location_id": 1,
"longitude": -123.126166,
"number": "30-632",
"quantity": 1,
"returned_on": "2018-11-06T22:10:07.840000"
},
"asset_dropped_id": null,
"asset_id": 39469,
"asset_quantity": 1,
"asset_type": null,
"asset_type_id": null,
"completed_by": null,
"completed_on": "2018-10-04T13:54:42.047000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": 103,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 27030,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.09670699999999,
"line_1": "102 Lotus Ln",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.12616600000001,
"postcode": "98382",
"region": "WA"
}
],
"contacts": [
{
"email": "shaneduty@gmail.com",
"fax": null,
"id": 27030,
"name": "Joe",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": false,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": false,
"number": "360-808-7977"
}
],
"created_on": "2017-10-14T04:48:40.383000",
"id": 27030,
"last_updated_on": "2019-10-15T23:35:45.007000",
"locations": [
{
"created_on": "2018-06-13T19:51:28.267000",
"customer_id": 27030,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": null,
"reference_number": "",
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 27030,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 27030,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "Joseph Grange",
"parent_id": 26833
},
"customer_id": 27030,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-04T00:00:00.000000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": {
"address": {
"id": null,
"latitude": 48.0788981,
"line_1": "170 W Bell Street",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.10455339999999,
"postcode": "98382",
"region": "Wa"
},
"contact": {
"email": "shane@crosoftware.net",
"id": null,
"name": "Shane",
"number": "360-808-7977"
},
"description": "Sequim Dump",
"id": 6,
"is_holding_yard": false,
"location_id": 1
},
"dump_location_id": 6,
"dumped_on": null,
"ends_at_customer": false,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 30695,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-02T14:00:42.070000",
"pickup_date": null,
"priority": -7,
"recur_active": true,
"recur_enabled": true,
"reference_number": null,
"removed_number": null,
"requested_on": "2018-10-02T00:00:00.000000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-04T00:00:00.000000",
"start_location": {
"address": {
"id": null,
"latitude": 48.06731569999999,
"line_1": "671 Taylor Cutoff Rd",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.15625319999998,
"postcode": "98382",
"region": "Wa"
},
"contact": {
"email": "1844crobins@gmail.com",
"id": null,
"name": "Shane",
"number": "360-808-7977"
},
"description": "South Yard",
"id": 2,
"is_holding_yard": true,
"location_id": 1
},
"start_location_id": 2,
"started_on": null,
"starts_at_customer": false,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 2,
"truck_id": 16,
"type": "E"
},
{
"add_to_routes": null,
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": {
"asset_type": {
"deleted": false,
"id": 2,
"is_default": false,
"location_id": 1,
"name": "20 Yrd Rolloff",
"quantity": 65,
"require_numbers": true,
"weight": 5000.0
},
"asset_type_id": 2,
"description": "N/A",
"dispatched_on": "2016-12-21T00:00:00.000000",
"id": 216,
"is_returned": false,
"last_activity_on": "2020-09-08T21:23:07.050000",
"last_rental_invoice_on": "2020-04-13T22:57:56.393000",
"latitude": 48.124122,
"location": {
"id": 1,
"latitude": 48.0766427,
"line_1": "24 Lee Chatfield Way",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.087925,
"postcode": "98382",
"region": "Wa"
},
"location_id": 1,
"longitude": -123.14672100000001,
"number": "20-98",
"quantity": 1,
"returned_on": null
},
"asset_dropped_id": null,
"asset_id": 216,
"asset_quantity": 1,
"asset_type": null,
"asset_type_id": null,
"completed_by": null,
"completed_on": "2018-10-08T23:36:29.637000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": null,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 144,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.124122,
"line_1": "623 Ward Rd",
"line_2": null,
"line_3": null,
"line_4": "Clallam County",
"locality": "Sequim",
"longitude": -123.14672089999999,
"postcode": "98382",
"region": "WA"
}
],
"contacts": [
{
"email": "shaneduty@gmail.com",
"fax": null,
"id": 144,
"name": "Auto Bill",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": false,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": false,
"number": "360-878-1365"
}
],
"created_on": "2016-12-21T22:59:16.220000",
"id": 144,
"last_updated_on": "2020-04-22T17:22:08.050000",
"locations": [
{
"created_on": "2018-06-13T19:50:20.960000",
"customer_id": 144,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": null,
"reference_number": "",
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 144,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 144,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "Club One - Ward Rd",
"parent_id": 22
},
"customer_id": 144,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-08T22:57:27.030000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": null,
"dump_location_id": null,
"dumped_on": null,
"ends_at_customer": true,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 30697,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-07T00:00:00.000000",
"pickup_date": null,
"priority": -2,
"recur_active": true,
"recur_enabled": true,
"reference_number": null,
"removed_number": null,
"requested_on": "2018-10-06T00:00:00.000000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-08T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 1,
"truck_id": null,
"type": "R"
},
{
"add_to_routes": "",
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": {
"asset_type": {
"deleted": false,
"id": 4,
"is_default": false,
"location_id": 1,
"name": "40 Yrd Rolloff",
"quantity": 38,
"require_numbers": true,
"weight": 5200.0
},
"asset_type_id": 4,
"description": "N/A",
"dispatched_on": "2017-04-10T22:01:48.340000",
"id": 1830,
"is_returned": false,
"last_activity_on": "2018-11-08T17:57:20.310000",
"last_rental_invoice_on": "2018-10-30T21:07:27.247000",
"latitude": 48.078885221174,
"location": {
"id": 1,
"latitude": 48.0766427,
"line_1": "24 Lee Chatfield Way",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.087925,
"postcode": "98382",
"region": "Wa"
},
"location_id": 1,
"longitude": -123.10456321978,
"number": "40-312",
"quantity": 1,
"returned_on": null
},
"asset_dropped_id": null,
"asset_id": 1830,
"asset_quantity": 1,
"asset_type": null,
"asset_type_id": null,
"completed_by": null,
"completed_on": "2018-10-04T13:55:01.047000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": 103,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 192,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.09460499999999,
"line_1": "10013 Old Olympic Hwy",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.10581300000001,
"postcode": "98382",
"region": "WA"
}
],
"contacts": [
{
"email": "N/A",
"fax": null,
"id": 192,
"name": "Joe",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": false,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": false,
"number": "N/A"
}
],
"created_on": "2017-03-17T19:53:57.440000",
"id": 192,
"last_updated_on": "2019-10-15T23:35:45.007000",
"locations": [
{
"created_on": "2018-06-13T19:50:20.960000",
"customer_id": 192,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": null,
"reference_number": "",
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 192,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 192,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "Joes Signs - Old Oly Hwy",
"parent_id": 4
},
"customer_id": 192,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-04T00:00:00.000000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": {
"address": {
"id": null,
"latitude": 48.0788981,
"line_1": "170 W Bell Street",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.10455339999999,
"postcode": "98382",
"region": "Wa"
},
"contact": {
"email": "shane@crosoftware.net",
"id": null,
"name": "Shane",
"number": "360-808-7977"
},
"description": "Sequim Dump",
"id": 6,
"is_holding_yard": false,
"location_id": 1
},
"dump_location_id": 6,
"dumped_on": null,
"ends_at_customer": true,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 30701,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-02T14:00:47.773000",
"pickup_date": null,
"priority": -6,
"recur_active": true,
"recur_enabled": true,
"reference_number": null,
"removed_number": null,
"requested_on": "2018-10-02T00:00:00.000000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-04T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 2,
"truck_id": 16,
"type": "R"
},
{
"add_to_routes": null,
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": {
"asset_type": {
"deleted": false,
"id": 3,
"is_default": false,
"location_id": 1,
"name": "30 Yrd Rolloff",
"quantity": 50,
"require_numbers": true,
"weight": 0.0
},
"asset_type_id": 3,
"description": "N/A",
"dispatched_on": "2017-03-20T00:00:00.000000",
"id": 1752,
"is_returned": false,
"last_activity_on": "2019-07-15T23:34:10.100000",
"last_rental_invoice_on": "2019-07-23T23:14:46.363000",
"latitude": 48.0963137,
"location": {
"id": 1,
"latitude": 48.0766427,
"line_1": "24 Lee Chatfield Way",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.087925,
"postcode": "98382",
"region": "Wa"
},
"location_id": 1,
"longitude": -123.302777,
"number": "30-16",
"quantity": 1,
"returned_on": null
},
"asset_dropped_id": null,
"asset_id": 1752,
"asset_quantity": 1,
"asset_type": null,
"asset_type_id": null,
"completed_by": null,
"completed_on": "2018-10-04T13:55:08.040000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": 103,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 26983,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.0963137,
"line_1": "256861 Hwy 101",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Port Angeles",
"longitude": -123.30277699999999,
"postcode": "98362",
"region": "Wa"
}
],
"contacts": [
{
"email": "N/A",
"fax": null,
"id": 26983,
"name": "Steve Mills",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": false,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": false,
"number": "N/A"
}
],
"created_on": "2017-03-20T18:04:05.957000",
"id": 26983,
"last_updated_on": "2020-08-18T16:19:55.130000",
"locations": [
{
"created_on": "2018-06-13T19:51:28.267000",
"customer_id": 26983,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": null,
"reference_number": "",
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": 4,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 26983,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 26983,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "Dupuis",
"parent_id": 26831
},
"customer_id": 26983,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "N/A",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-04T00:00:00.000000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": null,
"dump_location_id": null,
"dumped_on": null,
"ends_at_customer": true,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 30810,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-02T17:07:37.383000",
"pickup_date": null,
"priority": -5,
"recur_active": null,
"recur_enabled": null,
"reference_number": null,
"removed_number": null,
"requested_on": "2018-10-02T13:59:36.857000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-04T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 2,
"truck_id": 16,
"type": "R"
},
{
"add_to_routes": null,
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": {
"asset_type": {
"deleted": false,
"id": 2,
"is_default": false,
"location_id": 1,
"name": "20 Yrd Rolloff",
"quantity": 65,
"require_numbers": true,
"weight": 5000.0
},
"asset_type_id": 2,
"description": "N/A",
"dispatched_on": "2017-04-18T00:00:00.000000",
"id": 1872,
"is_returned": false,
"last_activity_on": "2018-07-20T14:12:48.403000",
"last_rental_invoice_on": "2017-10-01T07:00:02.260000",
"latitude": 48.0408169,
"location": {
"id": 1,
"latitude": 48.0766427,
"line_1": "24 Lee Chatfield Way",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.087925,
"postcode": "98382",
"region": "Wa"
},
"location_id": 1,
"longitude": -123.049619,
"number": "20-75",
"quantity": 1,
"returned_on": null
},
"asset_dropped_id": null,
"asset_id": 1872,
"asset_quantity": 1,
"asset_type": null,
"asset_type_id": null,
"completed_by": null,
"completed_on": "2018-10-04T13:55:17.123000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": 103,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 27006,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.0408169,
"line_1": "564 Cascade View Dr",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.049619,
"postcode": "98382",
"region": "WA"
}
],
"contacts": [
{
"email": "N/A",
"fax": null,
"id": 27006,
"name": "Jody",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": false,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": false,
"number": "N/A"
}
],
"created_on": "2017-04-18T17:06:50.487000",
"id": 27006,
"last_updated_on": "2019-10-15T23:35:45.007000",
"locations": [
{
"created_on": "2018-06-13T19:51:28.267000",
"customer_id": 27006,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": null,
"reference_number": "",
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 27006,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 27006,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "Magic Carpet - 564 Cascade View Dr",
"parent_id": 26812
},
"customer_id": 27006,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "N/A",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-04T00:00:00.000000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": null,
"dump_location_id": null,
"dumped_on": null,
"ends_at_customer": true,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 30811,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-02T14:50:42.283000",
"pickup_date": null,
"priority": -4,
"recur_active": null,
"recur_enabled": null,
"reference_number": null,
"removed_number": null,
"requested_on": "2018-10-02T13:59:46.080000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-04T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 2,
"truck_id": 16,
"type": "R"
},
{
"add_to_routes": null,
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": null,
"asset_dropped_id": null,
"asset_id": null,
"asset_quantity": 1,
"asset_type": {
"deleted": false,
"id": 3,
"is_default": false,
"location_id": 1,
"name": "30 Yrd Rolloff",
"quantity": 50,
"require_numbers": true,
"weight": 0.0
},
"asset_type_id": 3,
"completed_by": null,
"completed_on": "2018-10-04T13:55:30.833000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": 103,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 27026,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.0816611,
"line_1": "262 W Spruce St",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.10667999999998,
"postcode": "98382",
"region": "WA"
}
],
"contacts": [
{
"email": "N/A",
"fax": null,
"id": 27026,
"name": "",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": false,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": false,
"number": "N/A"
}
],
"created_on": "2017-10-13T20:34:48.820000",
"id": 27026,
"last_updated_on": "2019-10-15T23:35:45.007000",
"locations": [
{
"created_on": "2018-06-13T19:51:28.267000",
"customer_id": 27026,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": null,
"reference_number": "",
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 27026,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 27026,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "Kim Glade",
"parent_id": 26829
},
"customer_id": 27026,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "N/A",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-04T00:00:00.000000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": null,
"dump_location_id": null,
"dumped_on": null,
"ends_at_customer": true,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 30813,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-02T17:07:35.390000",
"pickup_date": null,
"priority": -3,
"recur_active": null,
"recur_enabled": null,
"reference_number": null,
"removed_number": null,
"requested_on": "2018-10-02T14:00:10.477000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-04T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 2,
"truck_id": 16,
"type": "D"
},
{
"add_to_routes": null,
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": null,
"asset_dropped_id": null,
"asset_id": null,
"asset_quantity": 1,
"asset_type": {
"deleted": false,
"id": 2,
"is_default": false,
"location_id": 1,
"name": "20 Yrd Rolloff",
"quantity": 65,
"require_numbers": true,
"weight": 5000.0
},
"asset_type_id": 2,
"completed_by": null,
"completed_on": "2018-10-04T13:55:41.183000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": 103,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 160,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.05409969999999,
"line_1": "131 Wildwood Ln",
"line_2": null,
"line_3": null,
"line_4": "Clallam County",
"locality": "Sequim",
"longitude": -123.1538363,
"postcode": "98382",
"region": "WA"
}
],
"contacts": [
{
"email": "nathan@crosoftware.net",
"fax": null,
"id": 160,
"name": "Douglass",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": true,
"notify_on_dispatched_request": false,
"notify_on_failed_request": false,
"notify_on_new_request": true,
"number": "360-808-7977"
}
],
"created_on": "2017-03-02T00:43:05.813000",
"id": 160,
"last_updated_on": "2020-08-26T20:10:57.180000",
"locations": [
{
"created_on": "2018-06-13T19:54:16.223000",
"customer_id": 160,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": "",
"reference_number": null,
"renewal_date": null,
"sales_rep": "Shane",
"sales_rep_id": 1,
"suspension_id": null
},
{
"created_on": "2018-06-13T19:50:20.960000",
"customer_id": 160,
"is_active": true,
"is_commercial": false,
"location_id": 2,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": "Cindy",
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 160,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 160,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "ABC Douglass",
"parent_id": 3
},
"customer_id": 160,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "N/A",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-04T00:00:00.000000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": null,
"dump_location_id": null,
"dumped_on": null,
"ends_at_customer": true,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 30814,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-02T14:00:42.070000",
"pickup_date": null,
"priority": -2,
"recur_active": null,
"recur_enabled": null,
"reference_number": null,
"removed_number": null,
"requested_on": "2018-10-02T14:00:20.290000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-04T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 2,
"truck_id": 16,
"type": "D"
},
{
"add_to_routes": null,
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": {
"asset_type": {
"deleted": false,
"id": 4,
"is_default": false,
"location_id": 1,
"name": "40 Yrd Rolloff",
"quantity": 38,
"require_numbers": true,
"weight": 5200.0
},
"asset_type_id": 4,
"description": "N/A",
"dispatched_on": "2018-10-03T19:32:47.293000",
"id": 39475,
"is_returned": true,
"last_activity_on": "2019-03-08T03:23:08.940000",
"last_rental_invoice_on": "2019-03-19T01:53:57.933000",
"latitude": 48.0569999,
"location": {
"id": 1,
"latitude": 48.0766427,
"line_1": "24 Lee Chatfield Way",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.087925,
"postcode": "98382",
"region": "Wa"
},
"location_id": 1,
"longitude": -122.9221594,
"number": "40-560",
"quantity": 1,
"returned_on": "2019-03-08T03:23:08.930000"
},
"asset_dropped_id": null,
"asset_id": 39475,
"asset_quantity": 1,
"asset_type": null,
"asset_type_id": null,
"completed_by": null,
"completed_on": "2018-10-15T13:42:35.470000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": 103,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 121,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.056688,
"line_1": "941 Gardiner Beach Rd",
"line_2": null,
"line_3": null,
"line_4": "Jefferson County",
"locality": "Sequim",
"longitude": -122.9221709,
"postcode": "98382",
"region": "WA"
}
],
"contacts": [
{
"email": "shaneduty@gmail.com",
"fax": null,
"id": 121,
"name": "Shane Duty",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": true,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": true,
"number": "360-808-7977"
}
],
"created_on": "2016-10-31T19:53:01.530000",
"id": 121,
"last_updated_on": "2020-08-26T20:11:41.740000",
"locations": [
{
"created_on": "2018-06-13T19:50:20.960000",
"customer_id": 121,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": "This customer wants a call before every dispatch.",
"reference_number": "",
"renewal_date": null,
"sales_rep": "Shane",
"sales_rep_id": 1,
"suspension_id": null
},
{
"created_on": "2018-06-13T19:50:20.960000",
"customer_id": 121,
"is_active": true,
"is_commercial": false,
"location_id": 2,
"note": "aoeu xjkq",
"reference_number": "243423423",
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 121,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 121,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "ABC Shane",
"parent_id": 3
},
"customer_id": 121,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-15T00:00:00.000000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": null,
"dump_location_id": null,
"dumped_on": null,
"ends_at_customer": true,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 32247,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-09T00:00:00.000000",
"pickup_date": null,
"priority": -2,
"recur_active": true,
"recur_enabled": true,
"reference_number": null,
"removed_number": null,
"requested_on": "2018-10-08T00:00:00.000000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-15T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 6,
"truck_id": null,
"type": "E"
},
{
"add_to_routes": null,
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": {
"asset_type": {
"deleted": false,
"id": 4,
"is_default": false,
"location_id": 1,
"name": "40 Yrd Rolloff",
"quantity": 38,
"require_numbers": true,
"weight": 5200.0
},
"asset_type_id": 4,
"description": "Cardboard",
"dispatched_on": "2018-04-27T16:47:35.680000",
"id": 31745,
"is_returned": true,
"last_activity_on": "2019-01-03T02:25:29.240000",
"last_rental_invoice_on": "2018-11-08T01:08:58.847000",
"latitude": 48.070105,
"location": {
"id": 1,
"latitude": 48.0766427,
"line_1": "24 Lee Chatfield Way",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.087925,
"postcode": "98382",
"region": "Wa"
},
"location_id": 1,
"longitude": -123.049866,
"number": "40-29",
"quantity": 1,
"returned_on": "2019-01-03T02:25:29.240000"
},
"asset_dropped_id": null,
"asset_id": 31745,
"asset_quantity": 1,
"asset_type": null,
"asset_type_id": null,
"completed_by": null,
"completed_on": "2018-10-15T13:42:39.760000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": 103,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 129,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.070582,
"line_1": "1860 W Sequim Bay Rd",
"line_2": null,
"line_3": null,
"line_4": "Clallam County",
"locality": "Sequim",
"longitude": -123.051099,
"postcode": "98382",
"region": "WA"
}
],
"contacts": [
{
"email": "shaneduty@gmail.com",
"fax": null,
"id": 129,
"name": "Shane",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": false,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": false,
"number": "360-808-7977"
}
],
"created_on": "2016-10-31T20:16:51.550000",
"id": 129,
"last_updated_on": "2019-10-15T23:35:45.007000",
"locations": [
{
"created_on": "2018-06-13T19:50:20.960000",
"customer_id": 129,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": null,
"reference_number": "ZAC-81008",
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 129,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 129,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "SLD - 1900 W Sequim Bay Rd",
"parent_id": 9
},
"customer_id": 129,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "Cardboard",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-15T00:00:00.000000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": null,
"dump_location_id": null,
"dumped_on": null,
"ends_at_customer": true,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 32249,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-10T22:16:45.473000",
"pickup_date": null,
"priority": -4,
"recur_active": true,
"recur_enabled": true,
"reference_number": "ZAC-81008",
"removed_number": null,
"requested_on": "2018-10-10T00:00:00.000000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-15T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 5,
"truck_id": 1031,
"type": "R"
},
{
"add_to_routes": null,
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": {
"asset_type": {
"deleted": false,
"id": 2,
"is_default": false,
"location_id": 1,
"name": "20 Yrd Rolloff",
"quantity": 65,
"require_numbers": true,
"weight": 5000.0
},
"asset_type_id": 2,
"description": "N/A",
"dispatched_on": "2017-03-18T02:18:30.120000",
"id": 1720,
"is_returned": true,
"last_activity_on": "2018-12-10T03:33:44.670000",
"last_rental_invoice_on": "2018-11-08T01:08:58.970000",
"latitude": 48.078489,
"location": {
"id": 1,
"latitude": 48.0766427,
"line_1": "24 Lee Chatfield Way",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.087925,
"postcode": "98382",
"region": "Wa"
},
"location_id": 1,
"longitude": -123.109301,
"number": "20-57",
"quantity": 1,
"returned_on": "2018-12-10T03:33:44.670000"
},
"asset_dropped_id": null,
"asset_id": 1720,
"asset_quantity": 1,
"asset_type": null,
"asset_type_id": null,
"completed_by": null,
"completed_on": "2018-10-15T13:42:44.470000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": null,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 186,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.05099999999999,
"line_1": "67 Nicki Ln",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.10447399999998,
"postcode": "98382",
"region": "WA"
}
],
"contacts": [
{
"email": "shaneduty@gmail.com",
"fax": null,
"id": 186,
"name": "Wendy",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": true,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": true,
"number": "360-808-7977"
}
],
"created_on": "2017-03-08T20:17:27.317000",
"id": 186,
"last_updated_on": "2020-02-12T20:36:52.930000",
"locations": [
{
"created_on": "2018-06-13T19:54:16.223000",
"customer_id": 186,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-06-13T19:50:20.960000",
"customer_id": 186,
"is_active": true,
"is_commercial": false,
"location_id": 2,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 186,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 186,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "Tom Baddass- 67 Nicki Lane",
"parent_id": 19
},
"customer_id": 186,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-15T00:00:00.000000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": null,
"dump_location_id": null,
"dumped_on": null,
"ends_at_customer": true,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 32260,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-09T00:00:00.000000",
"pickup_date": null,
"priority": -5,
"recur_active": true,
"recur_enabled": true,
"reference_number": "MLS-88123",
"removed_number": null,
"requested_on": "2018-10-08T00:00:00.000000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-15T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 6,
"truck_id": null,
"type": "R"
},
{
"add_to_routes": null,
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": {
"asset_type": {
"deleted": false,
"id": 4,
"is_default": false,
"location_id": 1,
"name": "40 Yrd Rolloff",
"quantity": 38,
"require_numbers": true,
"weight": 5200.0
},
"asset_type_id": 4,
"description": "N/A",
"dispatched_on": "2018-05-09T13:53:21.837000",
"id": 31789,
"is_returned": false,
"last_activity_on": "2018-07-20T14:12:38.260000",
"last_rental_invoice_on": null,
"latitude": 48.081138173686,
"location": {
"id": 1,
"latitude": 48.0766427,
"line_1": "24 Lee Chatfield Way",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.087925,
"postcode": "98382",
"region": "Wa"
},
"location_id": 1,
"longitude": -123.08866744946,
"number": "40-301",
"quantity": 1,
"returned_on": null
},
"asset_dropped_id": null,
"asset_id": 31789,
"asset_quantity": 1,
"asset_type": null,
"asset_type_id": null,
"completed_by": null,
"completed_on": "2018-10-08T23:37:05.133000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": 103,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 26973,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.05602649999999,
"line_1": "49 Wagner Ln",
"line_2": null,
"line_3": null,
"line_4": "Clallam County",
"locality": "Sequim",
"longitude": -123.1330893,
"postcode": "98382",
"region": "WA"
}
],
"contacts": [
{
"email": "shaneduty@gmail.com",
"fax": null,
"id": 26973,
"name": "Joseph",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": false,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": false,
"number": "360-555-1212"
}
],
"created_on": "2017-03-20T16:38:38.700000",
"id": 26973,
"last_updated_on": "2020-04-22T17:21:44.240000",
"locations": [
{
"created_on": "2018-06-13T19:51:28.267000",
"customer_id": 26973,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": "Test Notes",
"reference_number": "",
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 26973,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 26973,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "Charlies Yard - 49 Wagner Ln",
"parent_id": 26797
},
"customer_id": 26973,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "N/A",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-08T22:57:27.030000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": null,
"dump_location_id": null,
"dumped_on": null,
"ends_at_customer": true,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 32263,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-06T00:31:42.343000",
"pickup_date": null,
"priority": -1,
"recur_active": null,
"recur_enabled": null,
"reference_number": "890-124",
"removed_number": null,
"requested_on": "2018-10-06T00:31:38.213000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-08T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 2,
"truck_id": null,
"type": "R"
},
{
"add_to_routes": null,
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": {
"asset_type": {
"deleted": false,
"id": 3,
"is_default": false,
"location_id": 1,
"name": "30 Yrd Rolloff",
"quantity": 50,
"require_numbers": true,
"weight": 0.0
},
"asset_type_id": 3,
"description": "N/A",
"dispatched_on": "2018-03-11T08:00:00.000000",
"id": 4827,
"is_returned": true,
"last_activity_on": "2019-03-10T22:19:37.220000",
"last_rental_invoice_on": "2018-07-19T03:42:33.070000",
"latitude": 48.0793986,
"location": {
"id": 1,
"latitude": 48.0766427,
"line_1": "24 Lee Chatfield Way",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.087925,
"postcode": "98382",
"region": "Wa"
},
"location_id": 1,
"longitude": -123.107397,
"number": "30-100",
"quantity": 1,
"returned_on": "2019-03-10T22:19:37.220000"
},
"asset_dropped_id": null,
"asset_id": 4827,
"asset_quantity": 1,
"asset_type": null,
"asset_type_id": null,
"completed_by": null,
"completed_on": "2018-10-15T13:42:49.080000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": 106,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 27525,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.0792817,
"line_1": "279-291 W Washington St",
"line_2": null,
"line_3": null,
"line_4": "Clallam County",
"locality": "Sequim",
"longitude": -123.1069199,
"postcode": "98382",
"region": "WA"
}
],
"contacts": [
{
"email": "",
"fax": null,
"id": 27525,
"name": "",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": false,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": false,
"number": ""
}
],
"created_on": "2018-02-19T22:42:18.067000",
"id": 27525,
"last_updated_on": "2020-05-15T21:11:11.850000",
"locations": [
{
"created_on": "2018-06-13T19:51:29.700000",
"customer_id": 27525,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": null,
"reference_number": "",
"renewal_date": null,
"sales_rep": "Michael D.",
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 27525,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 27525,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "ABC Michael - W Washington St",
"parent_id": 48
},
"customer_id": 27525,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "N/A",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-15T00:00:00.000000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": null,
"dump_location_id": null,
"dumped_on": null,
"ends_at_customer": true,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 34031,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-08T20:41:11.710000",
"pickup_date": null,
"priority": -3,
"recur_active": null,
"recur_enabled": null,
"reference_number": null,
"removed_number": null,
"requested_on": "2018-10-08T20:28:43.257000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-15T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 7,
"truck_id": null,
"type": "R"
},
{
"add_to_routes": "",
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": {
"asset_type": {
"deleted": false,
"id": 4,
"is_default": false,
"location_id": 1,
"name": "40 Yrd Rolloff",
"quantity": 38,
"require_numbers": true,
"weight": 5200.0
},
"asset_type_id": 4,
"description": "N/A",
"dispatched_on": "2018-03-28T19:55:50.327000",
"id": 31017,
"is_returned": true,
"last_activity_on": "2019-03-10T22:19:46.940000",
"last_rental_invoice_on": "2018-05-15T07:00:07.980000",
"latitude": 48.0793986,
"location": {
"id": 1,
"latitude": 48.0766427,
"line_1": "24 Lee Chatfield Way",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.087925,
"postcode": "98382",
"region": "Wa"
},
"location_id": 1,
"longitude": -123.107397,
"number": "40-25",
"quantity": 1,
"returned_on": "2019-03-10T22:19:46.937000"
},
"asset_dropped_id": null,
"asset_id": 31017,
"asset_quantity": 1,
"asset_type": null,
"asset_type_id": null,
"completed_by": null,
"completed_on": "2018-10-15T13:42:52.220000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": 106,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 27525,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.0792817,
"line_1": "279-291 W Washington St",
"line_2": null,
"line_3": null,
"line_4": "Clallam County",
"locality": "Sequim",
"longitude": -123.1069199,
"postcode": "98382",
"region": "WA"
}
],
"contacts": [
{
"email": "",
"fax": null,
"id": 27525,
"name": "",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": false,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": false,
"number": ""
}
],
"created_on": "2018-02-19T22:42:18.067000",
"id": 27525,
"last_updated_on": "2020-05-15T21:11:11.850000",
"locations": [
{
"created_on": "2018-06-13T19:51:29.700000",
"customer_id": 27525,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": null,
"reference_number": "",
"renewal_date": null,
"sales_rep": "Michael D.",
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 27525,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 27525,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "ABC Michael - W Washington St",
"parent_id": 48
},
"customer_id": 27525,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-15T00:00:00.000000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": null,
"dump_location_id": null,
"dumped_on": null,
"ends_at_customer": true,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 34034,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-08T20:46:44.497000",
"pickup_date": null,
"priority": -1,
"recur_active": true,
"recur_enabled": false,
"reference_number": null,
"removed_number": null,
"requested_on": "2018-10-08T20:28:49.753000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-15T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 7,
"truck_id": null,
"type": "R"
},
{
"add_to_routes": null,
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": {
"asset_type": {
"deleted": false,
"id": 1,
"is_default": false,
"location_id": 1,
"name": "10 Yrd Rolloff",
"quantity": 195,
"require_numbers": true,
"weight": 2400.0
},
"asset_type_id": 1,
"description": "N/A",
"dispatched_on": "2018-07-11T20:52:56.307000",
"id": 33030,
"is_returned": true,
"last_activity_on": "2018-10-26T20:06:13.733000",
"last_rental_invoice_on": "2018-10-30T21:07:26.380000",
"latitude": 48.086706,
"location": {
"id": 1,
"latitude": 48.0766427,
"line_1": "24 Lee Chatfield Way",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.087925,
"postcode": "98382",
"region": "Wa"
},
"location_id": 1,
"longitude": -123.1137294,
"number": "10-233",
"quantity": 1,
"returned_on": "2018-10-26T20:06:13.603000"
},
"asset_dropped_id": null,
"asset_id": 33030,
"asset_quantity": 1,
"asset_type": null,
"asset_type_id": null,
"completed_by": null,
"completed_on": "2018-10-15T13:42:55.580000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": 103,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 122,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.058039,
"line_1": "390 Dungeness Meadows",
"line_2": null,
"line_3": null,
"line_4": "Clallam County",
"locality": "Sequim",
"longitude": -123.14896399999998,
"postcode": "98382",
"region": "WA"
}
],
"contacts": [
{
"email": "shane@crosoftware.net",
"fax": null,
"id": 122,
"name": "Shane Duty",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": false,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": false,
"number": "360-808-7977"
}
],
"created_on": "2016-10-31T19:54:07.610000",
"id": 122,
"last_updated_on": "2020-08-26T20:11:36.360000",
"locations": [
{
"created_on": "2018-06-13T19:50:20.960000",
"customer_id": 122,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": "[[removed]]",
"reference_number": "POK9090",
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": 1,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 122,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 122,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "ABC Fab - Jordan",
"parent_id": 3
},
"customer_id": 122,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "N/A",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-15T00:00:00.000000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": null,
"dump_location_id": null,
"dumped_on": null,
"ends_at_customer": false,
"fail_reason": null,
"final_location": {
"address": {
"id": null,
"latitude": 48.0788981,
"line_1": "170 W Bell St",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.10455339999999,
"postcode": "98382",
"region": "Wa"
},
"contact": {
"email": "shaneduty@gmail.com",
"id": null,
"name": "Shane",
"number": "360-808-7977"
},
"description": "North Yard",
"id": 4,
"is_holding_yard": true,
"location_id": 1
},
"final_location_id": 4,
"flags": null,
"id": 34053,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-12T20:02:32.860000",
"pickup_date": null,
"priority": -6,
"recur_active": null,
"recur_enabled": null,
"reference_number": "POK9090",
"removed_number": null,
"requested_on": "2018-10-12T20:02:04.080000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-15T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 3,
"truck_id": null,
"type": "P"
},
{
"add_to_routes": null,
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": {
"asset_type": {
"deleted": false,
"id": 1,
"is_default": false,
"location_id": 1,
"name": "10 Yrd Rolloff",
"quantity": 195,
"require_numbers": true,
"weight": 2400.0
},
"asset_type_id": 1,
"description": "N/A",
"dispatched_on": "2018-09-21T01:00:52.350000",
"id": 37446,
"is_returned": true,
"last_activity_on": "2018-10-01T16:47:05.960000",
"last_rental_invoice_on": "2018-10-30T21:07:26.583000",
"latitude": 48.079593,
"location": {
"id": 1,
"latitude": 48.0766427,
"line_1": "24 Lee Chatfield Way",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.087925,
"postcode": "98382",
"region": "Wa"
},
"location_id": 1,
"longitude": -123.017713,
"number": "10-51",
"quantity": 1,
"returned_on": "2018-12-22T14:16:26.010000"
},
"asset_dropped_id": null,
"asset_id": 37446,
"asset_quantity": 1,
"asset_type": null,
"asset_type_id": null,
"completed_by": null,
"completed_on": "2018-10-17T14:21:45.137000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": 103,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 190,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.0736893,
"line_1": "755 South Still Road",
"line_2": null,
"line_3": null,
"line_4": "Clallam County",
"locality": "Sequim",
"longitude": -123.0861091,
"postcode": "98382",
"region": "Washington"
}
],
"contacts": [
{
"email": "mdecicco8@gmail.com",
"fax": null,
"id": 190,
"name": "Joe Johnson",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": false,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": false,
"number": "845-389-7659"
}
],
"created_on": "2017-03-16T20:38:42.780000",
"id": 190,
"last_updated_on": "2020-08-26T20:37:46.420000",
"locations": [
{
"created_on": "2018-06-13T19:50:20.960000",
"customer_id": 190,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": "a customer note",
"reference_number": "MD-271889",
"renewal_date": "2020-01-01T00:00:00.000000",
"sales_rep": "",
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-06-13T19:50:20.960000",
"customer_id": 190,
"is_active": true,
"is_commercial": false,
"location_id": 3,
"note": null,
"reference_number": "",
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": 1,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 190,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 190,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "ABC Michael - 755 South Still",
"parent_id": 48
},
"customer_id": 190,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "N/A",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-17T00:00:00.000000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": null,
"dump_location_id": null,
"dumped_on": null,
"ends_at_customer": true,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 34275,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-15T13:47:37.043000",
"pickup_date": null,
"priority": -1,
"recur_active": null,
"recur_enabled": null,
"reference_number": null,
"removed_number": null,
"requested_on": "2018-10-15T13:46:03.890000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-17T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 2,
"truck_id": null,
"type": "R"
},
{
"add_to_routes": "",
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": {
"asset_type": {
"deleted": false,
"id": 1086,
"is_default": false,
"location_id": 1,
"name": "50 Yrd Rolloff",
"quantity": 32,
"require_numbers": true,
"weight": 3000.0
},
"asset_type_id": 1086,
"description": "N/A",
"dispatched_on": "2018-05-03T07:00:00.000000",
"id": 34386,
"is_returned": true,
"last_activity_on": "2018-11-08T17:56:28.990000",
"last_rental_invoice_on": null,
"latitude": 48.079975,
"location": {
"id": 1,
"latitude": 48.0766427,
"line_1": "24 Lee Chatfield Way",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.087925,
"postcode": "98382",
"region": "Wa"
},
"location_id": 1,
"longitude": -123.095222,
"number": "50-01",
"quantity": 1,
"returned_on": "2018-11-08T17:56:28.980000"
},
"asset_dropped_id": null,
"asset_id": 34386,
"asset_quantity": 1,
"asset_type": null,
"asset_type_id": null,
"completed_by": null,
"completed_on": "2018-10-17T14:21:32.347000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": 103,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 119,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.079975,
"line_1": "520 E Washington St",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.09522200000004,
"postcode": "98382",
"region": "WA"
}
],
"contacts": [
{
"email": "shaneduty@gmail.com",
"fax": null,
"id": 119,
"name": "George",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": true,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": true,
"number": "360-555-1212"
}
],
"created_on": "2016-10-31T19:09:15.810000",
"id": 119,
"last_updated_on": "2019-10-21T21:13:53.307000",
"locations": [
{
"created_on": "2018-06-13T19:50:20.960000",
"customer_id": 119,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": null,
"reference_number": "ADF123-9090",
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-06-13T19:50:20.960000",
"customer_id": 119,
"is_active": true,
"is_commercial": false,
"location_id": 2,
"note": null,
"reference_number": "",
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 119,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 119,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "George Jones - 520 E Washington St",
"parent_id": 1
},
"customer_id": 119,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-17T00:00:00.000000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": null,
"dump_location_id": null,
"dumped_on": null,
"ends_at_customer": true,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 34287,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-15T13:48:22.490000",
"pickup_date": null,
"priority": -3,
"recur_active": true,
"recur_enabled": true,
"reference_number": "ADF123-9090",
"removed_number": null,
"requested_on": "2018-10-15T13:48:00.567000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-17T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 2,
"truck_id": null,
"type": "E"
},
{
"add_to_routes": null,
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": null,
"asset_dropped_id": null,
"asset_id": null,
"asset_quantity": 1,
"asset_type": {
"deleted": false,
"id": 1087,
"is_default": false,
"location_id": 1,
"name": "15 Yrd Rolloff",
"quantity": 23,
"require_numbers": true,
"weight": 2500.0
},
"asset_type_id": 1087,
"completed_by": null,
"completed_on": "2018-10-17T14:22:57.123000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": 103,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 26971,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.0785432,
"line_1": "435 W Bell St",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.1115322,
"postcode": "98382",
"region": "WA"
}
],
"contacts": [
{
"email": "N/A",
"fax": null,
"id": 26971,
"name": "Jordan",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": false,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": false,
"number": "N/A"
}
],
"created_on": "2017-03-20T16:30:53.617000",
"id": 26971,
"last_updated_on": "2020-06-10T14:00:38.873000",
"locations": [
{
"created_on": "2018-06-13T19:51:28.267000",
"customer_id": 26971,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": "Low power lines",
"reference_number": "JS-33123",
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 26971,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 26971,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "Jordan Site - 435 W Bell St",
"parent_id": 26795
},
"customer_id": 26971,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "N/A",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-17T00:00:00.000000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": null,
"dump_location_id": null,
"dumped_on": null,
"ends_at_customer": true,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 34289,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-15T13:48:20.317000",
"pickup_date": null,
"priority": -2,
"recur_active": null,
"recur_enabled": null,
"reference_number": "JS-33123",
"removed_number": null,
"requested_on": "2018-10-15T13:48:16.677000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-17T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 2,
"truck_id": null,
"type": "D"
},
{
"add_to_routes": null,
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": {
"asset_type": {
"deleted": false,
"id": 3,
"is_default": false,
"location_id": 1,
"name": "30 Yrd Rolloff",
"quantity": 50,
"require_numbers": true,
"weight": 0.0
},
"asset_type_id": 3,
"description": "N/A",
"dispatched_on": "2018-05-24T19:52:36.360000",
"id": 31880,
"is_returned": false,
"last_activity_on": "2019-09-25T18:29:42.150000",
"last_rental_invoice_on": null,
"latitude": 48.058667192157,
"location": {
"id": 1,
"latitude": 48.0766427,
"line_1": "24 Lee Chatfield Way",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.087925,
"postcode": "98382",
"region": "Wa"
},
"location_id": 1,
"longitude": -123.08077094478,
"number": "30-44",
"quantity": 1,
"returned_on": null
},
"asset_dropped_id": null,
"asset_id": 31880,
"asset_quantity": 1,
"asset_type": null,
"asset_type_id": null,
"completed_by": null,
"completed_on": "2018-10-19T21:03:39.053000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": 103,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 27002,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.058633,
"line_1": "903 Doe Run Rd",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.08083799999997,
"postcode": "98382",
"region": "WA"
}
],
"contacts": [
{
"email": "shaneduty@gmail.com",
"fax": null,
"id": 27002,
"name": "Matt",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": false,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": false,
"number": "360-808-7977"
}
],
"created_on": "2017-04-15T02:26:22.107000",
"id": 27002,
"last_updated_on": "2019-10-15T23:35:45.007000",
"locations": [
{
"created_on": "2018-06-13T19:51:28.267000",
"customer_id": 27002,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 27002,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 27002,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "Junkers Scrap",
"parent_id": 26809
},
"customer_id": 27002,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "N/A",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-19T00:00:00.000000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": null,
"dump_location_id": null,
"dumped_on": null,
"ends_at_customer": true,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 34391,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-17T14:24:26.633000",
"pickup_date": null,
"priority": -1,
"recur_active": null,
"recur_enabled": null,
"reference_number": null,
"removed_number": null,
"requested_on": "2018-10-17T14:24:23.450000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-19T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 2,
"truck_id": null,
"type": "E"
},
{
"add_to_routes": null,
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": {
"asset_type": {
"deleted": false,
"id": 2,
"is_default": false,
"location_id": 1,
"name": "20 Yrd Rolloff",
"quantity": 65,
"require_numbers": true,
"weight": 5000.0
},
"asset_type_id": 2,
"description": "N/A",
"dispatched_on": "2018-05-22T23:59:13.713000",
"id": 31843,
"is_returned": false,
"last_activity_on": "2019-09-25T18:29:15.503000",
"last_rental_invoice_on": null,
"latitude": 48.078834988283,
"location": {
"id": 1,
"latitude": 48.0766427,
"line_1": "24 Lee Chatfield Way",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.087925,
"postcode": "98382",
"region": "Wa"
},
"location_id": 1,
"longitude": -123.10443022988,
"number": "20-9",
"quantity": 1,
"returned_on": null
},
"asset_dropped_id": null,
"asset_id": 31843,
"asset_quantity": 1,
"asset_type": null,
"asset_type_id": null,
"completed_by": null,
"completed_on": "2018-10-22T14:44:37.297000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": 103,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 193,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.0787485,
"line_1": "170 West Bell St",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.10429590000001,
"postcode": "98382",
"region": "WA"
}
],
"contacts": [
{
"email": "frank@cro.net",
"fax": null,
"id": 193,
"name": "Willie Wild",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": false,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": false,
"number": "360-123-4567"
}
],
"created_on": "2017-03-17T19:55:44.027000",
"id": 193,
"last_updated_on": "2019-10-15T23:35:45.007000",
"locations": [
{
"created_on": "2018-06-13T19:50:20.960000",
"customer_id": 193,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": null,
"reference_number": "",
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 193,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 193,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "Frank Wild - West Bell",
"parent_id": 11
},
"customer_id": 193,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "N/A",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-22T13:58:21.080000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": null,
"dropped_asset": null,
"dropped_number": null,
"dump_location": null,
"dump_location_id": null,
"dumped_on": null,
"ends_at_customer": true,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 34486,
"images": [],
"invoice_notes": null,
"is_acknowledged": false,
"is_completed": false,
"is_declined": true,
"is_deleted": true,
"is_failed": true,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-20T00:00:00.000000",
"pickup_date": null,
"priority": -1,
"recur_active": null,
"recur_enabled": null,
"reference_number": null,
"removed_number": null,
"requested_on": "2018-10-19T21:02:55.923000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-22T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 1,
"times_rolled_over": 2,
"truck_id": null,
"type": "P"
},
{
"add_to_routes": null,
"add_to_routes_settings": null,
"arrived_at_destination_on": null,
"asset": {
"asset_type": {
"deleted": false,
"id": 1,
"is_default": false,
"location_id": 1,
"name": "10 Yrd Rolloff",
"quantity": 195,
"require_numbers": true,
"weight": 2400.0
},
"asset_type_id": 1,
"description": "N/A",
"dispatched_on": "2016-12-08T00:00:00.000000",
"id": 183,
"is_returned": true,
"last_activity_on": "2018-10-27T06:23:21.497000",
"last_rental_invoice_on": "2018-10-30T21:07:27.037000",
"latitude": 48.0790239,
"location": {
"id": 1,
"latitude": 48.0766427,
"line_1": "24 Lee Chatfield Way",
"line_2": null,
"line_3": null,
"line_4": null,
"locality": "Sequim",
"longitude": -123.087925,
"postcode": "98382",
"region": "Wa"
},
"location_id": 1,
"longitude": -123.091948,
"number": "10-77",
"quantity": 1,
"returned_on": "2018-10-27T06:23:21.473000"
},
"asset_dropped_id": null,
"asset_id": 183,
"asset_quantity": 1,
"asset_type": null,
"asset_type_id": null,
"completed_by": 103,
"completed_on": "2018-10-27T06:23:21.520000",
"confirmed_on": null,
"created_by_driver": false,
"created_by_id": 103,
"created_with_portal": false,
"customer": {
"addresses": [
{
"country": null,
"id": 133,
"is_active": true,
"is_billing": false,
"is_physical": true,
"is_shipping": true,
"latitude": 48.0791263,
"line_1": "740 E Washington St",
"line_2": null,
"line_3": null,
"line_4": "Clallam County",
"locality": "Sequim",
"longitude": -123.0918143,
"postcode": "98382",
"region": "WA"
}
],
"contacts": [
{
"email": "shane@crosoftware.net",
"fax": null,
"id": 133,
"name": "Willie Wild",
"notify_on_acknowledged_request": false,
"notify_on_completed_request": false,
"notify_on_dispatched_request": true,
"notify_on_failed_request": true,
"notify_on_new_request": false,
"number": "360-777-7777"
}
],
"created_on": "2016-11-02T15:29:16.540000",
"id": 133,
"last_updated_on": "2019-10-15T23:35:45.007000",
"locations": [
{
"created_on": "2018-06-13T19:50:20.960000",
"customer_id": 133,
"is_active": true,
"is_commercial": false,
"location_id": 1,
"note": null,
"reference_number": "",
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:08:49.493000",
"customer_id": 133,
"is_active": true,
"is_commercial": false,
"location_id": 20,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
},
{
"created_on": "2018-12-13T06:11:34.743000",
"customer_id": 133,
"is_active": true,
"is_commercial": false,
"location_id": 21,
"note": null,
"reference_number": null,
"renewal_date": null,
"sales_rep": null,
"sales_rep_id": null,
"suspension_id": null
}
],
"name": "Frank Wild - Washington St",
"parent_id": 11
},
"customer_id": 133,
"customer_notes": null,
"departed_on": null,
"desired_asset_desc": "N/A",
"desired_end_time": null,
"desired_start_time": null,
"dispatch_priority": null,
"dispatched_by_route": null,
"dispatched_on": "2018-10-26T16:24:59.947000",
"dispatcher_notes": "",
"do_confirm": false,
"driver_notes": "",
"dropped_asset": null,
"dropped_number": null,
"dump_location": null,
"dump_location_id": null,
"dumped_on": null,
"ends_at_customer": true,
"fail_reason": null,
"final_location": null,
"final_location_id": null,
"flags": null,
"id": 34667,
"images": [],
"invoice_notes": null,
"is_acknowledged": true,
"is_completed": true,
"is_declined": false,
"is_deleted": false,
"is_failed": false,
"is_paid": false,
"is_separate_from_route_list": false,
"job_group_id": null,
"last_updated_on": "2019-04-15T20:55:37.080000",
"location_id": 1,
"materials": [
{
"heavy_weight": 0.0,
"light_weight": 0.0,
"material_item_id": null,
"material_name": null,
"quantity": null,
"tare_weight": 0.0
}
],
"merged_with_route_id": null,
"original_schedule_date": "2018-10-26T14:35:10.330000",
"pickup_date": null,
"priority": -1,
"recur_active": null,
"recur_enabled": null,
"reference_number": null,
"removed_number": null,
"requested_on": "2018-10-26T14:34:44.163000",
"require_image": false,
"require_materials": false,
"require_signature": false,
"require_weights": false,
"return_full": [],
"scale_ticket": null,
"schedule_date": "2018-10-26T00:00:00.000000",
"start_location": null,
"start_location_id": null,
"started_on": null,
"starts_at_customer": true,
"third_party_hauler_id": "571821f4-0079-4e0d-bd84-1dbe45fcd678",
"times_failed": 0,
"times_rolled_over": 0,
"truck_id": null,
"type": "P"
}
],
"total_count": 20,
"total_pages": 1
}
Path Parameters
location_id
Integer, Required
Location identifier.
Query Parameters
completed
Boolean, Optional
If true, return only records marked completed. If false, return only records marked incomplete. If unspecified, return all.
- One of 0, 1, True, False (case insensitive).
completed_by
Integer, Optional
Driver or dispatcher identifier.
completed_by_driver
Boolean, Optional
If true, return only records marked completed by a driver. If false, return only records marked incomplete. If unspecified, return all.
- One of 0, 1, True, False (case insensitive).
created_on_gte
String, Optional
Return records created on or after the specified date. If unspecified, return all.
- Date occurring in the past in an ISO 8601 compatible format.
deleted
Boolean, Optional
If true, return only active records. If false, return only inactive records. If unspecified, return all.
- One of 0, 1, True, False (case insensitive).
driver_id
String, Optional
If specified, return only records matching this driver. If unspecified, return all.
failed
Boolean, Optional
If true, return only records marked deleted. If false, return only records marked as deleted. If unspecified, return all.
- One of 0, 1, True, False (case insensitive).
is_dispatched
Boolean, Optional
Filter jobs based on dispatch status. If true, records with a valid truck_id (dispatched) are returned. If false, records with no truck_id (not dispatched) are returned. If null, all records are returned.
- One of 0, 1, True, False (case insensitive).
last_updated_gte
String, Optional
Return only records updated after (must be in past). If unspecified, return all.
- Date occurring in the past in an ISO 8601 compatible format.
page_index
Integer, Optional
Paged results page index (starting from 1).
- Less than or equal to 10000.
- Greater than or equal to 1.
page_limit
Integer, Optional
Maximun number of results per page.
- Less than or equal to 1000.
- Greater than or equal to 1.
returned_by
Integer, Optional
Driver or dispatcher identifier.
returned_by_driver
Boolean, Optional
Return only records returned by driver when TRUE.
- One of 0, 1, True, False (case insensitive).
schedule_gt
String, Optional
Return only jobs scheduled after (must be in past). If unspecified, return all.
- Date occurring in the past in an ISO 8601 compatible format.
schedule_gte
String, Optional
Return only jobs scheduled on or after (must be in past). If unspecified, return all.
- Date occurring in the past in an ISO 8601 compatible format.
schedule_lt
String, Optional
Return only jobs scheduled before.
- Date in an ISO 8601 compatible format.
schedule_lte
String, Optional
Return only jobs scheduled on or before.
- Date in an ISO 8601 compatible format.
truck_id
Integer, Optional
If specified, return only records matching this truck. If unspecified, return all.
Request Headers
Refer to StandardRequestHeadersModel for more details.
authorization
String, Required
Authorization header (bearer with access token). See the Authentication Guide to get started.
- Matches ^bearer [a-z0-9-_=]+.[a-z0-9-_=]+.?[a-z0-9-_.+/=]*$
- No longer than 256 characters.
- At least 1 characters long.
x-api-version
String, Optional
Request identifier.
- At least 1 and no more than 64 characters.
- Must be a valid API version string (2019/02/08, 2021/04/07, 2021/05/07, 2021/08/02, 2021/11/04, 2023/04/19).
x-tenant-id
Integer, Required
Tenant identifier. Contact CRO Software for more info if you don't already have this id. See list tenant ids for info on listing the tenants you have access to.
Request Body
No request body
Response
Response Headers
Refer to StandardResponseHeadersModel for more details.
x-api-version
String
Request identifier.
- At least 1 and no more than 64 characters.
- Must be a valid API version string (2019/02/08, 2021/04/07, 2021/05/07, 2021/08/02, 2021/11/04, 2023/04/19).
x-request-id
String
Request identifier.
- Valid UUID.
Response Body
Refer to JobListModel for more details.
current_limit
Integer
Maximun number of results per page.
- Less than or equal to 1000.
- Greater than or equal to 1.
current_page
Integer
Paged results page index (starting from 1).
- Less than or equal to 10000.
- Greater than or equal to 1.
results
Array[JobModel]
Refer to JobModel.
total_count
Integer
Paged results total viewable records.
- Less than or equal to 100000.
- Greater than or equal to 0.
total_pages
Integer
Paged results total pages.
- Less than or equal to 1000.
- Greater than or equal to 0.
Code Samples
- cURL
- Python
- CSharp 2.0
curl --request GET --include \
--header "Authorization: Bearer {your-auth-token}" \
--header "Content-Type: application/json" \
--header "x-tenant-id: {your-tenant-id}" \
127.0.0.1:8003/locations/{location_id}/jobs
import requests, json
response = requests.get(
'http://localhost:8003/locations/{location_id}/jobs',
headers={
'Authorization': 'Bearer {your-auth-token}',
'Content-Type': 'application/json',
'x-tenant-id': '{your-tenant-id}'
},
parameters={
}
)
results = json.loads(response.text)
print(results)
using System;
using System.Net;
using System.Collections.Specialized;
namespace CROSoftware
{
public class DemoClient
{
static public void Main ()
{
WebClient client = new WebClient();
// URL
String url = "/locations/{location_id}/jobs";
// Headers
client.Headers.Add("Authorization", "Bearer {your-auth-token}");
client.Headers.Add("Content-Type", "application/json");
client.Headers.Add("x-tenant-id", "{your-tenant-id}");
string json = client.DownloadString(url);
Console.WriteLine(json);
}
}
}