INVOICES v1.0
GET api/v1.0/{tenant}/clients/{idclient}/invoices?numero={numero}&nbParPage={nbParPage}&numPage={numPage}
Get the invoices list of a client
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idclient |
Client id |
integer |
Required |
| numero |
Numéro de facture |
string |
None. |
| nbParPage |
Nombre de résultat par page |
integer |
None. |
| numPage |
Numéro de la page en cours |
integer |
None. |
| version |
The requested API version |
string |
Required Default value is 1.0 |
| tenant | string |
None. |
Body Parameters
None.
Response Information
Resource Description
The searched invoices
APIReturnListModelOfIEnumerableOfInvoiceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| meta | Meta |
None. |
|
| data | Collection of InvoiceModel |
None. |
|
| state |
Etat de la réponse |
string |
None. |
| operation |
Type de la réponse |
string |
None. |
| result |
Résultat de la réponse |
Result |
None. |
| link |
Url du lien |
string |
None. |
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.