POST BusineesAnalysis/GetRajaBranchList
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"BranchCode": "sample string 1",
"BranchName": "sample string 2"
},
{
"BranchCode": "sample string 1",
"BranchName": "sample string 2"
},
{
"BranchCode": "sample string 1",
"BranchName": "sample string 2"
}
]
text/html
Sample:
[{"BranchCode":"sample string 1","BranchName":"sample string 2"},{"BranchCode":"sample string 1","BranchName":"sample string 2"},{"BranchCode":"sample string 1","BranchName":"sample string 2"}]
application/xml, text/xml
Sample:
<ArrayOfRajaBranchList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
<RajaBranchList>
<BranchCode>sample string 1</BranchCode>
<BranchName>sample string 2</BranchName>
</RajaBranchList>
<RajaBranchList>
<BranchCode>sample string 1</BranchCode>
<BranchName>sample string 2</BranchName>
</RajaBranchList>
<RajaBranchList>
<BranchCode>sample string 1</BranchCode>
<BranchName>sample string 2</BranchName>
</RajaBranchList>
</ArrayOfRajaBranchList>