POST api/UpdateConsentStatus
Request Information
URI Parameters
None.
Body Parameters
RevokeEnableConsentRequestName | Description | Type | Additional information |
---|---|---|---|
TransactionId | string |
None. |
|
FbnTransactionId | string |
None. |
|
CustomerId | string |
None. |
|
AccountId | string |
None. |
|
ProcessTime | date |
None. |
|
ConsentType | ConsentStatusType |
None. |
|
CountryId | string |
None. |
|
Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TransactionId": "sample string 1", "FbnTransactionId": "sample string 2", "CustomerId": "sample string 3", "AccountId": "sample string 4", "ProcessTime": "2025-08-26T15:53:17.8967824+00:00", "ConsentType": 0, "CountryId": "sample string 6", "Comment": "sample string 7" }
application/xml, text/xml
Sample:
<RevokeEnableConsentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NanoLending.CoreObject.DataTransferObjects"> <AccountId>sample string 4</AccountId> <Comment>sample string 7</Comment> <ConsentType>NotExist</ConsentType> <CountryId>sample string 6</CountryId> <CustomerId>sample string 3</CustomerId> <FbnTransactionId>sample string 2</FbnTransactionId> <ProcessTime>2025-08-26T15:53:17.8967824+00:00</ProcessTime> <TransactionId>sample string 1</TransactionId> </RevokeEnableConsentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.