POST Member/IsAgreeWithTermsAndConditions

Check whether member has agreed with terms and conditions or not.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResultModelOfBoolean
NameDescriptionTypeAdditional information
StatusCode

string

None.

StatusMessage

string

None.

Value

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "StatusCode": "sample string 1",
  "StatusMessage": "sample string 2",
  "Value": true
}