create/update tax profile: TAX Classification Code on customer site level through REST API
Summary
create/update tax profile: TAX Classification Code on customer site levelContent
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.