PUT api/DrawersAPI/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Drawer
NameDescriptionTypeAdditional information
Id

integer

None.

Branch_Id

integer

None.

Amount

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Branch_Id": 2,
  "Amount": 3.1
}

application/xml, text/xml

Sample:
<Drawer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODOAPI.Models">
  <Amount>3.1</Amount>
  <Branch_Id>2</Branch_Id>
  <Id>1</Id>
</Drawer>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.