La Poste · Schema
ZoneInfosRoutage
PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance
Properties
| Name | Type | Description |
|---|---|---|
| trackingNumberRouting | string | |
| controlKeyTrackingNumber | string | |
| getrDepot | string | |
| identificationDestination1 | string | |
| identificationDestination2 | string | |
| serviceMark | string | |
| typeServiceLivraison | string | |
| sortOrigin | string | |
| sortDest | string | |
| routingVersion | string | |
| datePrinting | string | |
| hourPrinting | string | |
| numberVersionWS | string | |
| msort | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/zoneinfosroutage.json",
"title": "ZoneInfosRoutage",
"type": "object",
"properties": {
"trackingNumberRouting": {
"type": "string"
},
"controlKeyTrackingNumber": {
"type": "string"
},
"getrDepot": {
"type": "string"
},
"identificationDestination1": {
"type": "string"
},
"identificationDestination2": {
"type": "string"
},
"serviceMark": {
"type": "string"
},
"typeServiceLivraison": {
"type": "string"
},
"sortOrigin": {
"type": "string"
},
"sortDest": {
"type": "string"
},
"routingVersion": {
"type": "string"
},
"datePrinting": {
"type": "string"
},
"hourPrinting": {
"type": "string"
},
"numberVersionWS": {
"type": "string"
},
"msort": {
"type": "string"
}
}
}