cURL
curl --request POST \ --url https://api.decodahealth.com/inventory/members/update-sold-by-provider \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data ' { "memberId": "<string>", "providerId": "<string>" } '
true
Update the sold_by_provider_id for a member.
The tenant you are making this request on behalf of
Your api key
ID of the member to update
ID of the provider who sold this membership (null to unassign)
Successful Response
The response is of type boolean.
boolean