POST api/Serial/extendOrder?ngayGiaHan={ngayGiaHan}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ngayGiaHan

string

Required

Body Parameters

BE_Serial
NameDescriptionTypeAdditional information
ID

integer

None.

maSanPham

string

None.

tenSanPham

string

None.

lotNo

string

None.

serialNo

string

None.

secretCode

string

None.

maTT

string

None.

tenTT

string

None.

maGTTT

string

None.

tenGiaTriTT

string

None.

soLanKT

integer

None.

ngayKTLan1

date

None.

tenNguoiTao

string

None.

ngayXuatXuong

string

None.

ngayKichHoat

string

None.

ngayHetHanBaoHanh

string

None.

ngayTao

date

None.

customerID

string

None.

customerName

string

None.

customerPhone

string

None.

OrderID

string

None.

soThangBaoHanh

string

None.

ngayGiaHan

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "maSanPham": "sample string 2",
  "tenSanPham": "sample string 3",
  "lotNo": "sample string 4",
  "serialNo": "sample string 5",
  "secretCode": "sample string 6",
  "maTT": "sample string 7",
  "tenTT": "sample string 8",
  "maGTTT": "sample string 9",
  "tenGiaTriTT": "sample string 10",
  "soLanKT": 11,
  "ngayKTLan1": "2026-01-10T16:13:10.8316086+07:00",
  "tenNguoiTao": "sample string 13",
  "ngayXuatXuong": "sample string 14",
  "ngayKichHoat": "sample string 15",
  "ngayHetHanBaoHanh": "sample string 16",
  "ngayTao": "2026-01-10T16:13:10.8316086+07:00",
  "customerID": "sample string 18",
  "customerName": "sample string 19",
  "customerPhone": "sample string 20",
  "OrderID": "sample string 21",
  "soThangBaoHanh": "sample string 22",
  "ngayGiaHan": "sample string 23"
}

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.