CodeProductListResponseWrapper
Response containing List of CodeProduitResponseDto
successboolean
data object[]
Array [
idstring
codeProduitstring
codeFamilleProduitstring
]
messagestring
CodeProductListResponseWrapper
{
"success": true,
"data": [
{
"id": "string",
"codeProduit": "string",
"codeFamilleProduit": "string"
}
],
"message": "string"
}