Create Combined Relationship
201 Successfully created the combined relationship
Updated about 1 month ago
ShellNodeRubyPHPPython
Base URL
https://api.uat.laka.co/v3/policies/{policyId}/combined
xxxxxxxxxx
curl --request POST \
--url https://api.uat.laka.co/v3/policies/policyId/combined \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"createClaimsDeeplink": true,
"person": {
"type": "Person"
}
}
'
Click Try It! to start a request and see the response here! Or choose an example:
application/json