POST api/v2/consumables/ByReferenceKey/{referenceKey}/Movement
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| referenceKey | string |
Required |
Body Parameters
ConsumableDoMovementParams| Name | Description | Type | Additional information |
|---|---|---|---|
| Quantity | decimal number | ||
| Notes | string |
Request Formats
application/json, text/json
Sample:
{
"Quantity": 1.1,
"Notes": "sample string 2"
}
text/html
Sample:
{"Quantity":1.1,"Notes":"sample string 2"}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.