GuideLab API

Sync an invoice to Fatture in Cloud

Enqueue a single invoice for export to Fatture in Cloud. The provider assigns the fiscal number inside the configured numeration.

POST
/integrations/fatture-in-cloud/sync-invoice

Enqueue a single invoice for export to Fatture in Cloud. The provider assigns the fiscal number inside the configured numeration.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X POST "https://example.com/integrations/fatture-in-cloud/sync-invoice"
{  "success": true,  "syncStatus": "string"}
Empty