Create/Update Tax Classification Using REST API At Customer Site Level - Error: The value provided for the partyId attribute is invalid. (ZX-885076)
(Doc ID 2911529.1)
Last updated on DECEMBER 05, 2022
Applies to:
Oracle Fusion Receivables Cloud Service - Version 11.13.22.07.0 and laterOracle Fusion Tax Cloud Service - Version 11.13.22.07.0 and later
Information in this document applies to any platform.
Symptoms
On : 11.13.22.07.0 version, Webservice / REST API
User is trying to create fiscal classification code at customer site level using thirdPartySiteFiscalClassifications API.
This is successfully working when the request payload PartyNumber and PartySiteNumber match.
If they differ then an error message of "The value provided for the partyId attribute is invalid. (ZX-885076)" is returned.
ERROR
-----------------------
The value provided for the partyId attribute is invalid. (ZX-885076)
STEPS
-----------------------
URL (POST):
/fscmRestApi/resources/11.13.18.05/thirdPartySiteFiscalClassifications/
Request:
{
"PartyNumber": "1111",
"PartySiteNumber" : "21111",
"ClassTypeCode": "CHARGE",
"ClassCode": "YES",
"StartDateActive": "2000-01-01"
}
Response:
The value provided for the partyId attribute is invalid. (ZX-885076)
Changes
Cause
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
Symptoms |
Changes |
Cause |
Solution |
References |