You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

create/update tax profile: TAX Classification Code on customer site level through REST API

edited Dec 31, 2020 9:47AM in Receivables & Collections 11 comments

Summary

create/update tax profile: TAX Classification Code on customer site level

Content

We have an interface to Oracle Cloud Applications that create and update our customers.

On customer site level we want to be able to create or update the field Tax Classification Code.

For which we tried using REST API: /fscmRestApi/resources/11.13.18.05/partyTaxProfiles/{PartyTaxProfileID}

The following payload is required for this.

{
"PartyName" :
"PartySiteNumber" :
"PartyTypeCode" :
"DefaultRegistrationFlag" :
"RegistrationStatusCode" :
"RegistrationSourceCode" :
"RoundingLevelCode" :
"InclusiveTaxFlag" :
"CountryCode" :
"PartyCountryCode" : ,
"TaxRegimeCode" :
"Tax" :
"TaxJurisdictionCode" :
"RegistrationTypeCode" :
"RegistrationNumber" :
"EffectiveFrom" : "
}

As this didn't include the required field I have added the   "TaxClassificationCode":.

Problem is that it doesn't update the field  "TaxClassificationCode" when I send a patch request. So I tried updating the "RoundingLevelCode" on site level, same result. 

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!