POSTMAN create Payment through REST API for a Payables Invoice ERROR: Unable to parse the provided.
Summary:
POSTMAN create Payment through REST API for a Payables Invoice ERROR: Unable to parse the provided.
Need assistance identifying the bad syntax.
We receive the following error:
Error: 400 Bad Request
The Request cannot be fulfilled due to bad syntax.
Content (please ensure you mask any confidential information):
Header
-----------------
Content-Type: application/vnd.oracle.adf.resourceitem+json
Authorization
------------------
Basic Authorization: entered username and password
Body: raw > JSON
------------------
{
"PaymentNumber": xxxxxx,
"PaymentDate": "xxxx-xx-xx",
"PaymentDescription": null,
"PaymentType": "xxxxxxxxxx",
"PaymentCurrency": "USD",
"BusinessUnit": "xxxx",
"Payee": "xxxxxxxxxxxxxx",
"PayeeSite": "xxxxx",
"DisbursementBankAccountName": "xxxxxxxxxxxxxxx",
"PaymentMethod": "xxxxxxxxxxxxx",
"PaymentProcessProfile": "xxxxxxxxxxxxxxxx",
"PaymentDocument": "xxxxxxxxxxxxxx",
"relatedInvoices": [
{
"InvoiceNumber": "xxxxxxxxxxxxx",
"InstallmentNumber": 1,
"AmountPaidPaymentCurrency": xx,****
}
]
}
Version (include the version you are using, if applicable):