La Poste · Schema

LabelV2Response

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Properties

Name Type Description
label object
cn23 object
parcelNumber string
parcelNumberPartner string
pdfUrl string
fields object
View JSON Schema on GitHub

JSON Schema

labelv2response.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/labelv2response.json",
  "title": "LabelV2Response",
  "type": "object",
  "properties": {
    "label": {
      "$ref": "#/components/schemas/DataHandler"
    },
    "cn23": {
      "$ref": "#/components/schemas/DataHandler"
    },
    "parcelNumber": {
      "type": "string"
    },
    "parcelNumberPartner": {
      "type": "string"
    },
    "pdfUrl": {
      "type": "string"
    },
    "fields": {
      "$ref": "#/components/schemas/Fields"
    }
  }
}