POST api/terms/accept

Request Information

URI Parameters

None.

Body Parameters

TermsMobileAcceptRequestDto
NameDescriptionTypeAdditional information
IsAgreed

boolean

None.

TargetRole

integer

None.

UserAgent

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IsAgreed": true,
  "TargetRole": 2,
  "UserAgent": "sample string 3"
}

application/xml, text/xml

Sample:
<TermsMobileAcceptRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TEPExam.DomainModel">
  <IsAgreed>true</IsAgreed>
  <TargetRole>2</TargetRole>
  <UserAgent>sample string 3</UserAgent>
</TermsMobileAcceptRequestDto>

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 'TermsMobileAcceptRequestDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.