Create Reavulation Document
The system checka if the price has changed. If not, it does not create the line for the Revaluation
If no line was created, the system returns OK with DocEntry=0
You need to define the WhsCode only if CompanyDetails - Manage item Cost per Warehouse is activated.
POST MaterialRevaluation
{"Comments":"test"
"Reference2":"Test2",
"Lines":[
{"ItemCode":"FP",
"Price":225.23,
"WhsCode":"01"}
]
}