API Reference : BonsAPayer

Description

Principales informations concernant les bons à payer des factures d’achat
L’application Power Automate Bons à payer exploite cette ressource, voir : Exemples / Bon à payer.

Propriétés

Propriété Type Description Longueur
id string Id  
date datetime Date du bon à payer  
statut
  • A valider
  • Non conforme
  • Conforme
  • En attente
  • Bon à payer
Statut du bon à payer  
commentaire string Commentaire 255
retourFournisseur boolean Retour fournisseur (eFacture)Plus d'infos  
dateModification datetime Date de modification  
dateCreation datetime Date de création  

Relations

Navigation Destination Cardinalité $expand
ecritures ecritures 1..1 Oui
collaborateurs collaborateurs 1..1 Oui

Principales routes

Verbe Power Automate Power Apps
Liste des Bons à payer BonsAPayerGetByDATASETID
Bon à payer par son Id BonsAPayerGetByIdAndDATASETID
Ecriture comptable du bon à payer BonsAPayerGetEcritureByKeyAndDATASETID
Collaborateur du bon à payer BonsAPayerGetCollaborateurByKeyAndDATASETID

Routes de modification du statut

Les routes suivantes permettent de modifier le statut et optionnellement le commentaire du bon à payer.
Pour chaque route les propriétés suivantes seront à affecter dans le corps de la requête :

Propriété Type Description Longueur
upn string Adresse upn du collaborateur 69
commentaire string Commentaire du bon à payer 255
Verbe Power Automate Power Apps
Rejeter le bon à payer (statut non conforme) BonsAPayerRejeterByDatasetidAndID
Accepter le bon à payer (statut conforme) BonsAPayerAccepterByDatasetidAndID
Bloquer le bon à payer (statut en attente) BonsAPayerBloquerByDatasetidAndID
Payer le bon à payer (statut bon à payer) BonsAPayerPayerByDatasetidAndID

Informations