La Poste · Schema
PickupLocation
PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance
Properties
| Name | Type | Description |
|---|---|---|
| pointId | string | |
| name | string | |
| address | object | |
| groupRouting | string | |
| serviceLabel | string | |
| sortDistribution | string | |
| routingZipCode | string | |
| netWork | string | |
| idPartenaire | string | |
| routingFileVersion | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/pickuplocation.json",
"title": "PickupLocation",
"type": "object",
"properties": {
"pointId": {
"type": "string"
},
"name": {
"type": "string"
},
"address": {
"$ref": "#/components/schemas/AddressPickupLocation"
},
"groupRouting": {
"type": "string"
},
"serviceLabel": {
"type": "string"
},
"sortDistribution": {
"type": "string"
},
"routingZipCode": {
"type": "string"
},
"netWork": {
"type": "string"
},
"idPartenaire": {
"type": "string"
},
"routingFileVersion": {
"type": "string"
}
}
}