Skip to main content

MatriceListResponseWrapper

Response containing a list of MatriceResponceDto

successboolean
data object[]
  • Array [
  • idstring
    codeFamilleProduitstring
    relationIdstring
    codeProduitsstring[]
    devisestring
    montantMatricenumber
    montantMinnumber
    profilsSignatures object[]
  • Array [
  • idstring
    rangstring
    codeInternestring
    libellestring
    relationIdstring
  • ]
  • matriceProfilSignatureDtos object[]
  • Array [
  • peopleCountint32
    codeProfilestring
    rangint32
  • ]
  • ]
  • messagestring
    MatriceListResponseWrapper
    {
    "success": true,
    "data": [
    {
    "id": "string",
    "codeFamilleProduit": "string",
    "relationId": "string",
    "codeProduits": [
    "string"
    ],
    "devise": "string",
    "montantMatrice": 0,
    "montantMin": 0,
    "profilsSignatures": [
    {
    "id": "string",
    "rang": "string",
    "codeInterne": "string",
    "libelle": "string",
    "relationId": "string"
    }
    ],
    "matriceProfilSignatureDtos": [
    {
    "peopleCount": 0,
    "codeProfile": "string",
    "rang": 0
    }
    ]
    }
    ],
    "message": "string"
    }