Path Parameters
HTTP Header
api-key REQUIRED string - Your Accelerate API Key | URL Substitution
subdomain REQUIRED
relationship ID REQUIRED |
Marketing Permissions Requests
GET POST
GET POST - Return all unrevoked marketing permissions for the given relationship
https://{{subdomain}}.quotevineapp.com/qvine/quotevine/api/v2/relationships/{id}/marketing-permissions/
Example Payload
POST
{
"email":"Y",
"fax":"N",
"sms":"Y",
}
Response
400 Returned if the request sent is invalid. | 404 Returned if the request is not found or the user does not have permission to view it. |
200
Expand to see example of a successful response. { |
Marketing Permissions Attributes
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.