POST api/StockLedgers
Request Information
URI Parameters
None.
Body Parameters
StockLedgerDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Type | StockMovementTypeDto |
Required |
|
| CreationDate | date |
None. |
|
| Amount | integer |
Required |
|
| SkuId | globally unique identifier |
Required |
|
| Sku | SkuDto |
None. |
|
| CurrentLocation | string |
None. |
|
| OldLocation | string |
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
None.