DELETE api/DM_ChanDoan/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

DM_ChanDoan
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

Ma

string

None.

Ten

string

None.

SuDung

boolean

None.

MaCongTy

string

None.

Response Formats

application/json, text/json

Sample:
{
  "RefID": "fd83fe2a-d22f-4917-9d11-57d9b06912ac",
  "Ma": "sample string 2",
  "Ten": "sample string 3",
  "SuDung": true,
  "MaCongTy": "sample string 4"
}