UPS · Schema

VoidResponse

LogisticsShippingFortune 500Supply Chain

Properties

Name Type Description
VoidShipmentResponse object
View JSON Schema on GitHub

JSON Schema

ups-voidresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VoidResponse",
  "title": "VoidResponse",
  "type": "object",
  "properties": {
    "VoidShipmentResponse": {
      "type": "object",
      "properties": {
        "Response": {
          "type": "object"
        },
        "SummaryResult": {
          "type": "object",
          "properties": {
            "Status": {
              "type": "object",
              "properties": {
                "Code": {
                  "type": "string"
                },
                "Description": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    }
  }
}