OrganizationRelationship Item API
Multiple bodies with results:
provider_id, customer_id:Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Upsert item with the given ids: [ provider_id, customer_id ]
JSON PUT body:
{
"customer_id": integer
"provider_id": integer
}Request payload
The body is of type object.
Successful response
The response is of type object.