1. 4.2 - Supplier Invoice (Facture Fournisseur)
ERPConnector
ERPConnector - Public doc
  • ERPConnector - Public doc
  • 1 - Informations générales
    • 1.1 - Survol
    • 1.2 - CodeLicence, Company, CléSecrete
    • 1.3 - Authentification
    • 1.4 - Versions de l'API
      • GetBasicApiInfo
    • 1.5 - Header + Query Param
      • Header - COMPANY_CODE
      • Header - RETURN_FULL_PAYLOAD
      • PUT vs POST
      • Query - $select
      • Pagination dans l'API
  • 2 - Accounting (GL)
    • 2.1 - GL Account
      • GL Account
    • 2.2 - GL Project
      • GLProject
      • GLProjectBalance
      • Create GLProjet
    • 2.3 - GL Journal Entry
      • GL Journal Entry
      • GL Journal Entry (Sage50)
  • 3 - Account Receivable (Customers)
    • 3.1 - Customer (client)
      • Customer
      • Create customer
      • Modify Customer
    • 3.2 - Customer Group
      • CustomerGroup
    • 3.3 - Customer Order (Commandes cliente)
      • CustomerOrder
      • CustomerOrder
      • CustomerOrder
    • 3.4 - Customer Invoice (Facture client)
      • CustomerInvoices
      • Create CustomerInvoice
      • Create CustomerInvoice (AR Invoice)
    • 3.5 - SalesRep (Vendeurs)
      • SalesRep
    • 3.6 - Territory (Territoires)
      • Territory
    • 3.7 - PaymentMode (Mode de paiement)
      • CustomerPaymentMode
    • 3.8 - Customer Project
      • Project
    • 3.9 - Customer Bid (Soumission cliente)
      • Get CustomerBid
      • Create CustomerBid
    • 3.10 - Customer Invoice Payment (Règlement facture cliente)
      • Get CustomerInvoicePayment
      • Create CustomerInvoicePayment (Acomba)
    • 3.11 - Customer Service Contract (Contrat de service)
      • Get CustomerInvoicePayment Copy
    • 3.12 - CustomerARInvoices (Transaction GL Cliente)
      • Extract InvoiceAR
      • Create CustomerInvoice (AR Invoice) Copy
  • 4 - Account Payable (Compte Payable/fournisseur)
    • 4.1 - Supplier (Fournisseur)
      • Supplier
      • Create Supplier
      • Modify Supplier
    • 4.2 - Supplier Invoice (Facture Fournisseur)
      • SupplierInvoice
        GET
      • Supplier Invoice
        POST
    • 4.3 - Supplier Order (Achat fournisseur)
      • SupplierOrder
      • Create SupplierOrder
    • 4.4 - Supplier Invoice Payment (Paiement Fournisseur)
      • SupplierInvoicePayment
      • SupplierInvoicePayment (Avantage)
    • 4.5 - Product Supplier (Produit-Fournisseur)
      • Get Supplier Products
      • Create SupplierProduct
      • Modify SupplierProduct
    • 4.6 - SupplierOrderReceipt (Réception Achat)
      • SupplierOrderReceipt (Réception Acomba)
  • 5 - Inventory (Produits)
    • 5.1 - Product (Produit)
      • Product - Get METADATA information
      • Product
      • Product Creation
      • Product Modif
    • 5.2 - ProductGroup (Groupe de produit)
      • ProductGroup
    • 5.3 - Product Trail
      • ProductTrail
      • Create ProductTrail
    • 5.4 - Product Serial
      • Get - Product Serial (Acomba)
  • 6 - HR (Ressource Humaine)
    • 6.1 - Employee
      • Employee
    • 6.2 - Employee Payroll
      • Employee Payroll
  • 7 - ERPConnectorTask (Direct)
    • GET SupplierOrder (achat) ErpConnectorTask
    • Extract Customer
    • Extract Customer
    • GET Supplier - ErpConnectorTask
  • 8 - Miscellaneous
    • 8.1 - Taxes
      • Tax
      • TaxGroup
    • 8.2 - Company Info
      • CompanyInfo
    • 8.3 WorkOrder (Servicentre / Servex)
      • 8.3.1 WorkOrder Sub Entities (Servex)
        • Get WorkOrderStatus (Servex)
        • Get WorkOrderTechnician (Servex)
        • Get WorkOrderDispatcher (Servex)
      • Get WorkOrder
      • Post WorkOrder (Servex)
    • 8.4 Equipment (Servicentre)
      • Get Equipment
    • 8.5 Activity (Avantage)
      • Get Activity
    • 8.6 FinancialTransaction (QBO)
      • Read FinancialTransaction (QBO - BankDeposit)
      • Create FinancialTransaction (QBO - BankDeposit)
  • 99 - System
    • Quickbooks Online
      • QuickBooks - GetRefreshQBOAccessTokens
      • QuickBooks - Get QBO GetQBOConnexionInfo
      • QuickBooks - Auth - ConnectToQBORedirect
      • QuickBooks - ExecuteRawSQL
    • Relational Database
      • Relational Db - ExecuteRawSQL
    • Acomba
      • Test ERP Connection
  1. 4.2 - Supplier Invoice (Facture Fournisseur)

Supplier Invoice

POST
https://{{OnlineERP_URL}}/Entity/SupplierInvoice

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Body Params application/json

Examples

Responses

🟢200
application/json
Bodyapplication/json

⚪0
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff 'https://gateway.erpconnector.ca/api/Entity/SupplierInvoice' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{ 
    "DateFacture": "2024-04-05", 
    "TypeDoc": "FACTURESFOURNISSEURS",
    
    "NoProjet":"NumeroDeProjet", //numéro de projet, quand cela est applicable,  au niveau de l'\''entete de la facture fournisseur
    
    "Description": "test1",

    /*Numéro de la facture-fournisseur.  Dans la plupart des ERP [Acomba et Avantage],  il s'\''agira d'\''une clé unique [avec le Numéro Fournisseur, stocké sous InfoClientFacturerA.NoClient]*/
    "NoFacture": "test5",
    "Référence": null,
    "SousTotalFacture": -14.68, /*Doit correspondre à la somme des lignes enfants.*/

    /*Dans sa forme actuelle, c'\''est ici qu'\''on vera les informations du FOURNISSEUR.  sera éventuellement remplacé*/
    "InfoClientFacturerA": {
        "NoClient": "0000000BOI"
    },

    /*Ici, une liste avec les lignes de factures Fournisseurs.  Autant Acomba que Avantage requierent CompteGL et prixFinal*/
    "LigneFacture": [
        {
            "DescriptionLigne": "COMPTES A PAYER",
            "NoCompteGL": "21300",
            "PrixFinal": -16.73
        },
        {
            "DescriptionLigne": "ACHATS - MÉLAMINE TR",
            "NoCompteGL": "41200",
            "PrixFinal": 14.68
        },
        {"DescriptionLigne": "T.P.S. à réclamer",
            "NoCompteGL": "21340",
            "PrixFinal": 0.88
        },
        {"DescriptionLigne": "T.V.Q. à réclamer",
            "NoCompteGL": "21370",
            "PrixFinal": 1.17
        }
    ] 
}'
Response Response Example
{
    "NoFacture": "test3",
    "NoUniqueSystemeSource": "148",
    "TypeDoc": 18,
    "Description": "test1",
    "DateFacture": "2024-04-05T00:00:00",
    "NbLignes_DocumentOriginal": 0,
    "ListeDesTaxes": [],
    "ctrl_Update_AncienNombreLigne": 0,
    "EstActif": false,
    "EstInversee": false,
    "OptionsTaxesForcees": {
        "InfoTaxe_MontantForce_ErreurSiNonMatch": false,
        "InfoTaxe_ForcerMontantTaxes": false,
        "InfoTaxe_MontantForce_TotalVoulu": 0,
        "InfoTaxe_ListTaxesForcees": []
    },
    "InfoClientFacturerA": {
        "NoClient": "2654125",
        "FicheNomComplet": "2654125 - ",
        "FicheChampsRecherche": "2654125   ",
        "NoUniqueSystemeSource": "1",
        "EmailPrincipal_EstEtatDeCompte": false,
        "EmailPrincipal_EstEmailFacturation": false,
        "EmailPrincipal_EstPublicite": false,
        "Email2_EstEtatDeCompte": false,
        "Email2_EstEmailFacturation": false,
        "Email2_EstPublicite": false,
        "Email3_EstEtatDeCompte": false,
        "Email3_EstEmailFacturation": false,
        "Email3_EstPublicite": false,
        "Bool_ClientComptoir": false,
        "EstActif": true,
        "Fiche_DerniereModification": "1899-12-30T00:00:00",
        "MargeCredit_MontantMarge": 0,
        "PPA_Actif": false,
        "DateRefference1": "1899-12-30T00:00:00",
        "DateRefference2": "1899-12-30T00:00:00",
        "ExtendedProperties": {},
        "InfoAgeDesComptes": {
            "NbJoursCycle": 0,
            "NBCycle": 5,
            "DateReference": "2099-01-01T00:00:00",
            "DateCalcul": "1900-01-01T00:00:00",
            "MontantDu_Cycle1_Courant": 0,
            "MontantDu_Cycle2": 0,
            "MontantDu_Cycle3": 0,
            "MontantDu_Cycle4": 0,
            "MontantDu_Cycle5": 0,
            "MontantDu_Cycle6": 0,
            "MontantDu_Cycle7": 0,
            "MontantDu_Cycle8": 0,
            "MontantDu_Cycle9": 0,
            "MontantDu_Cycle10": 0,
            "MontantDu_Cycle11": 0,
            "MontantDu_Cycle12": 0,
            "MontantDu_Total": 0,
            "ListeFactureNonReglee": []
        },
        "NiveauPrixClient": 0,
        "ListeTelephonique": [],
        "Telephone_Principal": {
            "TypeTel": 0
        },
        "Telephone_Telecopieur": {
            "TypeTel": 0
        },
        "Telephone_3": {
            "TypeTel": 0
        },
        "Telephone_4": {
            "TypeTel": 0
        },
        "ListeTaxeException": [],
        "CommentairesClients": ""
    },
    "boolInfoClientFacturerA_ForcerInfoAcomba": false,
    "InfoClientLivrerA": {
        "NoClient": "2654125",
        "FicheNomComplet": "2654125 - ",
        "FicheChampsRecherche": "2654125   ",
        "NoUniqueSystemeSource": "1",
        "EmailPrincipal_EstEtatDeCompte": false,
        "EmailPrincipal_EstEmailFacturation": false,
        "EmailPrincipal_EstPublicite": false,
        "Email2_EstEtatDeCompte": false,
        "Email2_EstEmailFacturation": false,
        "Email2_EstPublicite": false,
        "Email3_EstEtatDeCompte": false,
        "Email3_EstEmailFacturation": false,
        "Email3_EstPublicite": false,
        "Bool_ClientComptoir": false,
        "EstActif": true,
        "Fiche_DerniereModification": "1899-12-30T00:00:00",
        "MargeCredit_MontantMarge": 0,
        "PPA_Actif": false,
        "DateRefference1": "1899-12-30T00:00:00",
        "DateRefference2": "1899-12-30T00:00:00",
        "ExtendedProperties": {},
        "InfoAgeDesComptes": {
            "NbJoursCycle": 0,
            "NBCycle": 5,
            "DateReference": "2099-01-01T00:00:00",
            "DateCalcul": "1900-01-01T00:00:00",
            "MontantDu_Cycle1_Courant": 0,
            "MontantDu_Cycle2": 0,
            "MontantDu_Cycle3": 0,
            "MontantDu_Cycle4": 0,
            "MontantDu_Cycle5": 0,
            "MontantDu_Cycle6": 0,
            "MontantDu_Cycle7": 0,
            "MontantDu_Cycle8": 0,
            "MontantDu_Cycle9": 0,
            "MontantDu_Cycle10": 0,
            "MontantDu_Cycle11": 0,
            "MontantDu_Cycle12": 0,
            "MontantDu_Total": 0,
            "ListeFactureNonReglee": []
        },
        "NiveauPrixClient": 0,
        "ListeTelephonique": [],
        "Telephone_Principal": {
            "TypeTel": 0
        },
        "Telephone_Telecopieur": {
            "TypeTel": 0
        },
        "Telephone_3": {
            "TypeTel": 0
        },
        "Telephone_4": {
            "TypeTel": 0
        },
        "ListeTaxeException": [],
        "CommentairesClients": ""
    },
    "boolInfoClientLivrerA_ForcerInfoAcomba": false,
    "TermeDePaiement": {
        "EscompteJour_Escompte": 0,
        "EscompteJour_NbJour": 0,
        "EscompteJour_NbJourMax": 0
    },
    "Montant_Retrait": 0,
    "Montant_ChangeRemit": 0,
    "Montant_Depot": 0,
    "TotalFacture": -16.73,
    "SousTotalFacture": -14.68,
    "FraisDeTransport": 0,
    "Montant_MonnaieRecu": 0,
    "boolUtiliserMontantMonnaieRecu": false,
    "MontantNonPaye": 0,
    "LigneFacture": [
        {
            "ListeDesTaxes": [],
            "TypeDoc": 1,
            "bool_ChercherLesPrixSelonClient": false,
            "LocalisationProduit": "",
            "DescriptionLigne": "COMPTES A PAYER",
            "NoLigneFacture": 0,
            "IndexLigneFacture": 0,
            "NoCompteGL": "2100",
            "IsAProductItem": false,
            "TypeLigne": 1,
            "QteFacture": 0,
            "QteCommande": 0,
            "PrixOrig": 0,
            "PrixFinal": -16.73,
            "PrixCoutant": 0,
            "MontantRabais": 0,
            "MontantRabais_pct": 0,
            "Montant_TotalLigne": 0,
            "Montant_SousTotalLigne": 0,
            "Montant_Unitaire_Taxe1": 0,
            "Montant_Unitaire_Taxe2": 0,
            "Montant_Unitaire_Taxe3": 0,
            "Montant_Unitaire_Taxe4": 0,
            "Montant_Unitaire_Taxe5": 0,
            "BackOrderPermit": true,
            "FicheProduit": {
                "PrixVendant_Liste0_Prix1": 0,
                "PrixVendant_Liste0_Prix2": 0,
                "PrixVendant_Liste0_Prix3": 0,
                "PrixVendant_Liste0_Prix4": 0,
                "PrixVendant_Liste0_Prix5": 0,
                "PrixCoutant_DernierCoutant": 0,
                "PrixCoutant_CoutantMoyen": 0,
                "PrixCoutant_ProchainCoutant": 0,
                "Inventaire_QteEnMain": 0,
                "Inventaire_QteEnCommande": 0,
                "Inventaire_QteEnSoumission": 0,
                "Inventaire_QteEnAchat": 0,
                "Inventaire_QteEnReparation": 0,
                "Inventaire_QteDisponible": 0,
                "Inventaire_QteReservee": 0,
                "Inventaire_QteCustom01": 0,
                "Inventaire_QteCustom02": 0,
                "Inventaire_QteCustom03": 0,
                "Inventaire_QteMininum": 0,
                "Inventaire_QteMaximum": 0,
                "ListeQteEntrepot": [],
                "EstActif": true,
                "TaxesInclusesActive": false,
                "TaxesInclusesTaux": 0,
                "ExceptionDeTaxesActives": false,
                "ExceptionDeTaxes": {
                    "LignesException": []
                },
                "IsAProductItem": false,
                "ItemProduit_StructurePrixParent": false,
                "ItemProduit_ProduitParent_EstActif": false,
                "GroupeProduit": {
                    "FicheNomComplet": " - ",
                    "ExceptionDeTaxesActives": false,
                    "EstActif": true
                },
                "NoSerie": {
                    "bool_NoSerieActif": false,
                    "bool_NoSerieObligatoire": false,
                    "bool_NoSerie_LimiterAuxExistants": false
                },
                "ListeProduitsFournisseurs": [],
                "FicheNomComplet": " - ",
                "FicheChampsRecherche": "   ",
                "ExtendedProperties": {}
            },
            "ExtendedProperties": {},
            "bool_AfficherLigneSurFacture": true,
            "ctrl_Update_AncienNoLigneFacture": 0
        },
        {
            "ListeDesTaxes": [],
            "TypeDoc": 1,
            "bool_ChercherLesPrixSelonClient": false,
            "LocalisationProduit": "",
            "DescriptionLigne": "ACHATS - MÉLAMINE TR",
            "NoLigneFacture": 0,
            "IndexLigneFacture": 0,
            "NoCompteGL": "5000",
            "IsAProductItem": false,
            "TypeLigne": 1,
            "QteFacture": 0,
            "QteCommande": 0,
            "PrixOrig": 0,
            "PrixFinal": 14.68,
            "PrixCoutant": 0,
            "MontantRabais": 0,
            "MontantRabais_pct": 0,
            "Montant_TotalLigne": 0,
            "Montant_SousTotalLigne": 0,
            "Montant_Unitaire_Taxe1": 0,
            "Montant_Unitaire_Taxe2": 0,
            "Montant_Unitaire_Taxe3": 0,
            "Montant_Unitaire_Taxe4": 0,
            "Montant_Unitaire_Taxe5": 0,
            "BackOrderPermit": true,
            "FicheProduit": {
                "PrixVendant_Liste0_Prix1": 0,
                "PrixVendant_Liste0_Prix2": 0,
                "PrixVendant_Liste0_Prix3": 0,
                "PrixVendant_Liste0_Prix4": 0,
                "PrixVendant_Liste0_Prix5": 0,
                "PrixCoutant_DernierCoutant": 0,
                "PrixCoutant_CoutantMoyen": 0,
                "PrixCoutant_ProchainCoutant": 0,
                "Inventaire_QteEnMain": 0,
                "Inventaire_QteEnCommande": 0,
                "Inventaire_QteEnSoumission": 0,
                "Inventaire_QteEnAchat": 0,
                "Inventaire_QteEnReparation": 0,
                "Inventaire_QteDisponible": 0,
                "Inventaire_QteReservee": 0,
                "Inventaire_QteCustom01": 0,
                "Inventaire_QteCustom02": 0,
                "Inventaire_QteCustom03": 0,
                "Inventaire_QteMininum": 0,
                "Inventaire_QteMaximum": 0,
                "ListeQteEntrepot": [],
                "EstActif": true,
                "TaxesInclusesActive": false,
                "TaxesInclusesTaux": 0,
                "ExceptionDeTaxesActives": false,
                "ExceptionDeTaxes": {
                    "LignesException": []
                },
                "IsAProductItem": false,
                "ItemProduit_StructurePrixParent": false,
                "ItemProduit_ProduitParent_EstActif": false,
                "GroupeProduit": {
                    "FicheNomComplet": " - ",
                    "ExceptionDeTaxesActives": false,
                    "EstActif": true
                },
                "NoSerie": {
                    "bool_NoSerieActif": false,
                    "bool_NoSerieObligatoire": false,
                    "bool_NoSerie_LimiterAuxExistants": false
                },
                "ListeProduitsFournisseurs": [],
                "FicheNomComplet": " - ",
                "FicheChampsRecherche": "   ",
                "ExtendedProperties": {}
            },
            "ExtendedProperties": {},
            "bool_AfficherLigneSurFacture": true,
            "ctrl_Update_AncienNoLigneFacture": 0
        },
        {
            "ListeDesTaxes": [],
            "TypeDoc": 1,
            "bool_ChercherLesPrixSelonClient": false,
            "LocalisationProduit": "",
            "DescriptionLigne": "T.P.S. à réclamer",
            "NoLigneFacture": 0,
            "IndexLigneFacture": 0,
            "NoCompteGL": "2355",
            "IsAProductItem": false,
            "TypeLigne": 1,
            "QteFacture": 0,
            "QteCommande": 0,
            "PrixOrig": 0,
            "PrixFinal": 0.88,
            "PrixCoutant": 0,
            "MontantRabais": 0,
            "MontantRabais_pct": 0,
            "Montant_TotalLigne": 0,
            "Montant_SousTotalLigne": 0,
            "Montant_Unitaire_Taxe1": 0,
            "Montant_Unitaire_Taxe2": 0,
            "Montant_Unitaire_Taxe3": 0,
            "Montant_Unitaire_Taxe4": 0,
            "Montant_Unitaire_Taxe5": 0,
            "BackOrderPermit": true,
            "FicheProduit": {
                "PrixVendant_Liste0_Prix1": 0,
                "PrixVendant_Liste0_Prix2": 0,
                "PrixVendant_Liste0_Prix3": 0,
                "PrixVendant_Liste0_Prix4": 0,
                "PrixVendant_Liste0_Prix5": 0,
                "PrixCoutant_DernierCoutant": 0,
                "PrixCoutant_CoutantMoyen": 0,
                "PrixCoutant_ProchainCoutant": 0,
                "Inventaire_QteEnMain": 0,
                "Inventaire_QteEnCommande": 0,
                "Inventaire_QteEnSoumission": 0,
                "Inventaire_QteEnAchat": 0,
                "Inventaire_QteEnReparation": 0,
                "Inventaire_QteDisponible": 0,
                "Inventaire_QteReservee": 0,
                "Inventaire_QteCustom01": 0,
                "Inventaire_QteCustom02": 0,
                "Inventaire_QteCustom03": 0,
                "Inventaire_QteMininum": 0,
                "Inventaire_QteMaximum": 0,
                "ListeQteEntrepot": [],
                "EstActif": true,
                "TaxesInclusesActive": false,
                "TaxesInclusesTaux": 0,
                "ExceptionDeTaxesActives": false,
                "ExceptionDeTaxes": {
                    "LignesException": []
                },
                "IsAProductItem": false,
                "ItemProduit_StructurePrixParent": false,
                "ItemProduit_ProduitParent_EstActif": false,
                "GroupeProduit": {
                    "FicheNomComplet": " - ",
                    "ExceptionDeTaxesActives": false,
                    "EstActif": true
                },
                "NoSerie": {
                    "bool_NoSerieActif": false,
                    "bool_NoSerieObligatoire": false,
                    "bool_NoSerie_LimiterAuxExistants": false
                },
                "ListeProduitsFournisseurs": [],
                "FicheNomComplet": " - ",
                "FicheChampsRecherche": "   ",
                "ExtendedProperties": {}
            },
            "ExtendedProperties": {},
            "bool_AfficherLigneSurFacture": true,
            "ctrl_Update_AncienNoLigneFacture": 0
        },
        {
            "ListeDesTaxes": [],
            "TypeDoc": 1,
            "bool_ChercherLesPrixSelonClient": false,
            "LocalisationProduit": "",
            "DescriptionLigne": "T.V.Q. à réclamer",
            "NoLigneFacture": 0,
            "IndexLigneFacture": 0,
            "NoCompteGL": "2365",
            "IsAProductItem": false,
            "TypeLigne": 1,
            "QteFacture": 0,
            "QteCommande": 0,
            "PrixOrig": 0,
            "PrixFinal": 1.17,
            "PrixCoutant": 0,
            "MontantRabais": 0,
            "MontantRabais_pct": 0,
            "Montant_TotalLigne": 0,
            "Montant_SousTotalLigne": 0,
            "Montant_Unitaire_Taxe1": 0,
            "Montant_Unitaire_Taxe2": 0,
            "Montant_Unitaire_Taxe3": 0,
            "Montant_Unitaire_Taxe4": 0,
            "Montant_Unitaire_Taxe5": 0,
            "BackOrderPermit": true,
            "FicheProduit": {
                "PrixVendant_Liste0_Prix1": 0,
                "PrixVendant_Liste0_Prix2": 0,
                "PrixVendant_Liste0_Prix3": 0,
                "PrixVendant_Liste0_Prix4": 0,
                "PrixVendant_Liste0_Prix5": 0,
                "PrixCoutant_DernierCoutant": 0,
                "PrixCoutant_CoutantMoyen": 0,
                "PrixCoutant_ProchainCoutant": 0,
                "Inventaire_QteEnMain": 0,
                "Inventaire_QteEnCommande": 0,
                "Inventaire_QteEnSoumission": 0,
                "Inventaire_QteEnAchat": 0,
                "Inventaire_QteEnReparation": 0,
                "Inventaire_QteDisponible": 0,
                "Inventaire_QteReservee": 0,
                "Inventaire_QteCustom01": 0,
                "Inventaire_QteCustom02": 0,
                "Inventaire_QteCustom03": 0,
                "Inventaire_QteMininum": 0,
                "Inventaire_QteMaximum": 0,
                "ListeQteEntrepot": [],
                "EstActif": true,
                "TaxesInclusesActive": false,
                "TaxesInclusesTaux": 0,
                "ExceptionDeTaxesActives": false,
                "ExceptionDeTaxes": {
                    "LignesException": []
                },
                "IsAProductItem": false,
                "ItemProduit_StructurePrixParent": false,
                "ItemProduit_ProduitParent_EstActif": false,
                "GroupeProduit": {
                    "FicheNomComplet": " - ",
                    "ExceptionDeTaxesActives": false,
                    "EstActif": true
                },
                "NoSerie": {
                    "bool_NoSerieActif": false,
                    "bool_NoSerieObligatoire": false,
                    "bool_NoSerie_LimiterAuxExistants": false
                },
                "ListeProduitsFournisseurs": [],
                "FicheNomComplet": " - ",
                "FicheChampsRecherche": "   ",
                "ExtendedProperties": {}
            },
            "ExtendedProperties": {},
            "bool_AfficherLigneSurFacture": true,
            "ctrl_Update_AncienNoLigneFacture": 0
        }
    ],
    "ExtendedProperties": {},
    "ListeReglement": [],
    "NbLignes": 4
}
Previous
SupplierInvoice
Next
4.3 - Supplier Order (Achat fournisseur)
Built with