POST api/AOP/CreditAnalytics/Report
Request Information
URI Parameters
None.
Body Parameters
CreditAnalyticsClientRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| MobileNumber | string |
None. |
|
| DateOfBirth | string |
None. |
|
| EmailID | string |
None. |
|
| PanNumber | string |
None. |
|
| OTP | string |
None. |
|
| ConsentMessage | string |
None. |
|
| ConsentAcceptance | string |
None. |
|
| RegistrationID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FirstName": "sample string 1",
"LastName": "sample string 2",
"MobileNumber": "sample string 3",
"DateOfBirth": "sample string 4",
"EmailID": "sample string 5",
"PanNumber": "sample string 6",
"OTP": "sample string 7",
"ConsentMessage": "sample string 8",
"ConsentAcceptance": "sample string 9",
"RegistrationID": "sample string 10"
}
text/xml
Sample:
<CreditAnalyticsClientRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOSApiIntegration.Models"> <ConsentAcceptance>sample string 9</ConsentAcceptance> <ConsentMessage>sample string 8</ConsentMessage> <DateOfBirth>sample string 4</DateOfBirth> <EmailID>sample string 5</EmailID> <FirstName>sample string 1</FirstName> <LastName>sample string 2</LastName> <MobileNumber>sample string 3</MobileNumber> <OTP>sample string 7</OTP> <PanNumber>sample string 6</PanNumber> <RegistrationID>sample string 10</RegistrationID> </CreditAnalyticsClientRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.