Hello everyone.
I want to register an arbitrary TaxDate in the Web service ManagePurchaseOrderIn.
I found corresponding item in the Web service, but It does not work.
Is it possible to register any TaxDate?
Here is part of example I tried.
----------------------------------------------------------------
<ItemTaxCalculation actionCode="01">
<TaxationCharacteristicsCode listID="JP">010</TaxationCharacteristicsCode>
<ItemTaxationTerms actionCode="01">
<TaxDate>2019-01-09</TaxDate>
</ItemTaxationTerms>
</ItemTaxCalculation>
----------------------------------------------------------------
To change taxCode was succesful.
I tried actioncode ="02" but result was same.
Best Regards,