Recipe 5 - CdxVehicleExchange JSON Example

Recipe 5 - CdxVehicleExchange JSON Example

Recipie 5 CdxVehicleExchange JSON Example

{
  "CdxVehicles": [
    {
      "CdxShipmentId": "12134",
      "Color": "Blue",
      "Location": "B23",
      "Make": "Ford",
      "Model": "Focus",
      "MovementNumber": "M3456",
      "Notes": "Key missing",
      "Registration": "2019",
      "Variant": "2.6l",                 
      "Vin": "32423423D",
      "Weight": 1850,
      "Destination": {
                  "AddressLines": "McDonald Avenue",
                  "City": "Dallas",
                  "Contact": "Jim Jones",
                  "CountryCode": "US",
                  "Email": "jim@dealer.com",
                  "InternalQuickCode": "TS345",
                  "LocationCode": "D234",
                  "Notes": "Drop keys in drop box",
                  "OrganizationName": "McDonald Avenue",
                  "Phone": "8152178978",
                  "QuickCode": "MD2345",
                  "StateRegion": "New York",
                  "ZipPostCode": "11230"
      },
      "Origin": {
                  "AddressLines": "4008 Fort Branch",
                  "City": "Arlington",
                  "Contact": "Pickup Person",
                  "CountryCode": "US",
                  "Email": "mike.thorby@cardeliverynetwork.com",
                  "InternalQuickCode": null,
                  "LocationCode": null,                 
                  "Notes": null,
                  "OrganizationName": "Bill Towage",
                  "Phone": "8178914776",
                  "QuickCode": "BT2345",
                  "StateRegion": "TX",
                  "ZipPostCode": "76016"
      },
      "Price": 5000,
      "ReferenceNumber": null,
      "RequestedDeliveryDate": "2019-02-10",
      "RequestedPickupDate": "2019-02-11",
      "VehicleType": "SUV"
    }
  ],
  "Shipment": {
                  "EventDateTime": "2019-10-17 14:28:04",
                  "Notes": null,
                  "Price": 15000,
                  "ReceiverScac": "CAQH",
                  "SenderInventoryId": "3456",
                  "SenderJobNumber": null,
                  "SenderLoadId": "123493",
                  "SenderScac": "ZZZZ",
                  "SenderTripId": null
  }
}