GET branches
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of branchdto| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| code | string |
None. |
|
| fullname | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "sample string 1",
"code": "sample string 2",
"fullname": "sample string 3"
},
{
"id": "sample string 1",
"code": "sample string 2",
"fullname": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfbranchdto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/palmeo.api.Models.DTO">
<branchdto>
<code>sample string 2</code>
<fullname>sample string 3</fullname>
<id>sample string 1</id>
</branchdto>
<branchdto>
<code>sample string 2</code>
<fullname>sample string 3</fullname>
<id>sample string 1</id>
</branchdto>
</ArrayOfbranchdto>