POST api/customers/{customerId}/apps/{appshortname}/terms

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

integer

Required

appshortname

string

Required

Body Parameters

TermsRequest
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.