PUT api/applications/{id}/termsandconditions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
ApplicationTermsAndConditions| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationId | globally unique identifier |
None. |
|
| TermsAndConditionsAccepted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApplicationId": "56c6b99e-5e3c-4c63-bf2b-77da21659ecd",
"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>56c6b99e-5e3c-4c63-bf2b-77da21659ecd</ApplicationId> <TermsAndConditionsAccepted>true</TermsAndConditionsAccepted> </ApplicationTermsAndConditions>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.