PUT applications/{applicationUid}/consents/{agreementConsentUid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
applicationUid

globally unique identifier

Required

agreementConsentUid

globally unique identifier

Required

Body Parameters

AgreementConsentModel
NameDescriptionTypeAdditional information
AgreementType

AgreementType

None.

Initials

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AgreementType": 1,
  "Initials": "sample string 1"
}

application/xml, text/xml

Sample:
<AgreementConsentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GBI.WebAPI.RegistrationGateway.Business.Models.Registration.Shared">
  <AgreementType>CustomerAgreement</AgreementType>
  <Initials>sample string 1</Initials>
</AgreementConsentModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.