Skip to Content
0
May 24, 2023 at 07:13 AM

Registration the TaxDate with the Web service ManagePurchaseOrderIn

60 Views Last edit Aug 31, 2023 at 07:58 AM 5 rev

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,