POST BusineesAnalysis/GetServiceAnalysis
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"MenuOption": "sample string 1",
"StartDate": "sample string 2",
"EndDate": "sample string 3",
"AcYear": "sample string 4"
}
text/html
Sample:
{"MenuOption":"sample string 1","StartDate":"sample string 2","EndDate":"sample string 3","AcYear":"sample string 4"}
application/xml, text/xml
Sample:
<ServiceInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers"> <AcYear>sample string 4</AcYear> <EndDate>sample string 3</EndDate> <MenuOption>sample string 1</MenuOption> <StartDate>sample string 2</StartDate> </ServiceInfoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"StkpCode": "sample string 1",
"StkpDesc": "sample string 2",
"PlanCount": 3.1,
"AttnCount": 4.1,
"BalCount": 5.1
},
{
"StkpCode": "sample string 1",
"StkpDesc": "sample string 2",
"PlanCount": 3.1,
"AttnCount": 4.1,
"BalCount": 5.1
},
{
"StkpCode": "sample string 1",
"StkpDesc": "sample string 2",
"PlanCount": 3.1,
"AttnCount": 4.1,
"BalCount": 5.1
}
]
text/html
Sample:
[{"StkpCode":"sample string 1","StkpDesc":"sample string 2","PlanCount":3.1,"AttnCount":4.1,"BalCount":5.1},{"StkpCode":"sample string 1","StkpDesc":"sample string 2","PlanCount":3.1,"AttnCount":4.1,"BalCount":5.1},{"StkpCode":"sample string 1","StkpDesc":"sample string 2","PlanCount":3.1,"AttnCount":4.1,"BalCount":5.1}]
application/xml, text/xml
Sample:
<ArrayOfServiceInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
<ServiceInfo>
<AttnCount>4.1</AttnCount>
<BalCount>5.1</BalCount>
<PlanCount>3.1</PlanCount>
<StkpCode>sample string 1</StkpCode>
<StkpDesc>sample string 2</StkpDesc>
</ServiceInfo>
<ServiceInfo>
<AttnCount>4.1</AttnCount>
<BalCount>5.1</BalCount>
<PlanCount>3.1</PlanCount>
<StkpCode>sample string 1</StkpCode>
<StkpDesc>sample string 2</StkpDesc>
</ServiceInfo>
<ServiceInfo>
<AttnCount>4.1</AttnCount>
<BalCount>5.1</BalCount>
<PlanCount>3.1</PlanCount>
<StkpCode>sample string 1</StkpCode>
<StkpDesc>sample string 2</StkpDesc>
</ServiceInfo>
</ArrayOfServiceInfo>