PUT api/NHANVIEN_SELECT_HINHAN_Result/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

NHANVIEN_SELECT_HINHAN_Result
NameDescriptionTypeAdditional information
ID

integer

None.

BaoDuongID

integer

None.

HangMucID

integer

None.

ImageFile

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "BaoDuongID": 1,
  "HangMucID": 1,
  "ImageFile": "sample string 2"
}

application/xml, text/xml

Sample:
<NHANVIEN_SELECT_HINHAN_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models">
  <BaoDuongID>1</BaoDuongID>
  <HangMucID>1</HangMucID>
  <ID>1</ID>
  <ImageFile>sample string 2</ImageFile>
</NHANVIEN_SELECT_HINHAN_Result>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.