Operation Id:
wms/stocksdocuments/documents/post [Official Documentaction]
Methods
- type 'pz'|'pw'|'px'|'rx'|'rw'|'mm'
- stockId Integer
- stockDocumentNumber String
- stockSourceId Integer
- note String
- productsInPreorder 'y'|'n'
- delivererId Integer
- wnt 'national_VAT_invoice'|'other_purchase_document'|'invoice_without_VAT'|'imports_from_outside_the_EU'
- saleDocumentCreationDate String
- deliveryOnTheWayPlannedDeliveryDate String
- confirmed 'open'|'on_the_way'
- currencyForPurchasePrice String
- priceType 'brutto'|'netto'
- queueType 'fifo'|'lifo'
Examples
This function retrieves WMS stock documents of type "pz" for stock ID 1.
const result = await idosellRequest.postWmsStocksdocumentsDocuments
.type("pz")
.stockId(1)
.exec()