StockEntry -> PutCustomActionStockEntry
Performs a custom action on stock entry.
Available
actionName values:
- confirm
- cancelConfirmation
Request
Relative request path:
|
api/orgs/{organisationId}/stockentry/{stockEntryId}/actions/{actionName}?rowVersion={rowVersion} |
|
Property | Description |
---|
organisationId | Organisation id |
stockEntryId | StockEntry id |
rowVersion | Row version is used for concurrency check. |
actionName | Available actionName values: {"confirm", "cancelConfirmation"} |
Request parameters:
- long organisationId - Organisation id
- long stockEntryId - StockEntry id
- string rowVersion - Row version is used for concurrency check.
- string actionName - Available actionName values: {"confirm", "cancelConfirmation"}
Request parameters:
- Int64 organisationId - Organisation id
- Int64 stockEntryId - StockEntry id
- String rowVersion - Row version is used for concurrency check.
- String actionName - Available actionName values: {"confirm", "cancelConfirmation"}
Request parameters:
- Long organisationId - Organisation id
- Long stockEntryId - StockEntry id
- String rowVersion - Row version is used for concurrency check.
- String actionName - Available actionName values: {"confirm", "cancelConfirmation"}
Response
Property | Description |
---|
Version | |
Content | |
StatusCode | |
ReasonPhrase | |
Headers | |
RequestMessage | |
IsSuccessStatusCode | |
This method returns result of type 'HttpResponseMessage'.
This method returns result of type 'HttpResponseMessage'.
This method returns result of type 'HttpResponseMessage'.