POST
/cpro/factures/v1/rechercher/fournisseurList invoices
Returns a list of invoices for the supplier. Results are paginated.
Multiple Authentication Required
ALL REQUIREDThis 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_TOKENYou 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
| Parameter | Required | Description |
|---|---|---|
typeFacture Type: string | Required | Type of invoice (FACTURE, AVOIR). |
rechercheFactureParFournisseur.nbResultatsParPage Type: number | Optional | Number of results per page. |
Example Request Body
{
"typeFacture": "FACTURE",
"rechercheFactureParFournisseur": {
"nbResultatsParPage": 9999999999
}
}Responses
Loading...
Loading code panel...
Loading...