Below you will find functions for updating purchases as well as retrieving information from them.
Please note! All input data strings should be coded in accordance with ISO-8859-1
| This function is used to... | |
|---|---|
| updateGoodsQty | change the quantity of a specific item in a passive invoice. |
| updateChargeAmount | change the amount of a fee in a passive invoice. |
| updateOrderno | change the order number in a purchase. |
| invoiceAddress | retrieve the address from a purchase. |
| invoiceAmount | retrieve the total amount of a purchase. |
| invoicePartAmount | retrieve the amount of specific goods from a purchase. |

Other functions