La Poste · Schema
PlanPickupSender
SUB
PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance
Properties
| Name | Type | Description |
|---|---|---|
| companyName | string | AN35 |
| lastName | string | AN35 |
| firstName | string | AN29 |
| line0 | string | AN35 |
| line1 | string | AN35 |
| line2 | string | AN35 Example: "5 rue du Bellay" Example: \"5 rue du Bellay\" |
| line3 | string | AN35 |
| city | string | AN35 |
| zipCode | string | AN5 |
| countryCode | string | A2 Country code. Seule la valeur « FR » est autorisée. |
| string | AN80 Used for sending tracking notifications to addressees. Utilisé pour les notifications de suivi aux destinataires. |
|
| phoneNumber | string | AN15 |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/planpickupsender.json",
"title": "PlanPickupSender",
"required": [
"zipCode"
],
"type": "object",
"properties": {
"companyName": {
"type": "string",
"description": "<i>AN35</i> <br/> <lang><en>Company name</en><fr>Raison sociale.</fr></lang>"
},
"lastName": {
"type": "string",
"description": "<i>AN35</i> <br/> <lang><en>Last name</en><fr>Nom.</fr></lang>"
},
"firstName": {
"type": "string",
"description": "<i>AN29</i> <br/> <lang><en>First name</en><fr>Pr\u00e9nom.</fr></lang>"
},
"line0": {
"type": "string",
"description": "<i>AN35</i> <br/> <lang><en>Floor, corridor, stairwell, flat number</en><fr>Etage, couloir, escalier, appartement.</fr></lang>"
},
"line1": {
"type": "string",
"description": "<i>AN35</i> <br/> <lang><en>Entrance, building, residence. </en><fr>Entr\u00e9e, bâtiment, immeuble, r\u00e9sidence.</fr></lang>"
},
"line2": {
"type": "string",
"description": "<i>AN35</i> <br/> <lang><en>Number and street name. <br/><br/>Example: \"5 rue du Bellay\"</en><fr>Num\u00e9ro et libell\u00e9 de voie. <br/><br/>Example: \\\"5 rue du Bellay\\\"</fr></lang>"
},
"line3": {
"type": "string",
"description": "<i>AN35</i> <br/> <lang><en>Named place or other mention</en><fr>Lieu-dit ou autre mention.</fr></lang>"
},
"city": {
"type": "string",
"description": "<i>AN35</i> <br/> <lang><en>Municipality</en><fr>Commune.</fr></lang>"
},
"zipCode": {
"type": "string",
"description": "<i>AN5</i> <br/> <lang><en>Postcode</en><fr>Code postal.</fr></lang>"
},
"countryCode": {
"type": "string",
"description": "<i>A2</i> <br/> <lang><en>Only the \"FR\" value is authorised. <br/>Country code.</en><fr>Code pays.<br/><br/>Seule la valeur \u00ab <b>FR</b> \u00bb est autoris\u00e9e.</fr></lang>"
},
"email": {
"type": "string",
"description": "<i>AN80</i> <br/> <lang><en>Email address. <br/>Used for sending tracking notifications to addressees.</en><fr>Adresse courriel. <br/><br/> Utilis\u00e9 pour les notifications de suivi aux destinataires.</fr></lang>"
},
"phoneNumber": {
"type": "string",
"description": "<i>AN15</i> <br/> <lang><en>Telephone</en><fr>T\u00e9l\u00e9phone.</fr></lang>"
}
},
"description": "<i>SUB</i> <br/> <lang><en>Block containing sender's address</en><fr>Bloc contenant les coordonn\u00e9es du d\u00e9posant en retour.</fr></lang>"
}