Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Marks the accounting entry as paid.
cURL
curl --request PATCH \ --url https://api.folkyn.com/api/v1/accounting/entries/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "paid" } '
{ "data": { "entry": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "activity_report_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "amount_excl_vat": 123, "vat_amount": 123, "amount_incl_vat": 123, "invoice_number": "<string>", "file_name": "<string>", "freelancer": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "first_name": "<string>", "last_name": "<string>", "email": "<string>", "external_id": "<string>", "siren": "<string>", "referent": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "first_name": "<string>", "last_name": "<string>", "email": "<string>" } }, "paid_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" } } }
Use Authorization: Bearer <your_api_key>
Authorization: Bearer <your_api_key>
Must be paid (only marking as paid is supported via this API).
paid
Success
Show child attributes