POST api/KPDiscountOffer/DemSoHoaDon

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 KPDemHoaDon
NameDescriptionTypeAdditional information
StoreNo

string

None.

SoHD

integer

None.

Date

date

None.

iType

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "StoreNo": "sample string 1",
    "SoHD": 2,
    "Date": "2026-01-29T10:38:25.348094+07:00",
    "iType": 4
  },
  {
    "StoreNo": "sample string 1",
    "SoHD": 2,
    "Date": "2026-01-29T10:38:25.348094+07:00",
    "iType": 4
  }
]