Australia Post · Example Payload

Locations Services_{Service_Codes} Get 200 Example1

Address ValidationClick and CollectDeliveryE-CommerceLabelsLocationsLogisticsParcel LockerPostalPostageShippingTracking

Locations Services_{Service_Codes} Get 200 Example1 is an example object payload from Australia Post, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titleapipathmethodstatussummaryvalue

Example Payload

Raw ↑
{
  "title": "example1",
  "api": "Locations API",
  "path": "/services/{service_codes}",
  "method": "get",
  "status": "200",
  "summary": "Example services",
  "value": {
    "services": [
      {
        "service_code": 3,
        "partner_code": "AP",
        "name": "Special",
        "description": "Open before 9.00am weekdays",
        "appointment_required": false,
        "searchable": false,
        "url_name": "open-before-900am-weekdays",
        "categories": [
          {
            "name": "opening_hours",
            "description": "Opening hours"
          }
        ]
      },
      {
        "service_code": 6,
        "partner_code": "AP",
        "name": "Boxes_Available",
        "description": "PO Boxes available",
        "appointment_required": false,
        "searchable": false,
        "url_name": "po-boxes-available",
        "categories": [
          {
            "name": "parcels_mail",
            "description": "Parcels & mail"
          }
        ]
      }
    ]
  }
}