MoveStockBalance.AddPartLocationRows
Type
Performs a part location movement.
Properties
| Name | Type | Summary | Introduced in | 
|---|---|---|---|
| Key | PartLocationInfoKey | The key of the part location to move to. The property PartLocationInfoKey.ProductRecordId is obsolete for this command and will be ignored. 
 | |
| Name | String | The name of the part location to create. 
 | |
| Amount | Decimal | The amount to move. 
 | |
| Comment | SetComment | A comment for the resulting stock transaction log. | 
Example
{
  "Key": null,
  "Name": null,
  "Amount": 0.0,
  "Comment": null
}