Create AP Invoice using REST API | How to create invoice using API in oracle fusion | OIC tutorial

preview_player
Показать описание
Hi All,
In this video we are going to learn how to create AP invoices using REST API.
How to create request payload to create AP invoice?

REST API to create AP Invoice:

Request payload to create AP invoice using REST API:
{
"InvoiceNumber": "XX INV Test 002",
"InvoiceCurrency": "USD",
"InvoiceAmount": 6000,
"InvoiceDate": "2023-03-08",
"BusinessUnit": "Test Business Unit",
"Supplier": "Test Supplier",
"SupplierSite": "Test Supplier Site",
"InvoiceGroup": "",
"Description": "This is demo invoice",
"invoiceLines":
[
{
"LineNumber": 1,
"LineAmount": 2000,
"AccountingDate": "2023-03-08",
"DistributionCombination": "101.101.000.51100.210.000"
},
{
"LineNumber": 2,
"LineAmount": 2000,
"AccountingDate": "2023-03-08",
"DistributionCombination": "101.101.000.51100.210.000"
}
]
}

Join for more update:
WhatsApp:
Telegram:

#oic #OICintegration #integration #oraclecloud #oracleintegration #oracle #oracleoic #oralceintegrationcloud #lookup #lookupinoic #stagefile
#foxoic #foxOracleAppsSolutions #oictutorials #bireport
Рекомендации по теме
Комментарии
Автор

Super Video, Thank you sir for the great explanation, keep uploading more videos

TeAmu
Автор

Do you have a video on "How to create invoice using API in oracle fusion with Invoice Line Context Sensitive DFF. (Details)

gerardocarrillo
Автор

On hitting the API I am getting this error "URL request parameter "InvoiceDate" cannot be used in this context". Please can you help me with a solution to fix this. Thanks.

fmgitlr
Автор

i am getting error unable to Parse in Postman in webversion

venkateswaransubramanian