POST api/stock
Request Information
URI Parameters
None.
Body Parameters
StockRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductId | string |
None. |
|
| Action | string |
None. |
|
| Qty | integer |
None. |
|
| Note | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductId": "sample string 1",
"Action": "sample string 2",
"Qty": 3,
"Note": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.