POST loan/RequestCustomerConsent
Request Information
URI Parameters
None.
Body Parameters
USSDCustomerConsentRequestName | Description | Type | Additional information |
---|---|---|---|
UniqueId | string |
None. |
|
ConsentStatusType | ConsentStatusType |
None. |
|
SessionId | string |
None. |
|
PhoneNumber | string |
None. |
|
AccountNumber | string |
None. |
|
CountryId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UniqueId": "sample string 1", "ConsentStatusType": 0, "SessionId": "sample string 2", "PhoneNumber": "sample string 3", "AccountNumber": "sample string 4", "CountryId": "sample string 5" }
application/xml, text/xml
Sample:
<USSDCustomerConsentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NanoLending.CoreObject.DataTransferObjects"> <AccountNumber>sample string 4</AccountNumber> <ConsentStatusType>NotExist</ConsentStatusType> <CountryId>sample string 5</CountryId> <PhoneNumber>sample string 3</PhoneNumber> <SessionId>sample string 2</SessionId> <UniqueId>sample string 1</UniqueId> </USSDCustomerConsentRequest>
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.