Hello May I know how can I make sale invoice posted? I try to use following api to make our sale invoice post, but get error, may anyone help:
get error:
"message": "The number of keys specified in the URI does not match number of key properties for the resource 'NAV.Sales_Invoices'."
And I also try:
https://foxitpdf.financials.dynamics.com:7048/MS/ODataV4/Company('Foxit%20Software%20Incorporated')/Sales_Invoices(Document_Type='Invoice',No='UI003085')/Microsoft.NAV.Post
get error:
{
"error": {
"code": "BadRequest_NotFound",
"message": "No HTTP resource was found that matches the request URI 'foxitpdf.financials.dynamics.com/.../Microsoft.NAV.Post;aid=FIN'."
}
}