Properties
| Name | Type | Description |
|---|---|---|
| destinationCountry | string | |
| serviceText | string | |
| depotDest | string | |
| serviceMark | string | |
| sortOrigin | string | |
| groupingPriorityLabel | string | |
| sortDest | string | |
| barcodeId | string | |
| routingVersion | string | |
| destinationCountryText | string | |
| partnerType | string | |
| barcodePostcode | string | |
| buAlphaStr | string | |
| buCode | string | |
| getcSort | string | |
| destinationDepot | string | |
| destinationDepotCountry | string | |
| destinationDepotStr | string | |
| getdSort | string | |
| groupingPriority | string | |
| networkCode | string | |
| getoSort | string | |
| partnerCode | string | |
| getsSort | string | |
| version | string | |
| getdCountry | string | |
| getdDepotCountry | string | |
| getdDepot | string | |
| getdDepotStr | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/routing.json",
"title": "Routing",
"type": "object",
"properties": {
"destinationCountry": {
"type": "string"
},
"serviceText": {
"type": "string"
},
"depotDest": {
"type": "string"
},
"serviceMark": {
"type": "string"
},
"sortOrigin": {
"type": "string"
},
"groupingPriorityLabel": {
"type": "string"
},
"sortDest": {
"type": "string"
},
"barcodeId": {
"type": "string"
},
"routingVersion": {
"type": "string"
},
"destinationCountryText": {
"type": "string"
},
"partnerType": {
"type": "string"
},
"barcodePostcode": {
"type": "string"
},
"buAlphaStr": {
"type": "string"
},
"buCode": {
"type": "string"
},
"getcSort": {
"type": "string"
},
"destinationDepot": {
"type": "string"
},
"destinationDepotCountry": {
"type": "string"
},
"destinationDepotStr": {
"type": "string"
},
"getdSort": {
"type": "string"
},
"groupingPriority": {
"type": "string"
},
"networkCode": {
"type": "string"
},
"getoSort": {
"type": "string"
},
"partnerCode": {
"type": "string"
},
"getsSort": {
"type": "string"
},
"version": {
"type": "string"
},
"getdCountry": {
"type": "string"
},
"getdDepotCountry": {
"type": "string"
},
"getdDepot": {
"type": "string"
},
"getdDepotStr": {
"type": "string"
}
}
}