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
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"
}
'Was this page helpful?