Aller au contenu principal

StoreStockMovementRequest

kindstringrequired

Possible values: [rental, sale, consumption, donation, loss, transfer, restock, return, adjustment]

statusstring | nullnullable

Possible values: [draft, ongoing, overdue, finished, canceled]

counterparty_typestring | nullnullable

Possible values: <= 255 characters

counterparty_idinteger | nullnullable
renter_idinteger | nullnullable
destination_warehouse_idinteger | nullnullable
source_warehouse_idinteger | nullnullable
expected_return_atstring,null<date-time>nullable
notestring | nullnullable
assignee_idsinteger[]nullable
lines object[]required

Possible values: >= 1

  • Array [
  • item_idintegerrequired
    quantityinteger | nullnullable

    Possible values: >= 1

    item_variant_idinteger | nullnullable
    condition_at_exitstring | nullnullable
    notestring | nullnullable
  • ]
  • StoreStockMovementRequest
    {
    "kind": "rental",
    "status": "draft",
    "counterparty_type": "string",
    "counterparty_id": 0,
    "renter_id": 0,
    "destination_warehouse_id": 0,
    "source_warehouse_id": 0,
    "expected_return_at": "2024-07-29T15:51:28.071Z",
    "note": "string",
    "assignee_ids": "Unknown Type: array,null",
    "lines": [
    {
    "item_id": 0,
    "quantity": 0,
    "item_variant_id": 0,
    "condition_at_exit": "string",
    "note": "string"
    }
    ]
    }