Update Account Address Trough REST api, Failing With Error 404 Not Found
(Doc ID 2542166.1)
Last updated on DECEMBER 22, 2020
Applies to:
Oracle Fusion Sales Cloud Service - Version 11.13.19.01.0 and laterInformation in this document applies to any platform.
Goal
Trying to run a simple PATCH on account, to update the Address of the Account, with Web Service Payload for REST, the Response is : Error 404 Not Found
The Payload used:
{
"OrganizationName": "XXXXXX",
"Type": "ZCA_PROSPECT",
"PrimaryAddress": [{
"AddressLine1": "500 xxx xxx",
"City": "xxx",
"State": "XX",
"Country": "US"
}]
}
PATCH operation was used, for the REST API: https://(pod url)/crmRestApi/resources/latest/accounts/{Party ID of the account}
The user did the same operation in older version and the response was successful 200 Ok.
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 |
References |