Error in Creating Invoice
Can anyone explain what this error message means ?
POST: https://<HOST>/fscmRestApi/resources/11.13.18.05/invoices
CREATE AP Invoice JSON Payload is below:
{
"InvoiceNumber": "Test_Invoice_4",
"InvoiceCurrency": "USD",
"InvoiceAmount": 120,
"InvoiceDate": "2023-08-28",
"BusinessUnit": "Encore US BU",
"Supplier": "APOLLO DESIGN TECHNOLOGY INC",
"SupplierSite": "FORT WAYNE3",
"InvoiceGroup": "8959",
"Description": "TEST Invoice",
"invoiceLines": [
{
"LineNumber": 1,
"LineAmount": 84,
"LineType": "Miscellaneous",
"Quantity" : 6,
"Description" : "Metal Gobo - Standard",
"DistributionCombination": "01.1844.450.61110800.0000.0000.0000"
}
]
}
Response:
You can provide matching information such as purchase order, receipt, and consumption advice only for item line type. (AP-811007)