GET api/GetBranchCodes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
LiveRateFromSBSBranhchListResult| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| LiveRateFromSBSBranhchList | Collection of LiveRateFromSBSBranhchList |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"message": "sample string 2",
"LiveRateFromSBSBranhchList": [
{
"BRANCH_CODE": "sample string 1",
"BRANCH_NAME": "sample string 2"
},
{
"BRANCH_CODE": "sample string 1",
"BRANCH_NAME": "sample string 2"
}
]
}
text/html
Sample:
{"status":"sample string 1","message":"sample string 2","LiveRateFromSBSBranhchList":[{"BRANCH_CODE":"sample string 1","BRANCH_NAME":"sample string 2"},{"BRANCH_CODE":"sample string 1","BRANCH_NAME":"sample string 2"}]}
application/xml, text/xml
Sample:
<LiveRateFromSBSBranhchListResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<status>sample string 1</status>
<message>sample string 2</message>
<LiveRateFromSBSBranhchList>
<LiveRateFromSBSBranhchList>
<BRANCH_CODE>sample string 1</BRANCH_CODE>
<BRANCH_NAME>sample string 2</BRANCH_NAME>
</LiveRateFromSBSBranhchList>
<LiveRateFromSBSBranhchList>
<BRANCH_CODE>sample string 1</BRANCH_CODE>
<BRANCH_NAME>sample string 2</BRANCH_NAME>
</LiveRateFromSBSBranhchList>
</LiveRateFromSBSBranhchList>
</LiveRateFromSBSBranhchListResult>
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="status" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="message" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="LiveRateFromSBSBranhchList[0].BRANCH_CODE" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="LiveRateFromSBSBranhchList[0].BRANCH_NAME" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="LiveRateFromSBSBranhchList[1].BRANCH_CODE" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="LiveRateFromSBSBranhchList[1].BRANCH_NAME" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e--