Mock ntg search job info
This commit is contained in:
84
broker/testdata/ntgvision_jobinfo_response.json
vendored
Normal file
84
broker/testdata/ntgvision_jobinfo_response.json
vendored
Normal file
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"headerSummary": "A to B",
|
||||
"loadId": 123,
|
||||
"miles": 123,
|
||||
"weight": 123,
|
||||
"temp": null,
|
||||
"equipment": "equipment",
|
||||
"categoryName": "category",
|
||||
"categoryLabel": "category generic",
|
||||
"cargoInformation": [
|
||||
"carto info"
|
||||
],
|
||||
"loadRequirements": [
|
||||
"load requirements"
|
||||
],
|
||||
"stopInfos": [
|
||||
{
|
||||
"loadInfoIds": [
|
||||
123
|
||||
],
|
||||
"stopDateTime": "0001-01-01T00:00:00",
|
||||
"isPickup": true,
|
||||
"location": "A",
|
||||
"stopDate": "Friday, 01/14/22",
|
||||
"stopHours": "10:00 - 12:00",
|
||||
"appointmentTime": "",
|
||||
"appointmentType": "FCFS",
|
||||
"instructions": "instruction",
|
||||
"isDropTrailer": false,
|
||||
"shipperName": "client",
|
||||
"processedStopDate": ""
|
||||
},
|
||||
{
|
||||
"loadInfoIds": [
|
||||
123
|
||||
],
|
||||
"stopDateTime": "0001-01-01T00:00:00",
|
||||
"isPickup": false,
|
||||
"location": "B",
|
||||
"stopDate": "Monday, 01/17/22",
|
||||
"stopHours": "09:00 - 10:00",
|
||||
"appointmentTime": "09:00",
|
||||
"appointmentType": "APPT",
|
||||
"instructions": "instructions",
|
||||
"isDropTrailer": false,
|
||||
"shipperName": "client",
|
||||
"processedStopDate": ""
|
||||
}
|
||||
],
|
||||
"drayStopInfos": null,
|
||||
"rateInfo": null,
|
||||
"isDray": false,
|
||||
"equipmentGroupId": 8,
|
||||
"totalCarrierRate": 2600,
|
||||
"payUpTo": 2700,
|
||||
"firstLoadInfoId": 123,
|
||||
"loadStatus": "ACTIVE",
|
||||
"hasBlockingAlert": false,
|
||||
"customerLoadBlocked": false,
|
||||
"canSeeRate": false,
|
||||
"canBookNow": false,
|
||||
"canBidNow": true,
|
||||
"buttonData": {
|
||||
"useBidDialog": false,
|
||||
"lastBidAmount": null,
|
||||
"remainingBids": 1,
|
||||
"carrierPhoneNumber": null,
|
||||
"carrierPhoneExtension": null
|
||||
},
|
||||
"stopData": [
|
||||
{
|
||||
"addr": "IDX NORTH CAROLINA",
|
||||
"city": "Washington",
|
||||
"state": "NC",
|
||||
"zip": "27889"
|
||||
},
|
||||
{
|
||||
"addr": "hibbett sports",
|
||||
"city": "Abilene",
|
||||
"state": "TX",
|
||||
"zip": "79606"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user