Consumerprofile endpoint¶
The consumerprofile-endpoint provides a list endpoint to list consumerprofiles configured in Accelerate and is available since version 19.9.18
.
Note
Consumerprofiles can be managed in Accelerate by an user with admin-privileges. Goto Instellingen > API entiteiten > Klantprofielen.
list¶
GET /consumerprofile/list
This endpoint returns all consumerprofiles.
Request¶
This request requires no parameters.
Response¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [
{
"code":"CONSUMERPROFILE_1",
"label":"Consumerprofile 1"
},
{
"code":"CONSUMERPROFILE_2",
"label":"Consumerprofile 2"
},
{
"code":"CONSUMERPROFILE_3",
"label":"Consumerprofile 3"
}
]
|
Note
The property code can be used in the endpoints New dossier (createFromDossierRequest) and New appointment (create) to specify a certain consumerprofile