Skip to main content

CreateStockMovementDto

materialIdstringrequired
movementTypestringrequired

Possible values: [INBOUND, OUTBOUND, TRANSFER, ADJUSTMENT]

quantitynumberrequired
unitPricenumber
fromLocationIdstring
fromLocationTypestring
fromLocationNamestring
toLocationIdstring
toLocationTypestring
toLocationNamestring
referencestring
notesstring
CreateStockMovementDto
{
"materialId": "string",
"movementType": "INBOUND",
"quantity": 0,
"unitPrice": 0,
"fromLocationId": "string",
"fromLocationType": "string",
"fromLocationName": "string",
"toLocationId": "string",
"toLocationType": "string",
"toLocationName": "string",
"reference": "string",
"notes": "string"
}