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": "154db325-0458-4a08-8598-31388a8488ee",
"AuthKey": "3be1b4a0-9159-4a81-99f4-566a95ce60fe"
}
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"
}