PUT Method Operation Of REST API For Address Is Giving “500 Internal Server Error”
(Doc ID 2436104.1)
Last updated on DECEMBER 22, 2020
Applies to:
Oracle Fusion Sales Cloud Service - Version 11.13.18.02.0 and laterInformation in this document applies to any platform.
Goal
Customer is using REST API of oracle sales cloud inside another application Oracle Data Integrator(ODI) for CRUD operations.
Customer is getting an error for Address object.
URL used: https://<host>:443/crmRestApi/resources/latest/contacts/26057/child/Address/31001
Input request :
{
"Address1" : "St No 1467",
"AddressType" : "SHIP_TO",
"Country" : "IE"
}
Output Error : 500 Internal Server Error.
We tried with below input request as well.
{
"Address1" : "St No 1467",
"AddressType" : "SHIP_TO",
"Country" : "IE",
"AddressPurpose": [
{
"AddressPurposeId": 300000001948558,
"Purpose": "SHIP_TO"
}
]
}
This is also resulting in the same error.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |