1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
{
"status": "success",
"data": {
"objects": [
{
"guid": "ee6a7af7-650d-499b-8e32-58a52ffdb7bc",
"id": 0,
"created_at": "2019-11-15T10:33:29.112+0000",
"action_status": "SUCCESS",
"carrier_address": "Main street, 5",
"carrier_city": "Salt Lake City",
"carrier_contact_name": "John Smith",
"carrier_email": "[email protected]",
"carrier_guid": "512cb41f-45f3-4996-83a5-83687bf0cc0b",
"carrier_name": "string",
"carrier_phone": "+1 234 5678 910",
"carrier_state": "UT",
"carrier_usdot": 123456,
"carrier_zip": 84199,
"code": "picked_up",
"driver_name": "string",
"driver_phone": "string",
"error_details": "string",
"error_message": "string",
"status": "new",
"user": {
"guid": "ee6a7af7-650d-499b-8e32-58a52ffdb7bc",
"is_active": true,
"is_superuser": false,
"created_at": "2019-11-15T10:33:29.112+0000",
"changed_at": "2019-11-15T10:33:29.112+0000",
"email": "[email protected]",
"first_name": "string",
"last_name": "string",
"username": "string"
},
"vehicles": [
{
"guid": "ee6a7af7-650d-499b-8e32-58a52ffdb7bc",
"lot_number": 1234,
"make": "BMW",
"model": "Gran Coupe",
"vin": "1G8AL52F03Z157046",
"year": 2012
}
]
}
],
"pagination": {
"total_pages": 0,
"total_objects": 0,
"limit": 20,
"page": 0
}
}
}
|