cancel
Showing results for 
Search instead for 
Did you mean: 

Add dincount in Customer Invoice Repuest by Web service API

reo00
Explorer
0 Kudos

Hi all

Now I'm createing Customer Invoice Request with Web service API.

Then I have ploblem about discount.

I could add Product Discount and Quality Loss Fee, but Overall Discount and Restocking Fee are not yet.

Please tell me, if you know how to add Overall Discount and Restocking Fee in Customer Invoice Request.

Service name : ManageCustomerInvoiceRequestIn

↓I tried this XML in PriceAndTax node, but not successed ↓

<PriceComponent>

  <TypeCode>0007</TypeCode>

  <Rate>

    <DecimalValue>7</DecimalValue>

  </Rate>

</PriceComponent>

<PriceComponent>

  <TypeCode>7PRB</TypeCode>

  <Rate>

    <DecimalValue>1234</DecimalValue>

    <CurrencyCode>JPY</CurrencyCode>

  </Rate>

</PriceComponent>

Regards.

View Entire Topic
KathrinD
Advisor
Advisor
0 Kudos

Hello Juan,

yes this still applies. The update of header level price components such as discounts is not possible via the webservice ManageCustomerInvoiceRequestIn because the header level tag

<PriceAndTaxCalculation>

</PriceAndTaxCalculation>

is not available in the Customer invoice WSDL and it is therefore not supported as of now.

Best regards,

Kathrin