POST
/
cleemy-procurement
/
api
/
purchases
/
{id}
/
closing
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"
}'

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

Path Parameters

id
integer
required

ID of the purchase.

Body

application/json

Response

200

OK