If invoice validation status can be checked immediately after REST validateInvoice API gets response
Summary:
The ERP response for API "/fscmRestApi/resources/11.13.18.05/invoices/action/validateInvoice" just takes info like this without validation status:
{
"result": "The current action Validate Invoice has completed successfully."
}
I need to call "get an invoice" API to check the validation status of the invoice.
I would like to know if the message above indicates that "ValidationStatus" has been populated or it just receipt confirmation of the request then validation need to be done asynchronously and no one knows how long it will be.
The right side window is outcome of GET https://<my_server_name>/fscmRestApi/resources/11.13.18.05/invoices?q=InvoiceNumber=<my_po_number>&totalResults=true&expand=all&onlyData=true