Hello all,
I am trying to Reverse an invoice and apply credit memo via the API. I have extended the endpoint and added the action ReverseInvoiceAndApplyToMemo. I am not sure where to find the correct payload to pass to it. If I pass the below I get “ "The Reverse and Apply to Memo button is disabled."
Does anyone know or where do I find the correct payload to send?
Thank you
{
"Entity": {
"RefNbr":{"value":"AR000003"}
}
}