POST api/Getitemphutt

Request Information

URI Parameters

None.

Body Parameters

Collection of datacheckitemtt
NameDescriptionTypeAdditional information
CHECKID

integer

None.

PERCENT

decimal number

None.

username

string

None.

QTYCHECK

decimal number

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "CHECKID": 1,
    "PERCENT": 2.0,
    "username": "sample string 3",
    "QTYCHECK": 4.0
  },
  {
    "CHECKID": 1,
    "PERCENT": 2.0,
    "username": "sample string 3",
    "QTYCHECK": 4.0
  }
]

Response Information

Resource Description

ReturnModel
NameDescriptionTypeAdditional information
returnvalue

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "returnvalue": 1
}