...
Bloc de code | ||
---|---|---|
| ||
{ "customer": { "codecustomer": "C0000001", // code destination "name": "CHEZ SOI", "generictype_ID_customerType": "CUSTOMER_TYPE-CTC", "internalcodecustomer": "P0000001" // code origine } } |
Info |
---|
Exemple de recodification d’un suspect en client J’ai un suspect ‘S0000001’ (type de tiers : CTSUS), que je veux recodifier en client ‘C0000001’ (type de tiers : CTC) Ci-dessous les informations minimales à fournir en mode PUT : |
Bloc de code | ||
---|---|---|
| ||
{
"customer": {
"codecustomer": "C0000001", // code destination
"name": "CHEZ SOI",
"generictype_ID_customerType": "CUSTOMER_TYPE-CTC",
"internalcodecustomer": "S0000001" // code origine
}
} |
verb: LIST
resultType: simple, extended reprendre les définitions du GET
...