Hi,
I’m trying to find if it is possible to access the purchase order information through the API, for both list and editing, like it is for Sales Orders.
Best,
Renan Cidale
Hi,
I’m trying to find if it is possible to access the purchase order information through the API, for both list and editing, like it is for Sales Orders.
Best,
Renan Cidale
Beste Antwort von Anonymous
Hi
For editing, you can use this:
curl --location 'https://xxxxxxx.xentral.biz/api/BestellungEdit' \
--header 'Content-Type: application/xml' \
--header 'Authorization: Bearer 44|xxxxxxx' \
--data '<xml>
<id>3</id>
<datum>2023-03-08</datum>
</xml>'
However, we don’t have an endpoint for `List`
Sie haben bereits einen Account? Anmelden
Sie haben noch keinen Account? Benutzerkonto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.