Set the VAT regime of a mandate.
The VAT regime determines the data transmission periodicity:
real_normal_monthly: Régime réel normal mensuelreal_normal_quarterly: Régime réel normal trimestrielsimplified: Régime simplifié d'impositionfranchise: Franchise en base de TVA
Security
APIKeyHeader
- Dev serverhttps://pdp.seqino.dev/api/settings/periodicity/{mandate_id}
- Production serverhttps://pa.seqino.com/api/settings/periodicity/{mandate_id}
curl -i -X PUT \
'https://pdp.seqino.dev/api/settings/periodicity/{mandate_id}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-H 'X-PDP-Client-Id: client_abc123' \
-d '{
"vat_regime": "real_normal_monthly"
}'Periodicity settings saved successfully
VAT regime of the mandated company. Determines data transmission periodicity.
Enum:"real_normal_monthly""real_normal_quarterly""simplified""franchise"
Frequency for transaction data, imposed by the VAT regime
Enum:"monthly""decade""bimonthly"
Response
{ "mandate_id": "string", "vat_regime": "real_normal_monthly", "transaction_periodicity": "monthly", "payment_periodicity": "monthly" }