GET api/Getitemfromchecklist?proid={proid}&ctrtmid={ctrtmid}&blocknm={blocknm}&floornm={floornm}&roomnm={roomnm}&vouno={vouno}&acceptflag={acceptflag}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
proid

integer

Required

ctrtmid

integer

Required

blocknm

string

Required

floornm

string

Required

roomnm

string

Required

vouno

string

Required

acceptflag

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Getitem
NameDescriptionTypeAdditional information
CHECKID

integer

None.

PROID

integer

None.

CUSTID

integer

None.

CTRMID

integer

None.

BLOCKCD

string

None.

FLOORCD

string

None.

ROOMCD

string

None.

BLOCKNAME

string

None.

FLOORNAME

string

None.

ROOMNAME

string

None.

SONO

string

None.

MATID

integer

None.

MATCD

string

None.

MATVNM

string

None.

UNIT

string

None.

DESCRIPTION

string

None.

QTY

decimal number

None.

PERCENT

decimal number

None.

MATTYPE

integer

None.

MATTYPENAME

string

None.

QTYCHECK

decimal number

None.

QTYGET

decimal number

None.

HEIGHT

string

None.

WIDTH

string

None.

THICKNESS

string

None.

PERCENTGET

decimal number

None.

QTYNT

decimal number

None.

selected

boolean

None.

vouid

integer

None.

PERALL

decimal number

None.

username

string

None.

PERONE

decimal number

None.

ACCEPTFLAG

decimal number

None.

QTYPAY

decimal number

None.

MATBQTY

decimal number

None.

posx

decimal number

None.

posy

decimal number

None.

QTYBG

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CHECKID": 1,
    "PROID": 2,
    "CUSTID": 3,
    "CTRMID": 4,
    "BLOCKCD": "sample string 5",
    "FLOORCD": "sample string 6",
    "ROOMCD": "sample string 7",
    "BLOCKNAME": "sample string 8",
    "FLOORNAME": "sample string 9",
    "ROOMNAME": "sample string 10",
    "SONO": "sample string 11",
    "MATID": 1,
    "MATCD": "sample string 12",
    "MATVNM": "sample string 13",
    "UNIT": "sample string 14",
    "DESCRIPTION": "sample string 15",
    "QTY": 1.0,
    "PERCENT": 16.0,
    "MATTYPE": 1,
    "MATTYPENAME": "sample string 17",
    "QTYCHECK": 1.0,
    "QTYGET": 1.0,
    "HEIGHT": "sample string 18",
    "WIDTH": "sample string 19",
    "THICKNESS": "sample string 20",
    "PERCENTGET": 21.0,
    "QTYNT": 1.0,
    "selected": true,
    "vouid": 23,
    "PERALL": 24.0,
    "username": "sample string 25",
    "PERONE": 26.0,
    "ACCEPTFLAG": 27.0,
    "QTYPAY": 28.0,
    "MATBQTY": 29.0,
    "posx": 30.0,
    "posy": 31.0,
    "QTYBG": 1.0
  },
  {
    "CHECKID": 1,
    "PROID": 2,
    "CUSTID": 3,
    "CTRMID": 4,
    "BLOCKCD": "sample string 5",
    "FLOORCD": "sample string 6",
    "ROOMCD": "sample string 7",
    "BLOCKNAME": "sample string 8",
    "FLOORNAME": "sample string 9",
    "ROOMNAME": "sample string 10",
    "SONO": "sample string 11",
    "MATID": 1,
    "MATCD": "sample string 12",
    "MATVNM": "sample string 13",
    "UNIT": "sample string 14",
    "DESCRIPTION": "sample string 15",
    "QTY": 1.0,
    "PERCENT": 16.0,
    "MATTYPE": 1,
    "MATTYPENAME": "sample string 17",
    "QTYCHECK": 1.0,
    "QTYGET": 1.0,
    "HEIGHT": "sample string 18",
    "WIDTH": "sample string 19",
    "THICKNESS": "sample string 20",
    "PERCENTGET": 21.0,
    "QTYNT": 1.0,
    "selected": true,
    "vouid": 23,
    "PERALL": 24.0,
    "username": "sample string 25",
    "PERONE": 26.0,
    "ACCEPTFLAG": 27.0,
    "QTYPAY": 28.0,
    "MATBQTY": 29.0,
    "posx": 30.0,
    "posy": 31.0,
    "QTYBG": 1.0
  }
]