La Poste · Schema

GenerateLabelV2Response

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Properties

Name Type Description
messages array
labelXmlV2Reponse object
labelV2Response object
View JSON Schema on GitHub

JSON Schema

generatelabelv2response.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/generatelabelv2response.json",
  "title": "GenerateLabelV2Response",
  "type": "object",
  "properties": {
    "messages": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MessageRest"
      }
    },
    "labelXmlV2Reponse": {
      "$ref": "#/components/schemas/XmlV2Response"
    },
    "labelV2Response": {
      "$ref": "#/components/schemas/LabelV2Response"
    }
  }
}