curl --location --request GET '/clients//codes?type&code&active' \
--header 'Accept-Language;' \
--header 'Authorization: Bearer <token>'{
"summary": {
"totalCount": 2
},
"codes": [
{
"clientNo": 2218,
"type": "Distr",
"code": "M",
"integer": 0,
"integerExtra1": 0,
"booleanExtra1": false,
"description": "Email",
"status": "active"
},
{
"clientNo": 2218,
"type": "Distr",
"code": "H",
"integer": 0,
"integerExtra1": 0,
"booleanExtra1": false,
"description": "Electronic distribution",
"status": "active"
}
]
}