I’m using version 2024 R2:
In Postman I’m trying to create a simple bill that looks like:
URL: https://***/entity/Default/24.200.001/bill with body:
{
"Type": {
"value": "Bill"
},
"Vendor": {
"value": "MIC001"
},
"VendorRef": {
"value": "12FF"
},
"Amount": {
"value": 100.00
}
}
I do get a 200 OK response but the amount is zero, I’ve tried entering more fields but the results are the same. What am I doing wrong?
Best answer by Dmitrii Naumov
Hi @muller61 ,
You cannot directly set the Bill amount. You need to specify the bill details and the sum of the details will be set as the bill amount.