POST v1/OptedIn?clientID={clientID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | string |
Required |
Body Parameters
OptedInReqObj| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| AcctId | globally unique identifier |
None. |
|
| AuthKey | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Status": true,
"AcctId": "add35516-d241-4034-9de4-1fef8ad5d8c4",
"AuthKey": "10a5d253-60ec-48bb-9244-df35a784cb18"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OptedInResponseObj| Name | Description | Type | Additional information |
|---|---|---|---|
| theValue | boolean |
None. |
|
| error | string |
None. |
|
| exception | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"theValue": true,
"error": "sample string 2",
"exception": "sample string 3"
}