POST/cpro/transverses/v1/recuperer/motifs/exonerationtva

VAT exemption reasons

Retrieve the list of VAT exemption reasons.

Multiple Authentication Required

ALL REQUIRED

This endpoint requires all of the following authentication methods:

Bearer Token

OAuth2 Bearer token

Custom Header

Chorus Pro account credentials

Required Header

cpro-account: base64(login:password)
How to authenticate

Include your Bearer token in the Authorization header:

Authorization: Bearer YOUR_API_TOKEN

You can obtain your API token from your account dashboard.

How to authenticate

Include the custom header in your request:

cpro-account: base64(login:password)

Body Parameters

ParameterRequiredDescription
codeLangue
Type: string
RequiredLanguage code (e.g., fr, en).

Example Request Body

{
  "codeLangue": "fr"
}

Responses

Loading...