POST api/Getitemttvv

Request Information

URI Parameters

None.

Body Parameters

Collection of datachecklistbom
NameDescriptionTypeAdditional information
MAPPAYID

integer

None.

PROID

integer

None.

CTRTMID

integer

None.

MATID

integer

None.

MATBID

integer

None.

QTYGET

decimal number

None.

username

string

None.

BLOCKNM

string

None.

FLOORNM

string

None.

ROOMNM

string

None.

posx

decimal number

None.

posy

decimal number

None.

SONO

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "MAPPAYID": 1,
    "PROID": 2,
    "CTRTMID": 3,
    "MATID": 4,
    "MATBID": 5,
    "QTYGET": 6.0,
    "username": "sample string 7",
    "BLOCKNM": "sample string 8",
    "FLOORNM": "sample string 9",
    "ROOMNM": "sample string 10",
    "posx": 11.0,
    "posy": 12.0,
    "SONO": "sample string 13"
  },
  {
    "MAPPAYID": 1,
    "PROID": 2,
    "CTRTMID": 3,
    "MATID": 4,
    "MATBID": 5,
    "QTYGET": 6.0,
    "username": "sample string 7",
    "BLOCKNM": "sample string 8",
    "FLOORNM": "sample string 9",
    "ROOMNM": "sample string 10",
    "posx": 11.0,
    "posy": 12.0,
    "SONO": "sample string 13"
  }
]

Response Information

Resource Description

ReturnModel
NameDescriptionTypeAdditional information
returnvalue

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "returnvalue": 1
}