La Poste · Schema

GetLabelInternalRequest

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Properties

Name Type Description
contractNumber string
password string
parcelNumber string
outputPrintingType string
View JSON Schema on GitHub

JSON Schema

getlabelinternalrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/getlabelinternalrequest.json",
  "title": "GetLabelInternalRequest",
  "required": [
    "outputPrintingType",
    "parcelNumber"
  ],
  "type": "object",
  "properties": {
    "contractNumber": {
      "type": "string"
    },
    "password": {
      "type": "string"
    },
    "parcelNumber": {
      "type": "string"
    },
    "outputPrintingType": {
      "type": "string"
    }
  }
}