PUT api/DM_HinhThucThanhToan/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

DM_HinhThucThanhToan
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

STT

integer

None.

Ten

string

None.

SuDung

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "RefID": "23b75c48-4efd-4538-b0c0-586814e506d0",
  "STT": 1,
  "Ten": "sample string 2",
  "SuDung": true
}

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 'DM_HinhThucThanhToan'.

Response Information

Resource Description

None.