POST BusineesAnalysis/GetBranchList

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:
{
  "CompCode": "sample string 1"
}

text/html

Sample:
{"CompCode":"sample string 1"}

application/xml, text/xml

Sample:
<BranchListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
  <CompCode>sample string 1</CompCode>
</BranchListRequest>

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"
  },
  {
    "BranchTag": "sample string 1",
    "Location": "sample string 2"
  },
  {
    "BranchTag": "sample string 1",
    "Location": "sample string 2"
  }
]

text/html

Sample:
[{"BranchTag":"sample string 1","Location":"sample string 2"},{"BranchTag":"sample string 1","Location":"sample string 2"},{"BranchTag":"sample string 1","Location":"sample string 2"}]

application/xml, text/xml

Sample:
<ArrayOfBranchList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
  <BranchList>
    <BranchTag>sample string 1</BranchTag>
    <Location>sample string 2</Location>
  </BranchList>
  <BranchList>
    <BranchTag>sample string 1</BranchTag>
    <Location>sample string 2</Location>
  </BranchList>
  <BranchList>
    <BranchTag>sample string 1</BranchTag>
    <Location>sample string 2</Location>
  </BranchList>
</ArrayOfBranchList>