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": "9df60ee9-267a-4757-97cb-c654396b17f3",
  "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": "1ed6076d-987d-4ce2-af21-b037008eabb3",
  "STT": 1,
  "Ten": "sample string 2",
  "SuDung": true
}