api-key
string - Your Accelerate API Key
subdomain
string - Your Accelerate subdomain
relationship ID
integer - ID of your chosen relationship
- Return all unrevoked marketing permissions for the given relationship
https://{{subdomain}}.quotevineapp.com/qvine/quotevine/api/v2/relationships/{id}/marketing-permissions/ |
{ "email":"Y", "fax":"N", "sms":"Y", } |
When modifying a relationship’s marketing permissions, you need to specify at least one of the following fields:
email - string
fax - string
sms - string
post - string
telephone - string
group - string
All fields are either Y or N. |