post http://localhost:3000/v1/api/legal-persons
create Legal Persons
Log in to see full request history
Responses
create Legal Persons
xxxxxxxxxx
19curl --request POST \
--url http://localhost:3000/v1/api/legal-persons \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"data": {
"processingRecords": [
{
"purposes": [
{
"relationType": "data processor"
}
]
}
]
}
}
'
Try It!
to start a request and see the response here! Or choose an example: