POST v1/OptedIn?clientID={clientID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | string |
Required |
Body Parameters
OptedInReqObjName | 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": "28863ec2-4dd2-47b8-8f44-d8bc1a090dac", "AuthKey": "096e0b95-965d-40a1-874e-151bc57b064d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OptedInResponseObjName | 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" }