POST api/Inventory/Validate
Request Information
URI Parameters
None.
Body Parameters
StockModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Method | string |
None. |
|
| Id | integer |
None. |
|
| ProductId | integer |
None. |
|
| WarehouseId | integer |
None. |
|
| Cost | decimal number |
None. |
|
| BeginningBalance | integer |
None. |
|
| Quantity | integer |
None. |
|
| Critical | integer |
None. |
|
| TotalProduced | integer |
None. |
|
| DateCreated | date |
None. |
|
| DateModified | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedBy | string |
None. |
|
| ForReplenish | boolean |
None. |
|
| Deleted | boolean |
None. |
|
| product | product |
None. |
|
| Warehouse | Warehouse |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfVibeAPIResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | VibeAPIResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.