POST v1/OptedIn?clientID={clientID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientID

string

Required

Body Parameters

OptedInReqObj
NameDescriptionTypeAdditional information
Status

boolean

None.

AcctId

globally unique identifier

None.

AuthKey

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Status": true,
  "AcctId": "cfb14400-3984-4d99-a9ff-2ae5b652f00a",
  "AuthKey": "91926d14-63e5-47f5-85a4-5b1b94fd89d5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

OptedInResponseObj
NameDescriptionTypeAdditional 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"
}