PUT api/danhmucchucvus/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

danhmucchucvu
NameDescriptionTypeAdditional information
id

integer

None.

tenchucvu

string

None.

hesohuong

decimal number

None.

thutu

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "tenchucvu": "sample string 2",
  "hesohuong": 1.0,
  "thutu": 1
}

application/xml, text/xml

Sample:
<danhmucchucvu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <hesohuong>1</hesohuong>
  <id>1</id>
  <tenchucvu>sample string 2</tenchucvu>
  <thutu>1</thutu>
</danhmucchucvu>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.