Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

JSON Schema

OpenAPI Spec (POST)

OpenAPI Spec (GET)

Sample Payload

line 73 batch identifier should be d6a6c7f0-3e07-4885-b4b8-f9b0d7a1ece9

{
  "receiveDelivery": {
    "receiveDeliveryHeader": {
      "identifier": "2130948342",
      "lastModificationDateTime": "2020-03-20T07:50:45.456-05:00",
      "documentDateTime": "2020-03-20T07:50:45.456-05:00",
      "note": "string",
      "documentReference": {
        "identifier": "21231232",
        "typeCode": "PurchaseOrder",
        "documentDateTime": "2020-03-15T15:45:17.456-06:00"
      },
      "status": {
        "code": "received"
      },
      "billOfLadingReference": {
        "identifier": "string"
      },
      "contractReference": {
        "identifier": "contract123232"
      },
      "tareWeightMeasure": {
        "content": 35000,
        "unitCode": "LB"
      },
      "netWeightMeasure": {
        "content": 1800,
        "unitCode": "LB"
      },
      "grossWeightMeasure": {
        "content": 36800,
        "unitCode": "LB"
      },
      "dockIdentifier": "D-123232",
      "carrierParty": {
        "scacid": "RUAN"
      },
      "shipToParty": {
        "identifier": "58885",
        "name": "Happy Dairy Farm",
        "location": {
          "identifier": "Location1232321"
        }
      },
      "containerQuantity": 1
    },
    "receiveDeliveryUnit": [
      {
        "typeCode": "Trailer",
        "identifier": "3243243243434",
        "trackingIdentifier": "4157451521254",
        "proNumberIdentifier": "4157451521254",
        "containerIdentifier": "C-12312323",
        "rfid": "NA",
        "sealIdentifier": "4157451521254",
        "actualDeliveryDateTime": "2020-03-20T07:50:45.456-05:00",
        "receiveDeliveryUnitItem": [
          {
            "identifier": "1",
            "manufacturerItemIdentification": {
              "typeCode": "SKU",
              "identifier": "2343434343"
            },
            "upcid": "NA",
            "gtinid": "NA",
            "uid": "34343243434343",
            "serialNumberIdentifier": [
              "NA"
            ],
            "lot": [
              {
                "typeCode": "BATCH",
                "identifier": "234415989"
              }
            ],
            "attachment": [
              {
                "fileName": "rodents.jpg",
                "documentDateTime": "2020-03-20T07:50:45.456-05:00",
                "fileTypeCode": "application/peg",
                "fileSizeQuantity": 4343433
              }
            ],
            "countryOfOriginCode": {
              "content": "USA",
              "listIdentifier": "3166-3",
              "listAgencyIdentifier": "ISO"
            },
            "orderQuantity": {
              "content": 2000,
              "unitCode": "LB"
            },
            "shippedQuantity": {
              "content": 1800,
              "unitCode": "LB"
            },
            "backOrderedQuantity": {
              "content": 200,
              "unitCode": "LB"
            },
            "purchaseOrderReference": {
              "lineNumberIdentifier": "123232-001"
            },
            "status": {
              "code": "Partial"
            },
            "receivedQuantity": {
              "content": 1800,
              "unitCode": "LB"
            },
            "returnedQuantity": {
              "content": 0,
              "unitCode": "LB"
            },
            "receiptDiscrepancy": {
              "reasonCode": "NA",
              "note": {
                "content": "I saw a few rodents in the trailer, but no droppings in the bulk boxes",
                "author": "Mabel",
                "entryDateTime": "2020-03-20T07:50:45.456-05:00"
              }
            }
          }
        ]
      }
    ]
  }
}


  • No labels