cURL
curl --request POST \ --url https://{host}/cleemy-procurement/api/purchases/{id}/closing \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "comment": "<string>", "date": "2023-12-25" }'
Close a purchase
API key. Value must be formatted like so: lucca application={api_key}.
lucca application={api_key}
ID of the purchase.
OK
Was this page helpful?