Recipe 1 - Job JSON Example

Recipe 1 - Job JSON Example

Recipe 1 Job JSON Example

[{
  "loadId" : "RPM23434",
  "jobInitiator": "Bob - Carrier Team 1",
  "serviceRequired": "Transported",
  "tripId" : "45673",
  "customerReference": "RPMOrder234",
  "notes": "Must call 2 hours before pickup, driver will find keys in lockbox",

  "customer": {
    "contact": "Sam Malone",
    "organisationName": "Carrier Ltd",
    "quickCode": "CUST1",
    "addressLines": "4008 Fort Branch",
    "city": "Arlington",
    "stateRegion": "TX",
    "zipPostCode": "76016",
    "email": "mike.thorby@cardeliverynetwork.com",
    "fax": "8178914777",
    "phone": "8178914776",
    "mobilePhone": "8178914776",
    "otherPhone": ""

  },
  "pickup": {
    "destination": {
      "contact": "Pickup Person",
      "organisationName": "Bill Towage",
      "quickCode":"BT2345",
      "addressLines": "4008 Fort Branch",
      "city": "Arlington",
      "stateRegion": "TX",
      "zipPostCode": "76016",
      "email": "mike.thorby@cardeliverynetwork.com",
      "fax": "",
      "phone": "8178914776",
      "mobilePhone": "8178914776",
      "notes": "Enter via the I32, Junction 4",
      "otherPhone": ""
    },
    "requestedDate": "2019-08-09T07:22Z",
    "requestedDateIsExact": false

  },
  "dropoff": {
    "destination": {
      "organisationName": "McDonald Avenue",
      "addressLines": "McDonald Avenue",
      "city": "Thame",
      "stateRegion": "New York",
      "quickCode": "MD2345",

      "notes": "No after hours drops, call before delivery",
      "zipPostCode": "11230"
    },
    "requestedDate": "2019-08-09T07:22Z",
    "requestedDateIsExact": false

  },
  "vehicles": [
    {
      "vin": "4T1B11HK0KU801584",
      "registration": "2019",
      "make": "Toyota",
      "model": "Camry",
      "variant": "L 4dr Sedan",
      "color": "Silver",
      "weight": "3241",
      "location": "4111",
      "notes": "Sold unit",
      "movementNumber": "1045242"

    },
  "allocatedCarrierScac": "ABCD"
  "shipperScac": "GMC",
  "contractedCarrierScac": "ZZZZ",
  "assignedDriverRemoteId": "DRV123",

  "loadBoardLookupId": "LBGOLD",
  "sellPrice": 15000,
  "buyPrice": 10000,
  "advertiseType": 2,
  "paymentTerms": 0

  ]