POST api/terms/accept
Request Information
URI Parameters
None.
Body Parameters
TermsMobileAcceptRequestDto| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.