{
"opportunityId": "string",
"contactId": "string",
"primary": true,
"roleId": "string",
"lastModifiedBy": "string"
}
curl --location --request PUT 'https://platform.shopranos.eu/api/ContactRole/' \
--header 'Content-Type: application/json' \
--data-raw '{
"opportunityId": "string",
"contactId": "string",
"primary": true,
"roleId": "string",
"lastModifiedBy": "string"
}'
{}