POST api/BrandBox/UpdateUserTermsAndCondition_V2

Request Information

URI Parameters

None.

Body Parameters

UserTnCDTO
NameDescriptionTypeAdditional information
UserName

string

None.

isAccepted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "isAccepted": true
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserTnCDTO'.

Response Information

Resource Description

IBTResponseDTO
NameDescriptionTypeAdditional information
Status

Response

None.

Message

string

None.

ResponseObject

Object

None.

AuthorizationSet

AuthorizationDTO

None.

User

Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.