POST api/KSNB_BienBanKiemKeCuaHang_LotNo/LayDuLieuDaXacNhan

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of KSNB_BienBanKiemKeCuaHang_LotNoModel
NameDescriptionTypeAdditional information
GuidID

globally unique identifier

None.

BaseDocNo

string

None.

BaseDocDate

date

None.

LocationCode

string

None.

ItemNo

string

None.

Description

string

None.

LotNo

string

None.

SalesPrice

decimal number

None.

LastPurchasePrice

decimal number

None.

Inventory

decimal number

None.

StockCounting

decimal number

None.

StockDiff

decimal number

None.

ReasonDes

string

None.

EmpID

globally unique identifier

None.

EmpCode

string

None.

CreateDate

date

None.

UserApproval

string

None.

DateApproval

date

None.

DocRelease

boolean

None.

DocumentNo

string

None.

ItemNegativeConfig

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GuidID": "ae8c6d09-dd4d-4cf8-8bdf-2bab8e3f52af",
    "BaseDocNo": "sample string 2",
    "BaseDocDate": "2026-01-29T16:33:15.8527058+07:00",
    "LocationCode": "sample string 4",
    "ItemNo": "sample string 5",
    "Description": "sample string 6",
    "LotNo": "sample string 7",
    "SalesPrice": 8.0,
    "LastPurchasePrice": 9.0,
    "Inventory": 10.0,
    "StockCounting": 11.0,
    "StockDiff": 12.0,
    "ReasonDes": "sample string 13",
    "EmpID": "a87841a4-d927-426b-9850-f2154243dc98",
    "EmpCode": "sample string 15",
    "CreateDate": "2026-01-29T16:33:15.8527058+07:00",
    "UserApproval": "sample string 17",
    "DateApproval": "2026-01-29T16:33:15.8527058+07:00",
    "DocRelease": true,
    "DocumentNo": "sample string 19",
    "ItemNegativeConfig": true
  },
  {
    "GuidID": "ae8c6d09-dd4d-4cf8-8bdf-2bab8e3f52af",
    "BaseDocNo": "sample string 2",
    "BaseDocDate": "2026-01-29T16:33:15.8527058+07:00",
    "LocationCode": "sample string 4",
    "ItemNo": "sample string 5",
    "Description": "sample string 6",
    "LotNo": "sample string 7",
    "SalesPrice": 8.0,
    "LastPurchasePrice": 9.0,
    "Inventory": 10.0,
    "StockCounting": 11.0,
    "StockDiff": 12.0,
    "ReasonDes": "sample string 13",
    "EmpID": "a87841a4-d927-426b-9850-f2154243dc98",
    "EmpCode": "sample string 15",
    "CreateDate": "2026-01-29T16:33:15.8527058+07:00",
    "UserApproval": "sample string 17",
    "DateApproval": "2026-01-29T16:33:15.8527058+07:00",
    "DocRelease": true,
    "DocumentNo": "sample string 19",
    "ItemNegativeConfig": true
  }
]