CodeProduitResponseWrapper
Response containing CodeProduitResponseDto
successboolean
data object
idstring
codeProduitstring
codeFamilleProduitstring
messagestring
CodeProduitResponseWrapper
{
"success": true,
"data": {
"id": "string",
"codeProduit": "string",
"codeFamilleProduit": "string"
},
"message": "string"
}