POST api/Getlistitemnttt
Request Information
URI Parameters
None.
Body Parameters
Collection of Getitemuppayment| Name | Description | Type | Additional information |
|---|---|---|---|
| VOUID | integer |
None. |
|
| QTYGET | decimal number |
None. |
|
| username | string |
None. |
|
| posx | string |
None. |
|
| posy | string |
None. |
|
| MATCD | string |
None. |
|
| CHECKPAYID | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"VOUID": 1,
"QTYGET": 2.0,
"username": "sample string 3",
"posx": "sample string 4",
"posy": "sample string 5",
"MATCD": "sample string 6",
"CHECKPAYID": 7
},
{
"VOUID": 1,
"QTYGET": 2.0,
"username": "sample string 3",
"posx": "sample string 4",
"posy": "sample string 5",
"MATCD": "sample string 6",
"CHECKPAYID": 7
}
]
Response Information
Resource Description
ReturnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| returnvalue | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"returnvalue": 1
}