POST api/DM_HinhThucThanhToan

Request Information

URI Parameters

None.

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": "4e84cdd0-eed0-4aab-8a45-ab6036fabfb4",
  "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

DM_HinhThucThanhToan
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

STT

integer

None.

Ten

string

None.

SuDung

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "RefID": "c09b0762-e774-414f-90a7-235811ac7b19",
  "STT": 1,
  "Ten": "sample string 2",
  "SuDung": true
}