File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,14 +2,12 @@ description: Each saved lane entry is a key/value object in the list.
22example :
33 list :
44 - destination_city : Atlanta
5- destination_metro_id : 987
65 destination_state : GA
76 distance : 456
87 flat_gross : 111
98 flat_per_mile : 1.11
109 lane_id : 123
1110 origin_city : Dallas
12- origin_metro_id : 123
1311 origin_state : TX
1412 reefer_gross : 333
1513 reefer_per_mile : 3.33
@@ -18,38 +16,30 @@ example:
1816properties :
1917 list :
2018 properties :
21- payrate :
22- description : ' This will return a list of dates, single key of newest_payrate'
23- properties :
24- destination_city :
25- type : string
26- destination_metro_id :
27- type : integer
28- destination_state :
29- type : string
30- distance :
31- type : integer
32- flat_gross :
33- type : number
34- flat_per_mile :
35- type : number
36- lane_id :
37- type : integer
38- origin_city :
39- type : string
40- origin_metro_id :
41- type : integer
42- origin_state :
43- type : string
44- reefer_gross :
45- type : number
46- reefer_per_mile :
47- type : number
48- van_gross :
49- type : number
50- van_per_mile :
51- type : number
52- type : object
19+ destination_city :
20+ type : string
21+ destination_state :
22+ type : string
23+ distance :
24+ type : integer
25+ flat_gross :
26+ type : number
27+ flat_per_mile :
28+ type : number
29+ lane_id :
30+ type : integer
31+ origin_city :
32+ type : string
33+ origin_state :
34+ type : string
35+ reefer_gross :
36+ type : number
37+ reefer_per_mile :
38+ type : number
39+ van_gross :
40+ type : number
41+ van_per_mile :
42+ type : number
5343 type : object
5444x-restlet :
5545 section : BOARDS
Original file line number Diff line number Diff line change @@ -41,16 +41,16 @@ post:
4141 schema :
4242 properties :
4343 destinaition_city :
44- description : A valid city or INBOUND
44+ description : A valid city or outbound
4545 type : string
4646 destination_state :
47- description : A valid State abbrevitaino or blank when using INBOUND .
47+ description : A valid State abbrevitaino or blank when using outbound .
4848 type : string
4949 origin_city :
50- description : A valid city or OUTBOUND
50+ description : A valid city or inbound
5151 type : string
5252 origin_state :
53- description : A valid State abbrevitaino or blank when using OUTBOUND .
53+ description : A valid State abbrevitaino or blank when using inbound .
5454 type : string
5555 required :
5656 - destination_state
You can’t perform that action at this time.
0 commit comments