Routines/Scoring
Récupère les données lié au scoring et aux identifications sur les routines
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"success": true,
"parameters": {
...
},
"supplyIdentificationList": [
{
"idSupply": int,
"idCompany": int,
"idIdentificationType": int,
"date": datetime,
"isManual": bool,
"isFormerCustomer": bool,
"identificationType": {
"idIdentificationType": int,
"title": string
},
"scoring": {
"idScoring": int,
"date": datetime,
"match": int,
"idCompany": int,
"idSupply": int
}|null
}
]Créer/Modifier un tag pour une société sur une routine
Headers
Name
Type
Description
Request Body
Name
Type
Description
Récupère la liste des type d'identifications disponibles
Headers
Name
Type
Description
Last updated