post https://sandbox-api.integrated.finance/v1/{instanceId}/beneficiaries
Response
xxxxxxxxxx
curl --request POST \
--url https://sandbox-api.integrated.finance/v1/instanceId/beneficiaries \
--header 'accept: application/json' \
--header 'content-type: */*' \
--data '{"workflow":{"code":"direct"},"connect":{"type":"explicit"}}'
xxxxxxxxxx
60}
{
"workflow": {
"code": "direct"
},
"data": {
"beneficiary": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"owner": "organization",
"clientId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"identity": {
"type": "string"
},
"contact": {
"phone": "string",
"email": "string",
"address": {
"country": "string",
"region": "string",
"postalCode": "string",
"city": "string",
"street": "string",
"houseNumber": "string",
"refinement": "string"
}
},