ReceiptWo

Allow to create Receipt document for Work order

NOTE: This create a normal Receipt document, but has many additional functionality as Price calculation with Cost calculation, create all related journal entries and lot of more.

Read Document: Use Receipt object

 

POST

ReceiptLines

 

 

 

Example:

odata4/v1/receipt

{
"Transaction":"receiptwo",
"Remarks":"",
"DocumentLines":
    [
       {"Base_DocEntry":642,"Base_LineNumber":10,"Base_LineNumber2":0,"ItemCode":"7002000-726","IVersionId":"","Quantity":3,"WhsCode":"Mc","BinCode":""}
    ]
}