POST api/GetdataPO
Request Information
URI Parameters
None.
Body Parameters
Collection of datapolist| Name | Description | Type | Additional information |
|---|---|---|---|
| INITID | integer |
None. |
|
| PROID | integer |
None. |
|
| CTRTMID | integer |
None. |
|
| PONO | string |
None. |
|
| MATCD | string |
None. |
|
| QTYGET | decimal number |
None. |
|
| username | string |
None. |
|
| BLOCKNM | string |
None. |
|
| FLOORNM | string |
None. |
|
| ROOMNM | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"INITID": 1,
"PROID": 2,
"CTRTMID": 3,
"PONO": "sample string 4",
"MATCD": "sample string 5",
"QTYGET": 6.0,
"username": "sample string 7",
"BLOCKNM": "sample string 8",
"FLOORNM": "sample string 9",
"ROOMNM": "sample string 10"
},
{
"INITID": 1,
"PROID": 2,
"CTRTMID": 3,
"PONO": "sample string 4",
"MATCD": "sample string 5",
"QTYGET": 6.0,
"username": "sample string 7",
"BLOCKNM": "sample string 8",
"FLOORNM": "sample string 9",
"ROOMNM": "sample string 10"
}
]
Response Information
Resource Description
ReturnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| returnvalue | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"returnvalue": 1
}