GET api/ac_prt_branch?DbName={DbName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DbName | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ac_prt_branch| Name | Description | Type | Additional information |
|---|---|---|---|
| AC_BRANCH | string |
None. |
|
| AC_BRANCH_ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AC_BRANCH": "sample string 1",
"AC_BRANCH_ID": 1
},
{
"AC_BRANCH": "sample string 1",
"AC_BRANCH_ID": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfac_prt_branch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ControllerLibrary">
<ac_prt_branch>
<AC_BRANCH>sample string 1</AC_BRANCH>
<AC_BRANCH_ID>1</AC_BRANCH_ID>
</ac_prt_branch>
<ac_prt_branch>
<AC_BRANCH>sample string 1</AC_BRANCH>
<AC_BRANCH_ID>1</AC_BRANCH_ID>
</ac_prt_branch>
</ArrayOfac_prt_branch>