Skip to content

Commit

Permalink
feat(swagger): upgrade the api
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcoll committed Aug 28, 2024
1 parent 09e5a79 commit 234395c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/hiit-consulting-fr/ipaidthat-proxy)

Java client to access iPaidThat Api

## Documentation

La documentation de l'API est disponible sur le site [iPaidThat](https://ipaidthat.io/inv/api/v3/redoc/)
18 changes: 13 additions & 5 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -865,8 +865,8 @@ definitions:
type: integer
readOnly: true
payment_delay:
title: Retard de paiement
description: Définira automatiquement la date d'échéance x jours après la date de la facture. Une valeur de 0 ne fixera pas automatiquement la date d'échéance.
title: Échéance manuelle
description: Calcul de la date d'échéance en nombre de jours après l'émission de la facture. Laissez ce champs à 0 pour privilégier la méthode de calcul automatique définit dans le profil de facturation.
type: integer
maximum: 65535
minimum: 0
Expand All @@ -892,9 +892,11 @@ definitions:
type: string
enum:
- invoice
- credit
- quote
- order
- credit
- delivery
- proforma
- other
title:
title: Titre
Expand Down Expand Up @@ -933,11 +935,11 @@ definitions:
type: string
maxLength: 30
sender:
title: Paramètres
title: Profil
type: integer
x-nullable: true
customer:
title: Clients
title: Client
type: integer
x-nullable: true
draft:
Expand All @@ -954,8 +956,14 @@ definitions:
enum:
- draft
- updating
- validated
- not paid
- partially paid
- past due
- paid
- canceled
- accepted
- rejected
paid:
title: Paid
type: boolean
Expand Down

0 comments on commit 234395c

Please sign in to comment.