POST BusineesAnalysis/GetBranchAnalysis

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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",
  "BranchTag": "sample string 3",
  "BranchName": "sample string 4",
  "AcYear": "sample string 5"
}

text/html

Sample:
{"StartDate":"sample string 1","EndDate":"sample string 2","BranchTag":"sample string 3","BranchName":"sample string 4","AcYear":"sample string 5"}

application/xml, text/xml

Sample:
<BranchInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
  <AcYear>sample string 5</AcYear>
  <BranchName>sample string 4</BranchName>
  <BranchTag>sample string 3</BranchTag>
  <EndDate>sample string 2</EndDate>
  <StartDate>sample string 1</StartDate>
</BranchInfoRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "CompCode": "sample string 1",
    "CompTag": "sample string 2",
    "CompName": "sample string 3",
    "SaleAmount": 4.1,
    "CNAmount": 5.1,
    "DNAmount": 6.1,
    "CollAmount": 7.1,
    "BounAmount": 8.1
  },
  {
    "CompCode": "sample string 1",
    "CompTag": "sample string 2",
    "CompName": "sample string 3",
    "SaleAmount": 4.1,
    "CNAmount": 5.1,
    "DNAmount": 6.1,
    "CollAmount": 7.1,
    "BounAmount": 8.1
  },
  {
    "CompCode": "sample string 1",
    "CompTag": "sample string 2",
    "CompName": "sample string 3",
    "SaleAmount": 4.1,
    "CNAmount": 5.1,
    "DNAmount": 6.1,
    "CollAmount": 7.1,
    "BounAmount": 8.1
  }
]

text/html

Sample:
[{"CompCode":"sample string 1","CompTag":"sample string 2","CompName":"sample string 3","SaleAmount":4.1,"CNAmount":5.1,"DNAmount":6.1,"CollAmount":7.1,"BounAmount":8.1},{"CompCode":"sample string 1","CompTag":"sample string 2","CompName":"sample string 3","SaleAmount":4.1,"CNAmount":5.1,"DNAmount":6.1,"CollAmount":7.1,"BounAmount":8.1},{"CompCode":"sample string 1","CompTag":"sample string 2","CompName":"sample string 3","SaleAmount":4.1,"CNAmount":5.1,"DNAmount":6.1,"CollAmount":7.1,"BounAmount":8.1}]

application/xml, text/xml

Sample:
<ArrayOfBranchInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
  <BranchInfo>
    <BounAmount>8.1</BounAmount>
    <CNAmount>5.1</CNAmount>
    <CollAmount>7.1</CollAmount>
    <CompCode>sample string 1</CompCode>
    <CompName>sample string 3</CompName>
    <CompTag>sample string 2</CompTag>
    <DNAmount>6.1</DNAmount>
    <SaleAmount>4.1</SaleAmount>
  </BranchInfo>
  <BranchInfo>
    <BounAmount>8.1</BounAmount>
    <CNAmount>5.1</CNAmount>
    <CollAmount>7.1</CollAmount>
    <CompCode>sample string 1</CompCode>
    <CompName>sample string 3</CompName>
    <CompTag>sample string 2</CompTag>
    <DNAmount>6.1</DNAmount>
    <SaleAmount>4.1</SaleAmount>
  </BranchInfo>
  <BranchInfo>
    <BounAmount>8.1</BounAmount>
    <CNAmount>5.1</CNAmount>
    <CollAmount>7.1</CollAmount>
    <CompCode>sample string 1</CompCode>
    <CompName>sample string 3</CompName>
    <CompTag>sample string 2</CompTag>
    <DNAmount>6.1</DNAmount>
    <SaleAmount>4.1</SaleAmount>
  </BranchInfo>
</ArrayOfBranchInfo>