POST api/PCU_GoiYDatHang/PCU_GoiYDatHangGetAll

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 PCU_GoiYDatHangModel
NameDescriptionTypeAdditional information
LocationCode

string

None.

SugestionDate

date

None.

ItemNo

string

None.

Qty

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "LocationCode": "sample string 1",
    "SugestionDate": "2026-01-29T05:48:35.5360747+07:00",
    "ItemNo": "sample string 3",
    "Qty": 1.0
  },
  {
    "LocationCode": "sample string 1",
    "SugestionDate": "2026-01-29T05:48:35.5360747+07:00",
    "ItemNo": "sample string 3",
    "Qty": 1.0
  }
]