POST api/{apiVersion}/ConsumerLoan/SetConsumerContractConsent
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
ConsumerContractConsentRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
|
IsOpenConsentFormAllowed | boolean |
None. |
|
IsUptClarificationTextAllowed | boolean |
None. |
|
IsCorporationClarificationTextAllowed | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "aeb7c98d-c887-41e3-afc7-38129b014cc9", "IsOpenConsentFormAllowed": true, "IsUptClarificationTextAllowed": true, "IsCorporationClarificationTextAllowed": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfBooleanName | Description | Type | Additional 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 }