DELETE api/GetCSHT_By_MaCSHT_Result/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

GetCSHT_By_MaCSHT_Result
NameDescriptionTypeAdditional information
CSHT_Id

integer

None.

MaCSHT

string

None.

TenCSHT

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CSHT_Id": 1,
  "MaCSHT": "sample string 2",
  "TenCSHT": "sample string 3"
}

application/xml, text/xml

Sample:
<GetCSHT_By_MaCSHT_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models">
  <CSHT_Id>1</CSHT_Id>
  <MaCSHT>sample string 2</MaCSHT>
  <TenCSHT>sample string 3</TenCSHT>
</GetCSHT_By_MaCSHT_Result>