POST api/customers/{customerId}/apps/{appshortname}/terms
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
Required |
|
| appshortname | string |
Required |
Body Parameters
TermsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AcceptGeneralTerms | boolean |
None. |
|
| AcceptAdditionalTerms | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"AcceptGeneralTerms": true,
"AcceptAdditionalTerms": true
}
text/html
Sample:
{"AcceptGeneralTerms":true,"AcceptAdditionalTerms":true}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.