API to add multiple tax registration IDS at detail level
Summary:
In Oracle fusion, I need a API to add multiple tax registration IDs to a supplier.
Note: I am able to add tax registration ID at header level using below API:
/fscmRestApi/resources/11.13.18.05/partyTaxProfiles
Payload sample:
{ "PartyTypeCode": "THIRD_PARTY",
"PartyName": "Vapor Inc GB 5",
"PartyNumber": "668036",
"TaxRegimeCode": "RH_UK_VAT",
"RegistrationNumber": "GBGD032",
"RegistrationTypeCode": "VAT",
"CountryCode": "UK" }
But when I used the same API to add 2nd tax registration ID (with the intention to add it at supplier detail level) . I got error —> A tax profile already exists for this party. (ZX-885554)
Tagged:
0