PUT api/applications/{id}/termsandconditions
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
ApplicationTermsAndConditionsName | Description | Type | Additional information |
---|---|---|---|
ApplicationId | globally unique identifier |
None. |
|
TermsAndConditionsAccepted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ApplicationId": "2070d0e5-c3f6-4545-bfff-a031da1de5fe", "TermsAndConditionsAccepted": true }
application/xml, text/xml
Sample:
<ApplicationTermsAndConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models"> <ApplicationId>2070d0e5-c3f6-4545-bfff-a031da1de5fe</ApplicationId> <TermsAndConditionsAccepted>true</TermsAndConditionsAccepted> </ApplicationTermsAndConditions>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.