Documentation développeur Entités Territory
November 26, 2025 at 2:48 AMTerritory
Territoire
Description
Territoire
Import AS400 : oui
Job : TerritoryStream
Odoo : non
Structure
Territory
{
"_id": "string", //Identifiant technique
"db2id": "string", // id DB2 de l'import AS400
"name": "string", // Nom
"mainLang": "string", // langue principale (fr_FR ou en_US)
"company": { /* Company */ }, // Compagnie gérante
}
Company
{
"name": "string", //Nom de la société
"address": { // Addresse de la société
"lines": ["string"], //Lignes d'address de la société
"postCode": "string", //Code postal
"city": "string", // ville
"postbox": "string", // boite postale
"phone": "string", // téléphone
"email": "string", // email
}
}