POST api/Terms/Accept/{id}

Accept Terms and Conditions. Authorization by token is required.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Id for terms and conditions

integer

Required

User must accept latest terms and conditions. Use GET api/Terms?countryId={countryId} to get Id for latest terms and conditions.

Body Parameters

None.

Response Information

boolean

Response Formats

application/json, text/json

Sample:
true