GET api/MaPosCuaHang/MaPosCuaHang_GetAll

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 MaPosCuaHangModel
NameDescriptionTypeAdditional information
GuidID

globally unique identifier

None.

MaPos

string

None.

MaCH

string

None.

VuViec

string

None.

TenCH

string

None.

NganHang

string

None.

ChangeStatus

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GuidID": "b58e1ebb-f40a-4536-991f-0d61886760fc",
    "MaPos": "sample string 2",
    "MaCH": "sample string 3",
    "VuViec": "sample string 4",
    "TenCH": "sample string 5",
    "NganHang": "sample string 6",
    "ChangeStatus": 7
  },
  {
    "GuidID": "b58e1ebb-f40a-4536-991f-0d61886760fc",
    "MaPos": "sample string 2",
    "MaCH": "sample string 3",
    "VuViec": "sample string 4",
    "TenCH": "sample string 5",
    "NganHang": "sample string 6",
    "ChangeStatus": 7
  }
]