POST api/LMSMaster/GetReportData
Request Information
URI Parameters
None.
Body Parameters
LMSReportData| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| EmployeeID | integer |
None. |
|
| ReportType | string |
None. |
|
| ProductID | integer |
None. |
|
| SourceType | string |
None. |
|
| InvesmentID | integer |
None. |
|
| BudgetID | integer |
None. |
|
| FamilyIncome | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"EmployeeID": 1,
"ReportType": "sample string 1",
"ProductID": 1,
"SourceType": "sample string 2",
"InvesmentID": 1,
"BudgetID": 1,
"FamilyIncome": "sample string 3"
}
application/xml, text/xml
Sample:
<LMSReportData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <BudgetID>1</BudgetID> <EmployeeID>1</EmployeeID> <FamilyIncome>sample string 3</FamilyIncome> <InvesmentID>1</InvesmentID> <ProductID>1</ProductID> <ReportType>sample string 1</ReportType> <SourceType>sample string 2</SourceType> <UserID>1</UserID> </LMSReportData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |