POST BusineesAnalysis/GetBusinessAnalysis
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:
{
"StartDate": "sample string 1",
"EndDate": "sample string 2",
"DocType": "sample string 3",
"ReportType": "sample string 4",
"AcYear": "sample string 5"
}
text/html
Sample:
{"StartDate":"sample string 1","EndDate":"sample string 2","DocType":"sample string 3","ReportType":"sample string 4","AcYear":"sample string 5"}
application/xml, text/xml
Sample:
<BusinessInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers"> <AcYear>sample string 5</AcYear> <DocType>sample string 3</DocType> <EndDate>sample string 2</EndDate> <ReportType>sample string 4</ReportType> <StartDate>sample string 1</StartDate> </BusinessInfoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"BranchTag": "sample string 1",
"Location": "sample string 2",
"ReportGroup": "sample string 3",
"ReportCategory": "sample string 4",
"BranchAmount": 5.1
},
{
"BranchTag": "sample string 1",
"Location": "sample string 2",
"ReportGroup": "sample string 3",
"ReportCategory": "sample string 4",
"BranchAmount": 5.1
},
{
"BranchTag": "sample string 1",
"Location": "sample string 2",
"ReportGroup": "sample string 3",
"ReportCategory": "sample string 4",
"BranchAmount": 5.1
}
]
text/html
Sample:
[{"BranchTag":"sample string 1","Location":"sample string 2","ReportGroup":"sample string 3","ReportCategory":"sample string 4","BranchAmount":5.1},{"BranchTag":"sample string 1","Location":"sample string 2","ReportGroup":"sample string 3","ReportCategory":"sample string 4","BranchAmount":5.1},{"BranchTag":"sample string 1","Location":"sample string 2","ReportGroup":"sample string 3","ReportCategory":"sample string 4","BranchAmount":5.1}]
application/xml, text/xml
Sample:
<ArrayOfBusinessInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
<BusinessInfo>
<BranchAmount>5.1</BranchAmount>
<BranchTag>sample string 1</BranchTag>
<Location>sample string 2</Location>
<ReportCategory>sample string 4</ReportCategory>
<ReportGroup>sample string 3</ReportGroup>
</BusinessInfo>
<BusinessInfo>
<BranchAmount>5.1</BranchAmount>
<BranchTag>sample string 1</BranchTag>
<Location>sample string 2</Location>
<ReportCategory>sample string 4</ReportCategory>
<ReportGroup>sample string 3</ReportGroup>
</BusinessInfo>
<BusinessInfo>
<BranchAmount>5.1</BranchAmount>
<BranchTag>sample string 1</BranchTag>
<Location>sample string 2</Location>
<ReportCategory>sample string 4</ReportCategory>
<ReportGroup>sample string 3</ReportGroup>
</BusinessInfo>
</ArrayOfBusinessInfo>