UPS · Schema

CancelPickupResponse

LogisticsShippingFortune 500Supply Chain

Properties

Name Type Description
PickupCancelResponse object
View JSON Schema on GitHub

JSON Schema

ups-cancelpickupresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CancelPickupResponse",
  "title": "CancelPickupResponse",
  "type": "object",
  "properties": {
    "PickupCancelResponse": {
      "type": "object",
      "properties": {
        "Response": {
          "type": "object"
        }
      }
    }
  }
}