POST api/{apiVersion}/ConsumerLoan/SetConsumerContractConsent

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

ConsumerContractConsentRequest
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

IsOpenConsentFormAllowed

boolean

None.

IsUptClarificationTextAllowed

boolean

None.

IsCorporationClarificationTextAllowed

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "c9f8802d-a284-48ce-9bea-d2f886fb930e",
  "IsOpenConsentFormAllowed": true,
  "IsUptClarificationTextAllowed": true,
  "IsCorporationClarificationTextAllowed": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfBoolean
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

boolean

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": true,
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}