Australia Post · Schema

PersonVO

The person associated with the origin of the event.

Address ValidationClick and CollectDeliveryE-CommerceLabelsLocationsLogisticsParcel LockerPostalPostageShippingTracking

Properties

Name Type Description
person_id string The identifier of the sending person.
View JSON Schema on GitHub

JSON Schema

delivery-partner-personvo.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PersonVO",
  "description": "The person associated with the origin of the event.",
  "required": [
    "person_id"
  ],
  "type": "object",
  "properties": {
    "person_id": {
      "maxLength": 50,
      "minLength": 1,
      "type": "string",
      "description": "The identifier of the sending person.",
      "example": "ABBOTSFORD LPO"
    }
  }
}