Authorization: Bearer ********************
curl --location --request POST 'https://api.klever.tec.br/api/v2/ondemand/persons//business-relationships'
{
"businessRelationshipDataList": [
{
"additionalDetails": {},
"creationDate": "2019-08-24T14:15:22Z",
"isCurrentlyActive": true,
"lastUpdateDate": "2019-08-24T14:15:22Z",
"relatedEntityName": "string",
"relatedEntityTaxIdCountry": "string",
"relatedEntityTaxIdNumber": "string",
"relatedEntityTaxIdType": "string",
"relationshipEndDate": "2019-08-24T14:15:22Z",
"relationshipLevel": "string",
"relationshipName": "string",
"relationshipStartDate": "2019-08-24T14:15:22Z",
"relationshipSubtype": "string",
"relationshipType": "string"
}
],
"nextPageId": "string",
"totalClients": 0,
"totalEmployments": 0,
"totalOwnerships": 0,
"totalPartners": 0,
"totalRelationships": 0,
"totalSuppliers": 0
}