POST api/OptOutRecord
Request Information
URI Parameters
None.
Body Parameters
ContactsName | Description | Type | Additional information |
---|---|---|---|
contact | Collection of Contact |
None. |
|
recaptcha2Key | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "contact": [ { "type": "sample string 1", "value": "sample string 2", "isRefill": "sample string 3", "isShipment": "sample string 4" }, { "type": "sample string 1", "value": "sample string 2", "isRefill": "sample string 3", "isShipment": "sample string 4" } ], "recaptcha2Key": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"