How to pass previous transaction id while creating a credit memo using rest api
I need to create a standard invoice using API where I can pass the previous transaction ID and set the tax amount to 0. I have tried using webservice but it takes the tax amount by default. I need to take only line amount and set the tax amount as 0.
0