PUT branches/{branchid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| branchid | string |
Required |
Body Parameters
branchcreatedto| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| code | string |
Required |
|
| fullname | string |
Required |
|
| qbclass | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"code": "sample string 2",
"fullname": "sample string 3",
"qbclass": "sample string 4"
}
application/xml, text/xml
Sample:
<branchcreatedto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/palmeo.api.Models.DTO"> <code>sample string 2</code> <fullname>sample string 3</fullname> <id>sample string 1</id> <qbclass>sample string 4</qbclass> </branchcreatedto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.