{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/addressee.json",
"title": "Addressee",
"required": [
"address"
],
"type": "object",
"properties": {
"addresseeParcelRef": {
"type": "string",
"description": "AN1...15
Recipient order reference.
It allows the destination reference to be displayed only on the label. This data is not reflected in the Colissimo IT System and will not be visible in OSC. Its size must not exceed 15. R\u00e9f\u00e9rence de commande du destinataire
Elle permet d'afficher la r\u00e9f\u00e9rence destinataire seulement sur l'\u00e9tiquette. Cette donn\u00e9e n'est pas remont\u00e9e dans le SI Colissimo et ne sera pas visible dans OSC. Sa taille ne doit pas exc\u00e9der 15."
},
"codeBarForReference": {
"type": "boolean",
"description": "B
Default: false
Used for Colissimo Retour only (tag productCode is CORE).
Allows to indicate (or not) the reference of the order of the recipient in the form of a bar code on the label of the package.
Enter \"true\" (or \"1\") to show the value of the tag addresseeParcelRef as a barcode on the parcel label.Par d\u00e9faut, renseigner \"false \" (ou \"0\")."
},
"serviceInfo": {
"type": "string",
"description": "AN
Used for Colissimo Retour only (tag productCode is CORE).
Name of the department in the company.
Example: \"Returns department\"."
},
"promotionCode": {
"type": "string",
"description": "AN
Not used (La Poste internal use only)Non utilis\u00e9 (usage interne \u00e0 la poste uniquement)"
},
"address": {
"$ref": "#/components/schemas/Address"
}
},
"description": "SUB
"
}