POST api/HangTheCuaHang/GetData

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

string

None.

StoreName

string

None.

HT1

integer

None.

HT2

integer

None.

HT3

integer

None.

HT4

integer

None.

HT5

integer

None.

HT1Percent

decimal number

None.

HT2Percent

decimal number

None.

HT3Percent

decimal number

None.

HT4Percent

decimal number

None.

HT5Percent

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "StoreNo": "sample string 1",
    "StoreName": "sample string 2",
    "HT1": 3,
    "HT2": 4,
    "HT3": 5,
    "HT4": 6,
    "HT5": 7,
    "HT1Percent": 8.1,
    "HT2Percent": 9.1,
    "HT3Percent": 10.1,
    "HT4Percent": 11.1,
    "HT5Percent": 12.1
  },
  {
    "StoreNo": "sample string 1",
    "StoreName": "sample string 2",
    "HT1": 3,
    "HT2": 4,
    "HT3": 5,
    "HT4": 6,
    "HT5": 7,
    "HT1Percent": 8.1,
    "HT2Percent": 9.1,
    "HT3Percent": 10.1,
    "HT4Percent": 11.1,
    "HT5Percent": 12.1
  }
]