POST api/Inventory/Transaction
Request Information
URI Parameters
None.
Body Parameters
StockTransactionViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Method | string |
None. |
|
| DestinationWarehouseId | integer |
None. |
|
| TransactionDetails | Collection of StockTransactionDetailViewModel |
None. |
|
| Details | Collection of StockTransactionDetail |
None. |
|
| Id | integer |
None. |
|
| ControlNumber | string |
None. |
|
| NumberOfProducts | integer |
None. |
|
| Reference | string |
None. |
|
| TransactionTypeId | integer |
None. |
|
| StatusId | integer |
None. |
|
| Origin | string |
None. |
|
| DateCreated | date |
None. |
|
| DateModified | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedBy | string |
None. |
|
| Deleted | boolean |
None. |
|
| StockStatu | StockStatu |
None. |
|
| StockTransactionType | StockTransactionType |
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.