DELETE api/TLC

刪除證照子資料

Request Information

URI Parameters

None.

Body Parameters

DelDataModel
NameDescriptionTypeAdditional information
Id

integer

None.

GUID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "GUID": "dc26ef16-9bd1-4ff5-8657-0a734485975d"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DelDataModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.