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": "4318f3d9-fd85-4bb5-b809-ccc790d720fa",
  "AuthKey": "9e134c5f-ce3c-45da-98aa-b7a6db9f4503"
}

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