UPS · Schema

PaperlessDocumentResponse

LogisticsShippingFortune 500Supply Chain

Properties

Name Type Description
UploadResponse object
View JSON Schema on GitHub

JSON Schema

ups-paperlessdocumentresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaperlessDocumentResponse",
  "title": "PaperlessDocumentResponse",
  "type": "object",
  "properties": {
    "UploadResponse": {
      "type": "object",
      "properties": {
        "Response": {
          "type": "object"
        },
        "FormsHistoryDocumentID": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "DocumentID": {
                "type": "string"
              }
            }
          }
        }
      }
    }
  }
}