Recipe 6 - CdxStop JSON Example

Recipe 6 - CdxStop JSON Example

Recipe 6 CdxStop JSON Example

{
  "StopType": "Collection",
  "ProofDocUrl": "string",
  "EmailList": "string",
  "SignatureType": 0,
  "SignedBy": "string",
  "NotSignedReasons": "string",
  "SignOffComment": "string",
  "Signature": "string",

  "Shipment": {
    "ExchangeId": 0,
    "EventDateTime": "string"

  },
  "CdxVehicles": [
    {
      "Vin": "string",
      "CdxDeliveryStatus": "string",
      "ReceiverLoadId": "string",
      "ReceiverTripId": "string",
      "DriverId": "string",
      "TruckId": "string",
      "Latitude": 0,
      "Longitude": 0,
      "GateCode": "string",
      "SignedBy": "string",
      "SignOffComment": "string",
      "Signature": "string",
      "NonCompletionReason": "string",

      "DamageAtPickup": [
        {
          "Area": {
            "Code": "string",
            "Description": "string",
            "PhotoURL": [
              "string"
            ]
          },
          "Type": {
            "Code": "string",
            "Description": "string",
            "PhotoURL": [
              "string"
            ]
          },
          "Severity": {
            "Code": "string",
            "Description": "string",
            "PhotoURL": [
              "string"
            ]
          },
          "Description": "string"
        }
      ],

      "DamageAtDropoff": [
        {
          "Area": {
            "Code": "string",
            "Description": "string",
            "PhotoURL": [
              "string"
            ]
          },
          "Type": {
            "Code": "string",
            "Description": "string",
            "PhotoURL": [
              "string"
            ]
          },
          "Severity": {
            "Code": "string",
            "Description": "string",
            "PhotoURL": [
              "string"
            ]
          },
          "Description": "string"

        }
      ]
    }
  ]
}