POST api/nhaphangncc/payment

Request Information

URI Parameters

None.

Body Parameters

Model_ThanhToanNCC
NameDescriptionTypeAdditional information
MaThanhToan

integer

None.

MaNhaCungCap

integer

None.

MaMuaHang

integer

None.

SoTien

integer

None.

HinhAnhChungTu

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "maThanhToan": 1,
  "maNhaCungCap": 2,
  "maMuaHang": 3,
  "soTien": 4,
  "hinhAnhChungTu": "QEA="
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.