POST api/CaneMisReport/GetSurveyPerformanceReport
Request Information
URI Parameters
None.
Body Parameters
SurveyPerformance| Name | Description | Type | Additional information |
|---|---|---|---|
| Fact_Code | integer |
None. |
|
| UserLogin | string |
None. |
|
| SurvetDtUpto | string |
None. |
|
| ReportTypeFlag | integer |
None. |
|
| RecordFlag | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fact_Code": 1,
"UserLogin": "sample string 2",
"SurvetDtUpto": "sample string 3",
"ReportTypeFlag": 4,
"RecordFlag": 5
}
application/xml, text/xml
Sample:
<SurveyPerformance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaneMis_WebAPI.Models"> <Fact_Code>1</Fact_Code> <RecordFlag>5</RecordFlag> <ReportTypeFlag>4</ReportTypeFlag> <SurvetDtUpto>sample string 3</SurvetDtUpto> <UserLogin>sample string 2</UserLogin> </SurveyPerformance>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />