Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.
Commentaire: Published by Scroll Versions from space VERSIONSWEAVY and version 5.4

verb: GET
resultType: simple

...

Résumé

Manipulation de l'entité Customer (Clients) en lecture/écriture/suppression via un objet métier depuis une application externe.

Tables

Les tables utilisées sont :

  • sw_data_customer : Table des tiers

Les tables liées sont :

  • sw_data_customerextension : Table des indicateurs tiers

Critères d'activation

WHK_Customer est défini dans la gestion des webhooks du studio.

Fonctionnement

Ajout d'un paramètre Settings (configuation) 

Info
"settings": {
  "getIndicators": "1" // pour le verb GET et LIST permet de retourner les informations des indicateurs tiers
}

verb: GET
resultType: simple

Info


 "customer":{
    "codecustomer":"C0000001",
    "name":"ENTREPRISE DIJON GUICHARD",
    "baseuser_ID":"TENARDIER",
    "address1":"33 Avenue du Drapeau",
    "address2":"",
    "address3":"",
    "postalCode":"21000",
    "city":"DIJON",
    "phoneNumber":"03 90 11 22 33",
    "faxNumber":"03 90 11 22 44",
    "mobilePhoneNumber":"06 90 11 22 33",
    "email":"contact@guichard.com",
    "generictype_ID_customerType":"CTC",
    "generictype_ID_country":"FR",
    "generictype_ID_province":"",
    "generictype_ID_civility":"",
    "baseculture_ID":"FR-FR",
    "branchoffice_ID":"SXB"
  }

verb: GET
resultType: extended

Info
"customer":{
    "codecustomer":"C0000001",
    "name":"ENTREPRISE DIJON GUICHARD",
    "baseuser_ID":"TENARDIER",
    "address1":"33 Avenue du Drapeau",
    "address2":"",
    "address3":"",
    "postalCode":"21000",
    "city":"DIJON",
    "phoneNumber":"03 90 11 22 33",
    "faxNumber":"03 90 11 22 44",
    "mobilePhoneNumber":"06 90 11 22 33",
    "email":"contact@guichard.com",
    "generictype_ID_customerType":"CTC",
    "generictype_ID_country":"FR",
    "generictype_ID_province":"",
    "generictype_ID_civility":"",
    "baseculture_ID":"FR-FR",
    "branchoffice_ID":"SXB",
    "deliveryDays":"1A;1B;2A;2B;3A;3B;4A;4B;5A;5B",
    "openingDays":"1A;1B;2A;2B;3A;3B;4A;4B;5A;5B",
    "siretNumber":"",
    "vatIntra":"",
    "apeCode":"516K",
    "comment":"",
    "blocked":"0",
    "blockedComment":"",
    "message":"",
    "vacationStart":"",
    "vacationEnd":"",
    "gpsLongitude":"5.04372",
    "gpsLatitude":"47.33222",
    "accountNumber":"C0000001",
    "contactName":"",
    "currency_ID":"",
    "authorizedCredit":"0",
    "risk":"1",
    "language":"",
    "underSurveillance":"",
    "workforce":"25",
    "customer_ID_paying":"",
    "pricecategory_ID":"",
    "discountRate":"0",
    "website":"https://www.guichard.com",
    "legalStatus":"Société Anonyme avec Directoire",
    "generictype_ID_brand":"",
    "generictype_ID_deliveryMode":"",
    "generictype_ID_paymentMean":"",
    "generictype_ID_customerFamily":"",
    "confirmationEmail":"contact@guichard.com",
    "confirmationFax":"03 90 11 22 44",
    "generictype_ID_taxCode":"",
    "productdepot_ID":"",
    "generictype_ID_accountingCategory":"",
    "generictype_ID_customerPotential":"B",
    "skype":"contact@guichard.com",
    "generictype_ID_role":"",
    "unused":"0",
    "customergroup_ID":"",
    "generictype_ID_referencing":"2",
    "generictype_ID_distribution":"SELF",
    "generictype_ID_market":"BIG",
    "area":"",
    "baseuser_ID_favoriteTechnician":"TECH-01",
    "emailFormat":"",
    "isIndividual":"0",
    "facebook":"https://www.facebook.com/guichard/",
    "twitter":"https://twitter.com/guichard",
    "youtube":"https://www.youtube.com/watch?v=6jGbnEwQJ54",
    "linkedin":"https://www.linkedin.com/company/guichard",
    "activity":""
  }

Verb: GET
resultType: extendedRelated
en complément du résultat pour resultType: extended on aura le détail pour les tables generictype_customerfamily, baseuser, generictype_country, generictype_province, productdepot, generictype_civility, baseculture, baseuser_favoriteTechnician et branchoffice

Info
"related":[
{
  "generictype_customerFamily":{
    "codegenerictype":"CUSTOMER_FAMILY-Est",
    "label":"Grand est",
    "originalCode":"Est",
    "dataType":"CUSTOMER_FAMILY",
    "description":"",
    "translationKey":"GenType_CUSTOMER_FAMILY-Est",
    "generictype_ID_parent":"",
    "tag":"",
    "orderNumber":""
  },
  "baseuser":{
    "codebaseuser":"25",
    "lastName":"MOREL",
    "firstName":"Vincent",
    "initials":"MV",
    "baseusertree_ID":"Région 2",
    "productdepot_ID":"Dépôt Vincent MOREL",
    "productdepot_ID_current":"",
    "email":"vincent@morel.com",
    "phoneNumber":"",
    "faxNumber":"",
    "address1":"",
    "address2":"",
    "postalCode":"",
    "city":"",
    "position":"Représentant",
    "department":"Commercial",
    "structureNav":"1",
    "supervisor":"0",
    "useMileageRate":"",
    "account":"",
    "analyticSection":"",
    "lastGPSDate":"",
    "gpsLongitude":"",
    "gpsLatitude":"",
    "gpsPrecision":"",
    "gpsUpdateDate":"",
    "gpsManual":"",
    "generictype_ID_country":"",
    "generictype_ID_province":"",
    "baseculture_ID":"",
    "branchoffice_ID":"",
    "resourcetype_ID":"",
    "teamtype_ID":""
  }
}]

Verb: GET
resultType: simple, extended, extendedRelated

Avec paramètre getIndicators = 1

Info
"customer": {
    ...
  },
"indicators": [{
  "codecustomerextension": "30000000493",
  "customer_ID": "2033",
  "dataQualityIndicator": "5", /* Indice qualité*/
  "turnoverN": "", /* CA N*/
  "turnoverN1": "", /* CA N-1*/
  "turnoverN2": "", /* CA N-2*/
  "lastOrder": "2019-05-17 08:47:47", /* Dernière commande*/
  "lastIntervention": "2020-08-17 15:00:00", /* Dernière intervention*/
  "openedContract": "0", /* Contrats en cours*/
  "openedQuote": "26", /* Devis en cours*/
  "openedOpportunity": "0", /* Opportunités en cours*/
  "credit": "", /* Encours*/
  "generictype_ID_customerpotential": "B", /* Potentiel client*/
  "lastVisit": "", /* Dernière visite*/
  "companyTurnover": "22839140", /* Dernier chiffre d'affaire*/
  "companyTurnoverDate": "2018-11-23 00:00:00", /* Date du dernier chiffre d'affaire*/
  "generictype_ID_companyTurnoverSlice": "CA 20 à 50 M€", /* Tranche CA*/
  "generictype_ID_companyWorkforceSlice": "Effectif 100 à 199", /* Tranche effectif*/
  "companyWorkforce": "180", /* Dernier effectif*/
  "companyWorkforceDate": "2018-03-30 00:00:00", /* Date du dernier effectif*/
  "anonymizationDate": "", /* Date d'anonymisation*/
  "openedTask": "0" /* Tâches en cours*/
  }]

verb: PUT

Info
Info
{
  "customer": {
    "codecustomer": "C0000001", /* Code globalement unique du client (Varchar (255))*/
    "name": "ENTREPRISE DIJON GUICHARD", /* Nom du client (Varchar (255))*/
    "nameaddress1": "ENTREPRISE33 Avenue DIJONdu GUICHARDDrapeau", /* Adresse 1  }

verb: GET
resultType: extended

Info
"customer":{(Varchar (255))*/
    "codecustomeraddress2":"C0000001" null, /* Adresse 2  "name":"ENTREPRISE DIJON GUICHARD",(Varchar (255))*/
    "baseuser_IDaddress3":"" null, /* Adresse 3  "address1":"33 Avenue du Drapeau",(Varchar (255))*/
    "address2postalCode": "21000", /* Code postal  "address3":"",(Varchar (16))*/
    "postalCodecity": "21000DIJON", /* Ville   "city":"DIJON",(Varchar (64))*/
    "phoneNumber": "03 90 11 22 33", /* N° de téléphone (Varchar (64))*/
    "faxNumber": "03 90 11 22 44", /* N° de télécopie (Varchar (64))*/
    "mobilePhoneNumber": "06 90 11 22 33",
 33", /* N° de portable (Varchar (64))*/
    "email": "contact@guichard.com", /* Email   "deliveryDays":"1A;1B;2A;2B;3A;3B;4A;4B;5A;5B",
    "openingDays":"1A;1B;2A;2B;3A;3B;4A;4B;5A;5B",(Varchar (255))*/
    "siretNumberwebsite":"",     "vatIntra":""https://www.guichard.com", /* Site internet  "apeCode":"516K",(Varchar (255))*/
    "commentsiretNumber":"" null, /*  siret  "blocked":"0",(Varchar (40))*/
    "blockedCommentgenerictype_ID_customerType": "CUSTOMER_TYPE-CTC", /* Code type  "message":"",
    "vacationStart":"",
    "vacationEnd":"",
    "gpsLongitude":"5.04372",de tiers. Mettre CUSTOMER_TYPE-CTC pour un client. (ForeignKey () - sw_data_generictype.codegenerictype avec datatype = CUSTOMER_TYPE)*/
    "gpsLatitudegenerictype_ID_country":"47.33222 "COUNTRY-FR", /* Code pays  "gpsPrecision":"8",
    "gpsUpdateDate":"2020-09-03 23:02:12",(ForeignKey () - sw_data_generictype.codegenerictype avec datatype = COUNTRY)*/
    "gpsManualbaseuser_ID": "GRO-OUES", /* Code utilisateur (ForeignKey () - sw_data_baseuser.codebaseuser)*/
    "accountNumberdeliveryDays":"C0000001 "1A;1B;2A;2B;3A;3B;4A;4B;5A;5B;", /* Jours de livraison  "contactName":"",(Varchar (255))*/
    "currency_IDopeningDays": "1A;1B;2A;2B;3A;3B;4A;4B;5A;5B;", /* Jours d'ouverture  "authorizedCredit":"0",(Varchar (255))*/
    "riskcomment": "1", /* Commentaires   "language":"",(Text (65535))*/
    "underSurveillanceblocked": "0", /* Client bloqué  "workforce":"25",
    "customer_ID_paying":"",(Valeurs possibles : 0,1) (Bool ())*/
    "pricecategory_IDblockedComment": "", /* Commentaires client bloqué  "discountRate":"0",(Text (65535))*/
    "websitemessage":"https://www.guichard.com "", /* Message   "legalStatus":"Société Anonyme avec Directoire",(Text (65535))*/
     "generictype_ID_brandvacationStart": "", /* Début des congés  "generictype_ID_deliveryMode":"",(Date ())*/
    "generictype_ID_paymentMeanvacationEnd": "", /* Fin des congés  "generictype_ID_country":"",(Date ())*/
    "generictype_ID_provinceunderSurveillance": "0", /* Client sous surveillance (Valeurs possibles "generictype_ID_customerType":"CTC",: 0,1) (Bool ())*/
    "generictype_ID_customerFamily":"",     "confirmationEmail":"contact@guichard.com"CUSTOMER_FAMILY-GROSARTG", /* Code famille  "confirmationFax":"03 90 11 22 44",
    "generictype_ID_taxCode":"",
    "productdepot_ID":"",client (ForeignKey () - sw_data_generictype.codegenerictype avec datatype = CUSTOMER_FAMILY)*/
    "generictype_ID_accountingCategorypaymentMean": "PAYMENT_MEAN-N30", /* Code mode  "generictype_ID_customerPotential":"B",
    "generictype_ID_civility":"",
    "skype":"contact@guichard.com",de règlement (ForeignKey () - sw_data_generictype.codegenerictype avec datatype = PAYMENT_MEAN)*/
    "generictype_ID_roledeliveryMode":"",
    "unused":"0 "DELIVERY_MODE-CHRO", /* Code mode  "customergroup_ID":"",
    "generictype_ID_referencing":"2",
    "generictype_ID_distribution":"SELF",de livraison (ForeignKey () - sw_data_generictype.codegenerictype avec datatype = DELIVERY_MODE)*/
    "generictypepricecategory_ID_market": "BIGGR", /* Code catégorie tarifaire (ForeignKey ()  "area":"",- sw_data_pricecategory.codepricecategory)*/
    "baseculture_IDdiscountRate":"FR-FR "0.00", /* Taux de remise  "baseuser_ID_favoriteTechnician":"TECH-01",(Double ())*/
    "branchoffice_IDauthorizedCredit": "SXB0", /* Encours autorisé (Valeurs possibles "emailFormat":"",: 0,1) (Bool ())*/
    "isIndividualapeCode": "0516K", /* Code APE  "facebook":"https://www.facebook.com/guichard/",(Varchar (64))*/
    "twittervatIntra":"https://twitter.com/guichard", null, /* TVA intracommunautaire (Varchar (64))*/
    "youtubelegalStatus":"https://www.youtube.com/watch?v=6jGbnEwQJ54", "Société Anonyme avec Directoire", /* Forme juridique (Varchar (64))*/
    "linkedinworkforce":"https://www.linkedin.com/company/guichard "23", /* Effectif (Int ())*/
 "activity":""   }

Verb: GET
resultType: extendedRelated
en complément du résultat pour resultType: extended on aura le détail pour les tables generictype_customerfamily et baseuser

Info
"related":[
{
  "generictype_customerFamily":{"customer_ID_paying": null, /* Code client payeur (ForeignKey () - sw_data_customer.codecustomer)*/
    "codegenerictypegenerictype_ID_taxCode": "TAX_CUSTOMER_FAMILY-Est0", /* Code TVA client (ForeignKey () - sw_data_generictype.codegenerictype avec  "label":"Grand est",datatype = TAX_CUSTOMER)*/
    "originalCoderisk": "Est1", /* Risque   "dataType":"CUSTOMER_FAMILY",(Varchar (64))*/
    "descriptionlanguage": "FR", /* Code   "translationKey":"GenType_CUSTOMER_FAMILY-Est",
    "generictype_ID_parent":"",langue (ForeignKey () - sw_sys_language.codelanguage)*/
    "tagaccountNumber": "C0000001", /*  de compte  "orderNumber":""
  },principal (Varchar (64))*/
    "baseusercurrency_ID":{ "EUR", /* Code  "codebaseuser":"25",
    "lastName":"MOREL",devise ForeignKey () - sw_data_currency.codecurrency)*/
    "firstNamegenerictype_ID_province":"Vincent" null, /* Code province  "initials":"MV",
    "baseusertree_ID":"Région 2",(ForeignKey () - sw_data_generictype.codegenerictype avec datatype = PROVINCE)*/
    "productdepotgenerictype_ID_civility": "CIVILITY-SA"Dépôt, Vincent MOREL",
    "productdepot_ID_current":"",
    "email":"vincent@morel.com",/* Code civilité (ForeignKey () - sw_data_generictype.codegenerictype avec datatype = CIVILITY)*/
    "phoneNumbercustomergroup_ID": "", /* Code groupe client (ForeignKey ()  "faxNumber":"",- sw_data_customergroup.codecustomergroup)*/
    "address1confirmationFax": "",03 90 11   "address2":"22 44", /*  de  "postalCode":"",
    "city":"",télécopie de confirmation (Varchar (64))*/
    "positionconfirmationEmail": "Représentantcontact@guichard.com", /* Email de confirmation  "department":"Commercial",(Varchar (255))*/
    "structureNavgenerictype_ID_accountingCategory": "1", /* Code catégorie comptable (ForeignKey  "supervisor":"0",
    "useMileageRate":"",() - sw_data_generictype.codegenerictype avec datatype = ACCOUNTING_CATEGORY)*/
    "accountgenerictype_ID_customerPotential": "CUSTOMER_POTENTIAL-B", /* Code potentiel  "analyticSection":"",
    "lastGPSDate":"",
    "gpsLongitude":"",client (ForeignKey () - sw_data_generictype.codegenerictype avec datatype = CUSTOMER_POTENTIAL)*/
    "gpsLatitudegenerictype_ID_role": "", /* Code rôle  "gpsPrecision":"",
    "gpsUpdateDate":"",(ForeignKey () - sw_data_generictype.codegenerictype avec datatype = ROLE)*/
    "gpsManualunused": "0", /* Client inactif (Valeurs possibles "generictype_ID_country":"",: 0,1) (Bool ())*/
    "generictype_ID_provincereferencing": "PRODUCT_REFERENCING-NOTSTRICT", /* Code mode  "baseculture_ID":"",
    "branchoffice_ID":"",
    "resourcetype_ID":"",de référencement articles (ForeignKey () - sw_data_generictype.codegenerictype avec datatype = PRODUCT_REFERENCING)*/
    "teamtypegenerictype_ID_distribution": "DISTRIBUTION-SELF"
, /* }
}]

verb: PUT

Info
{
  "customer": {
    "codecustomer": "C0000001",Code type de distribution (ForeignKey () - sw_data_generictype.codegenerictype avec datatype = DISTRIBUTION)*/
    "namegenerictype_ID_market": "ENTREPRISE DIJON GUICHARD",
    "address1": "33 Avenue du Drapeau",MARKET-BIG", /* Code type de magasin (ForeignKey () - sw_data_generictype.codegenerictype avec datatype = MARKET)*/
    "address2area": null"", /* Superficie   "address3": null,(Double ())*/
    "postalCodebaseculture_ID": "21000FR-FR", /* Code culture  "city": "DIJON",(ForeignKey () - sw_data_baseculture.codebaseculture)*/
    "phoneNumberbaseuser_ID_favoriteTechnician": "03 90 11 22 33TECH-01", /* Code technicien  "faxNumber": "03 90 11 22 44",
    "mobilePhoneNumberpréféré (ForeignKey () - sw_data_baseuser.codebaseuser)*/
    "branchoffice_ID": "06 90 11 22 33",
    "email": "contact@guichard.com",SXB", /* Code de l'agence de rattachement (ForeignKey () - sw_data_branchoffice.codebranchoffice)*/ 
    "websiteemailFormat": "https://www.guichard.com", /* Format d'email  "siretNumber": null,(Varchar (255))*/
     "generictype_ID_customerTypeisIndividual": "CUSTOMER_TYPE-CTC0", /* Client est un particulier (Valeurs possibles "generictype_ID_country": null,0,1) (Bool ())*/
    "baseuser_IDskype": "GRO-OUES","contact@guichard.com", /* Skype (Varchar (255))*/
    "deliveryDaysfacebook": "1A;1B;2A;2B;3A;3B;4A;4B;5A;5B;https://www.facebook.com/guichard/", /* Facebook   "openingDays": "1A;1B;2A;2B;3A;3B;4A;4B;5A;5B;",(Varchar (255))*/
    "commenttwitter": "https://twitter.com/guichard", /* Twitter   "blocked": "0",(Varchar (255))*/
    "blockedCommentyoutube": "https://www.youtube.com/watch?v=6jGbnEwQJ54", /* YouTube   "message": "",(Varchar (255))*/
    "vacationStartlinkedin": "https://www.linkedin.com/company/guichard", /*    "vacationEnd": "",LinkedIn(Varchar (255))*/
     "underSurveillanceactivity": "0", /* Activité   "generictype_ID_customerFamily": "CUSTOMER_FAMILY-GROSARTG",(Text (65535))*/
    "generictype_ID_paymentMeaninternalCodeCustomer": "PAYMENT_MEAN-N30",
    "generictype_ID_deliveryMode": "DELIVERY_MODE-CHRO",null, /* CodeCustomer original de weavy s'il y a eu transcodage (Varchar (255)) */	
 
   "pricecategory_ID": "GR",
    "discountRate": "0.00", /* Champs supplémentaires en surcharge DIVINF */
    "authorizedCreditdivinf_t035_ID": "0RG", /* Code remise (ForeignKey  "apeCode": "516K",() - sw_data_divinf_t035.codedivinf_t035)*/
    "vatIntradivinf_t072_ID_promotacod": null"",  /* Code  "legalStatus": "Société Anonyme avec Directoire",promotion (ForeignKey () - sw_data_divinf_t072.codedivinf_t072)*/
     "workforce"divinf_t072_ID_promoremcod": "23",  /* Code remise promotion (ForeignKey ()  "customer_ID_paying": null,- sw_data_divinf_t072.codedivinf_t072)*/
     "generictypedivinf_t001_ID_taxCodetafam": "TAX_CUSTOMER-0GMS", /* Code famille de tarification (ForeignKey  "risk": "1",() - sw_data_divinf_t001.codedivinf_t001)*/
    "languagedivinf_t001_ID_tafamx": "FR", /* Code famille de tarification exceptionnelle (ForeignKey  "accountNumber": "C0000001",() - sw_data_divinf_t001.codedivinf_t001)*/
    "currencydivinf_t002_ID_refam": "EUR", /* Code classe  "generictype_ID_province": null,
    "generictype_ID_civility": "CIVILITY-SA",de remise (ForeignKey () - sw_data_divinf_t002.codedivinf_t002)*/
    "customergroupdivinf_t002_ID_refamx": "", /* Code classe de "confirmationFax": "03 90 11 22 44",
    "confirmationEmail": "contact@guichard.com",remise exceptionnelle (ForeignKey () - sw_data_divinf_t002.codedivinf_t002)*/
    "generictype_IDdivinf_accountingCategoryrem1": "0.00", /* Remise 1 (Double ())*/
    "generictypedivinf_ID_customerPotentialrem2": "CUSTOMER_POTENTIAL-B",
0.00", /* Remise 2 (Double ())*/
    "generictypedivinf_ID_rolerem3": "0.00", /* Remise   "unused": "0",3 (Double ())*/
    "generictypedivinf_ID_referencingremtyp1": "PRODUCT_REFERENCING-NOTSTRICT2", /* Type de remise 1 (Valeurs possibles "generictype_ID_distribution": "DISTRIBUTION-SELF",
    "generictype_ID_market": "MARKET-BIG",
    "area": "",
    "baseculture_ID": "FR-FR",
    "baseuser_ID_favoriteTechnician": "TECH-01",
    "branchoffice_ID": "SXB",
    "emailFormat": "",
    "isIndividual": "0",
    "skype": "contact@guichard.com",
    "facebook": "https://www.facebook.com/guichard/",
    "twitter": "https://twitter.com/guichard",
    "youtube": "https://www.youtube.com/watch?v=6jGbnEwQJ54",
    "linkedin": "https://www.linkedin.com/company/guichard",
    "activity": "",
    "internalCodeCustomer": null, /* CodeCustomer original de weavy s'il y a eu transcodage (Varchar (255)) */	: 1 (Cumulé), 2 (Succesif), 3 (Différé PB), 4 (Différé PN)) (Int ())*/
    "divinf_remtyp2": "2", /* Type de remise 2 (Valeurs possibles : 1 (Cumulé), 2 (Succesif), 3 (Différé PB), 4 (Différé PN)) (Int ())*/
    "divinf_remtyp3": "2", /* Type de remise 3 (Valeurs possibles : 1 (Cumulé), 2 (Succesif), 3 (Différé PB), 4 (Différé PN)) (Int ())*/
    "divinf_pricecategory_ID_tarCod": "", /* Code tarif TTC (ForeignKey () - sw_data_pricecategory.codepricecategory)*/
    "divinf_dev": "EUR", /* Code devise (Varchar (64))*/
    "divinf_rftctrcod": "1", /* Tiers soumis au référencement (Valeurs possibles : 1 (Non), 2 (Oui)) (Int ())*/
    
    /* Champs supplémentaires en surcharge DIVINF Optionnel : pour mettre à jour les champs dynamiques selon paramétrage */
    /* Exemple 1 "divinf_t035_ID": "RG",*/
    "divinf_t072_ID_promotacoddynamicfields": "",
     "divinf_t072_ID_promoremcod": "",[{
      "divinf_t001_ID_tafamfieldname": "GMSCLI40",
      "divinf_t001_ID_tafamxfieldvalue": "7"
    },
    "divinf_t002_ID_refam": "",{
      "divinf_t002_ID_refamxfieldname": "CLI50",
      "divinf_rem1fieldvalue": "0.008",    
"divinf_rem2": "0.00",   },
 "divinf_rem3": "0.00",   {
 "divinf_remtyp1": "2",     "divinf_remtyp2": "2",...
    }]
 "divinf_remtyp3": "2",  /* Exemple 2 "divinf_pricecategorytarcod": "",*/
    /*  "divinf_dev": "EUR",
    "divinf_rftctrcod": "1",
    
    /* Optionnel : pour mettre à jour les champs dynamiques selon paramétrage */
    /* Exemple : */
    "dynamicfields": 
    [{
      "fieldname": "CLI40",
      "fieldvalue": "7"
    },
    {
      "fieldname": "CLI50",
      "fieldvalue": "8"    
    },
    {
      ...
    }]
  }
}

verb: LIST
resultType: simple, extended, extendedRelated reprendre les définitions du GET

"filters:" {
  "codeCustomerA partir de la version SUMMER'21, le mappage direct des champs dynamiques est possible en utilisant le nom du champ en bdd */
    "v_CLI40": "7",
    "v_CLI50": "8",
    ...
  }
}

verb: LIST
resultType: simple, extended, extendedRelated reprendre les définitions du GET

Info
"filters:" {
  "codeCustomer": "value", filter is equal
  "name": "value", filter is contains
  "customerType": "value", filter is equal
  "customerFamily": "value", filter is equal
  "codeCountry": "value", filter is equal
  "codeBaseuser": "value", filter is equal
  "codeBranchoffice": "value", filter is equal
  "nameemail": "value", filter is containsequal
  "customerTypeemailDomain": "value", filter is equalendswith
  "customerFamilysiretNumber": "value", filter is equal  
}