POST api/parcel-goods/stock
Request Information
URI Parameters
None.
Body Parameters
UserRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserSeq | integer |
None. |
|
| UserUId | globally unique identifier |
None. |
|
| TokenNo | string |
None. |
|
| seqNo | integer |
None. |
|
| value | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserSeq": 1,
"UserUId": "5b73281e-e67e-45fc-bfcd-f1fd2ac7f2d2",
"TokenNo": "sample string 3",
"seqNo": 4,
"value": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ParcelStockResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Message | string |
None. |
|
| data | Collection of ParcelGoods |
None. |
|
| Columns | Collection of GRID_COLUMN |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.