Download OpenAPI specification:
L’API Payment centralise la gestion du cycle de facturation et des paiements, couvrant clients/fournisseurs, produits, devis, factures (achat/vente, avoirs, acomptes), brouillons et abonnements. Elle expose des endpoints pour créer, lister et mettre à jour les tiers, orchestrer des règlements individuels ou en lots avec validations intégrées (statuts, IBAN, mandats, volumes) et accéder aux données transactionnelles et à l’audit des documents. Elle s’intègre aux paramètres comptables et d’apparence des dossiers, et est disponible en environnements de recette et de production.
Voir : Authentification API Inqom
Base URL
| enterpriseId required | integer <int32> |
| AccountNumber required | integer <int32> |
| SubAccountCode | string or null |
{- "AccountNumber": 0,
- "SubAccountCode": "string"
}{- "OwnerId": 0,
- "Accounts": [
- {
- "Type": "ThirdParty",
- "AccountNumber": 0,
- "SubAccountCode": "string",
- "AccountName": "string"
}
]
}| enterpriseId required | integer <int32> |
| ExerciceStartDate required | string <date-time> |
| ExerciceEndDate required | string <date-time> |
| Type required | string Enum: "SellInvoice" "BuyInvoice" |
| AgingDate required | string <date-time> |
| PaymentModes | Array of strings or null Enum: "Unknown" "Check" "Transfer" "DirectDebit" "BankCard" "Cash" "BillOfExchange" "Other" |
| AccountBalanceStatuses | Array of strings or null Enum: "Balanced" "Unbalanced" |
{- "ExerciceStartDate": "2019-08-24T14:15:22Z",
- "ExerciceEndDate": "2019-08-24T14:15:22Z",
- "Type": "SellInvoice",
- "AgingDate": "2019-08-24T14:15:22Z",
- "PaymentModes": [
- "Unknown"
], - "AccountBalanceStatuses": [
- "Balanced"
]
}{- "Lines": [
- {
- "Name": "string",
- "AccountId": 0,
- "SubAccountId": 0,
- "InvoicesCount": 0,
- "InvoicesTotalAmount": 0,
- "DueDateRanges": {
- "LessThan90": 0,
- "From90To61": 0,
- "From60To31": 0,
- "From30To1": 0,
- "From0To30": 0,
- "From31To60": 0,
- "MoreThan60": 0
}, - "HasDefaultPaymentTerm": true,
- "AccountExistsInModule": true
}
], - "Total": {
- "Name": "string",
- "AccountId": 0,
- "SubAccountId": 0,
- "InvoicesCount": 0,
- "InvoicesTotalAmount": 0,
- "DueDateRanges": {
- "LessThan90": 0,
- "From90To61": 0,
- "From60To31": 0,
- "From30To1": 0,
- "From0To30": 0,
- "From31To60": 0,
- "MoreThan60": 0
}, - "HasDefaultPaymentTerm": true,
- "AccountExistsInModule": true
}
}| enterpriseId required | integer <int32> |
object (GetAgingScheduleQuery) | |
| ExportFormat required | string Enum: "Excel" "Pdf" |
{- "SearchQuery": {
- "ExerciceStartDate": "2019-08-24T14:15:22Z",
- "ExerciceEndDate": "2019-08-24T14:15:22Z",
- "Type": "SellInvoice",
- "AgingDate": "2019-08-24T14:15:22Z",
- "PaymentModes": [
- "Unknown"
], - "AccountBalanceStatuses": [
- "Balanced"
]
}, - "ExportFormat": "Excel"
}"string"| enterpriseId required | integer <int32> |
| SepaCreditorIdentifier | string or null |
object (PaymentTerm) |
{- "SepaCreditorIdentifier": "string",
- "DefaultPaymentTerm": {
- "Days": 0,
- "Rule": "Unknown",
- "IsDefault": true
}
}{- "Id": 0,
- "SepaCreditorIdentifier": "string",
- "DefaultPaymentTerm": {
- "Days": 0,
- "Rule": "Unknown",
- "IsDefault": true
}
}| accountingFolderId required | integer <int32> |
| customerId required | integer <int32> |
| Iban | string or null |
| Bic | string or null |
| AccountHolderName | string or null <= 70 characters |
| Siren | string or null |
| Nic | string or null |
| PaymentMode | string or null Enum: "Unknown" "Check" "Transfer" "DirectDebit" "BankCard" "Cash" "BillOfExchange" "Other" |
required | object (PaymentTerm) |
object (DebitMandate) | |
| Note | string or null |
object (AccountCommand) | |
object (AccountCommand) | |
object (AccountCommand) | |
object (AccountCommand) | |
| LegalName | string or null |
{- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "Siren": "string",
- "Nic": "string",
- "PaymentMode": "Unknown",
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown",
- "IsDefault": true
}, - "DebitMandate": {
- "UniqueMandateReference": "string",
- "SignatureDate": "2019-08-24T14:15:22Z",
- "Type": "Unknwon"
}, - "Note": "string",
- "SellAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string"
}, - "DownPaymentAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string"
}, - "ProductAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string"
}, - "VatAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string"
}, - "LegalName": "string"
}{- "Id": 0,
- "PaymentMode": "Unknown",
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown"
}, - "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "SellAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "DoubtfulAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "DownPaymentAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "ProductAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "VatAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "IsValid": true,
- "Siret": "string",
- "Siren": "string",
- "Nic": "string",
- "DebitMandate": {
- "UniqueMandateReference": "string",
- "SignatureDate": "2019-08-24T14:15:22Z",
- "Type": "Unknwon"
}, - "Note": "string",
- "LegalName": "string"
}| accountingFolderId required | integer <int32> |
| CustomerId | integer or null <int32> |
| BillingCustomerId | integer or null <int32> |
| ClientType required | string Enum: "Enterprise" "Individual" "ForeignEnterprise" |
| LegalName | string or null |
| Siren | string or null |
| Nic | string or null |
| Registration | string or null |
| FirstName | string or null |
| LastName | string or null |
| VatNumber | string or null |
| Reference | string or null |
string or null | |
| PhoneNumber | string or null |
| EmailsCc | Array of strings or null |
| EmailsBcc | Array of strings or null |
object (AddressInput) | |
object (AddressInput) | |
| ExcludedFromReminders required | boolean |
object (PaymentTermInput) | |
| PaymentMode | string or null Enum: "Unknown" "Check" "Transfer" "DirectDebit" "BankCard" "Cash" "BillOfExchange" "Other" |
| Iban | string or null |
| Bic | string or null |
| AccountHolderName | string or null <= 70 characters |
object (DebitMandateInput) | |
| Note | string or null |
{- "CustomerId": 0,
- "BillingCustomerId": 0,
- "ClientType": "Enterprise",
- "LegalName": "string",
- "Siren": "string",
- "Nic": "string",
- "Registration": "string",
- "FirstName": "string",
- "LastName": "string",
- "VatNumber": "string",
- "Reference": "string",
- "Email": "string",
- "PhoneNumber": "string",
- "EmailsCc": [
- "string"
], - "EmailsBcc": [
- "string"
], - "BillingAddress": {
- "Line1": "string",
- "Line2": "string",
- "Line3": "string",
- "ZipCode": "string",
- "City": "string",
- "State": "string",
- "CountryIsoCode": "string"
}, - "DeliveryAddress": {
- "Line1": "string",
- "Line2": "string",
- "Line3": "string",
- "ZipCode": "string",
- "City": "string",
- "State": "string",
- "CountryIsoCode": "string"
}, - "ExcludedFromReminders": true,
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown"
}, - "PaymentMode": "Unknown",
- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "DebitMandate": {
- "UniqueMandateReference": "string",
- "SignatureDate": "2019-08-24T14:15:22Z",
- "Type": "Unknwon"
}, - "Note": "string"
}{- "Id": 0,
- "ClientType": "Enterprise",
- "LegalName": "string",
- "Siren": "string",
- "Registration": "string",
- "FirstName": "string",
- "LastName": "string",
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown"
}
}| accountingFolderId required | integer <int32> |
| id required | integer <int32> |
| idSource required | string Enum: "Payment" "Billing" |
{- "PaymentCustomerId": 0,
- "BillingCustomerId": 0,
- "ClientType": "string",
- "LegalName": "string",
- "Siren": "string",
- "Nic": "string",
- "Registration": "string",
- "VatNumber": "string",
- "FirstName": "string",
- "LastName": "string",
- "Reference": "string",
- "Note": "string",
- "BillingState": "Present",
- "Billing": {
- "Email": "string",
- "PhoneNumber": "string",
- "BillingAddress": {
- "Line1": "string",
- "Line2": "string",
- "Line3": "string",
- "ZipCode": "string",
- "City": "string",
- "State": "string",
- "CountryIsoCode": "string"
}, - "DeliveryAddress": {
- "Line1": "string",
- "Line2": "string",
- "Line3": "string",
- "ZipCode": "string",
- "City": "string",
- "State": "string",
- "CountryIsoCode": "string"
}
}, - "Payment": {
- "PaymentMode": "Unknown",
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown"
}, - "SellAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "DoubtfulAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "DownPaymentAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "ProductAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "VatAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}
}, - "BankDetails": {
- "HasIban": true,
- "IbanLast4": "string",
- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "Mandate": {
- "UniqueMandateReference": "string",
- "SignatureDate": "2019-08-24T14:15:22Z",
- "Type": "Unknwon"
}
}
}| enterpriseId required | integer <int32> |
[- {
- "Id": 0,
- "PaymentMode": "Unknown",
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown"
}, - "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "SellAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "DoubtfulAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "DownPaymentAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "ProductAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "VatAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "IsValid": true,
- "Siret": "string",
- "Siren": "string",
- "Nic": "string",
- "DebitMandate": {
- "UniqueMandateReference": "string",
- "SignatureDate": "2019-08-24T14:15:22Z",
- "Type": "Unknwon"
}, - "Note": "string",
- "LegalName": "string"
}
]| enterpriseId required | integer <int32> |
[- {
- "Id": 0,
- "PaymentMode": "Unknown",
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown"
}, - "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "SellAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "DoubtfulAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "DownPaymentAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "ProductAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "VatAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "IsValid": true,
- "Siret": "string",
- "Siren": "string",
- "Nic": "string",
- "DebitMandate": {
- "UniqueMandateReference": "string",
- "SignatureDate": "2019-08-24T14:15:22Z",
- "Type": "Unknwon"
}, - "Note": "string",
- "LegalName": "string"
}
]| enterpriseId required | integer <int32> |
| customerId required | integer <int32> |
| Iban | string or null |
| Bic | string or null |
| AccountHolderName | string or null <= 70 characters |
| Siret | string or null |
| PaymentMode | string or null Enum: "Unknown" "Check" "Transfer" "DirectDebit" "BankCard" "Cash" "BillOfExchange" "Other" |
required | object (PaymentTerm) |
object (DebitMandate) | |
| Note | string or null |
object (AccountCommand) |
{- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "Siret": "string",
- "PaymentMode": "Unknown",
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown",
- "IsDefault": true
}, - "DebitMandate": {
- "UniqueMandateReference": "string",
- "SignatureDate": "2019-08-24T14:15:22Z",
- "Type": "Unknwon"
}, - "Note": "string",
- "DownPaymentAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string"
}
}{- "Id": 0,
- "PaymentMode": "Unknown",
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown"
}, - "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "SellAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "DoubtfulAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "DownPaymentAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "ProductAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "VatAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "IsValid": true,
- "Siret": "string",
- "Siren": "string",
- "Nic": "string",
- "DebitMandate": {
- "UniqueMandateReference": "string",
- "SignatureDate": "2019-08-24T14:15:22Z",
- "Type": "Unknwon"
}, - "Note": "string",
- "LegalName": "string"
}| enterpriseId required | integer <int32> |
| customerId | integer <int32> |
[- {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}
]| enterpriseId required | integer <int32> |
| PageNumber required | integer <int32> Default: 1 |
| PageSize required | integer <int32> <= 100 Default: 100 |
| SearchText | string or null |
| Siren | string or null |
| Nic | string or null |
| SubAccountCode | string or null |
| HavingInvoices | boolean or null |
| IsValid | boolean or null |
| PaymentModes | Array of strings or null Enum: "Unknown" "Check" "Transfer" "DirectDebit" "BankCard" "Cash" "BillOfExchange" "Other" |
| SortColumn required | string Enum: "AccountLabel" "AccountNumber" "IsValid" "LegalName" |
| SortDirection required | string Enum: "Ascending" "Descending" |
{- "PageNumber": 1,
- "PageSize": 100,
- "SearchText": "string",
- "Siren": "string",
- "Nic": "string",
- "SubAccountCode": "string",
- "HavingInvoices": true,
- "IsValid": true,
- "PaymentModes": [
- "Unknown"
], - "SortColumn": "AccountLabel",
- "SortDirection": "Ascending"
}{- "Items": [
- {
- "Id": 0,
- "PaymentMode": "Unknown",
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown"
}, - "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "SellAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "DoubtfulAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "DownPaymentAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "ProductAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "VatAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "IsValid": true,
- "Siret": "string",
- "Siren": "string",
- "Nic": "string",
- "DebitMandate": {
- "UniqueMandateReference": "string",
- "SignatureDate": "2019-08-24T14:15:22Z",
- "Type": "Unknwon"
}, - "Note": "string",
- "LegalName": "string"
}
], - "PageNumber": 0,
- "PageSize": 0,
- "TotalCount": 0,
- "PageCount": 0,
- "HasPreviousPage": true,
- "HasNextPage": true
}| enterpriseId required | integer <int32> The accounting folder ID |
The bulk create/update command
required | Array of objects (CreateOrUpdateCustomerCommand) |
{- "Customers": [
- {
- "AccountName": "string",
- "LegalName": "string",
- "Siret": "string",
- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "PaymentMode": "Unknown",
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown",
- "IsDefault": true
}, - "Note": "string",
- "DebitMandate": {
- "UniqueMandateReference": "string",
- "SignatureDate": "2019-08-24T14:15:22Z",
- "Type": "Unknwon"
}, - "ProductAccountName": "string",
- "VatAccountName": "string",
- "DownPaymentAccountName": "string"
}
]
}{- "CreatedCount": 0,
- "UpdatedCount": 0,
- "FailedCount": 0,
- "TotalCount": 0,
- "Errors": [
- {
- "AccountName": "string",
- "Errors": [
- "string"
]
}
]
}| enterpriseId required | integer <int32> The accounting folder ID |
| AccountingFolderId | integer <int32> |
| File | string <binary> |
{- "CreatedCount": 0,
- "UpdatedCount": 0,
- "FailedCount": 0,
- "TotalCount": 0,
- "Errors": [
- {
- "AccountName": "string",
- "Errors": [
- "string"
]
}
]
}| enterpriseId required | integer <int32> The accounting folder ID |
Requested file format (CSV or XLSX)
| FileType required | string Enum: "Csv" "Xlsx" |
{- "FileType": "Csv"
}"string"| enterpriseId required | integer <int32> |
[- {
- "Id": 0,
- "EntryId": 0,
- "Status": "Pending",
- "Type": "Payment",
- "Name": "string",
- "ValidationDate": "2019-08-24T14:15:22Z",
- "PaymentDate": "2019-08-24T14:15:22Z",
- "InvoiceCount": 0,
- "TotalAmount": 0,
- "BankAccountId": 0,
- "Iban": "string",
- "Bic": "string",
- "AnomalyCode": "string",
- "HasAnomaly": true,
- "UngroupTransactionByOwner": true,
- "Mode": "SepaTransfer",
- "BridgePaymentInfo": {
- "TransactionId": "string",
- "PaymentInitiationUrl": "string",
- "Status": "Created"
}, - "SourcePlatform": "Web",
- "BankCoordinatesHistory": [
- {
- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "CreatedBy": 0
}
], - "Payments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice",
- "InvoiceBatchId": 0,
- "TransactionId": 0
}
]
}
]| enterpriseId required | integer <int32> |
| Type required | string Enum: "Payment" "Debit" |
| Name required | string non-empty |
| PaymentDate required | string <date-time> |
| BankAccountId | integer or null <int32> |
| Iban required | string non-empty |
| Bic | string or null |
| InvoiceIds required | Array of integers <int32> [ items <int32 > ] |
| Status required | string Enum: "Pending" "Validated" "Reconciliated" "Failed" |
| UngroupTransactionByOwner required | boolean |
{- "Type": "Payment",
- "Name": "string",
- "PaymentDate": "2019-08-24T14:15:22Z",
- "BankAccountId": 0,
- "Iban": "string",
- "Bic": "string",
- "InvoiceIds": [
- 0
], - "Status": "Pending",
- "UngroupTransactionByOwner": true
}{- "Id": 0,
- "EntryId": 0,
- "Status": "Pending",
- "Type": "Payment",
- "Name": "string",
- "ValidationDate": "2019-08-24T14:15:22Z",
- "PaymentDate": "2019-08-24T14:15:22Z",
- "InvoiceCount": 0,
- "TotalAmount": 0,
- "BankAccountId": 0,
- "Iban": "string",
- "Bic": "string",
- "AnomalyCode": "string",
- "HasAnomaly": true,
- "UngroupTransactionByOwner": true,
- "Mode": "SepaTransfer",
- "BridgePaymentInfo": {
- "TransactionId": "string",
- "PaymentInitiationUrl": "string",
- "Status": "Created"
}, - "SourcePlatform": "Web",
- "BankCoordinatesHistory": [
- {
- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "CreatedBy": 0
}
], - "Payments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice",
- "InvoiceBatchId": 0,
- "TransactionId": 0
}
]
}| enterpriseId required | integer <int32> |
| invoiceBatchId required | integer <int32> |
{- "Id": 0,
- "EntryId": 0,
- "Status": "Pending",
- "Type": "Payment",
- "Name": "string",
- "ValidationDate": "2019-08-24T14:15:22Z",
- "PaymentDate": "2019-08-24T14:15:22Z",
- "InvoiceCount": 0,
- "TotalAmount": 0,
- "BankAccountId": 0,
- "Iban": "string",
- "Bic": "string",
- "AnomalyCode": "string",
- "HasAnomaly": true,
- "UngroupTransactionByOwner": true,
- "Mode": "SepaTransfer",
- "BridgePaymentInfo": {
- "TransactionId": "string",
- "PaymentInitiationUrl": "string",
- "Status": "Created"
}, - "SourcePlatform": "Web",
- "BankCoordinatesHistory": [
- {
- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "CreatedBy": 0
}
], - "Payments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice",
- "InvoiceBatchId": 0,
- "TransactionId": 0
}
]
}| enterpriseId required | integer <int32> |
| invoiceBatchId required | integer <int32> |
| Name | string or null |
| PaymentDate required | string <date-time> |
| BankAccountId | integer or null <int32> |
| Iban | string or null |
| Bic | string or null |
| UngroupTransactionByOwner required | boolean |
{- "Name": "string",
- "PaymentDate": "2019-08-24T14:15:22Z",
- "BankAccountId": 0,
- "Iban": "string",
- "Bic": "string",
- "UngroupTransactionByOwner": true
}{- "Id": 0,
- "EntryId": 0,
- "Status": "Pending",
- "Type": "Payment",
- "Name": "string",
- "ValidationDate": "2019-08-24T14:15:22Z",
- "PaymentDate": "2019-08-24T14:15:22Z",
- "InvoiceCount": 0,
- "TotalAmount": 0,
- "BankAccountId": 0,
- "Iban": "string",
- "Bic": "string",
- "AnomalyCode": "string",
- "HasAnomaly": true,
- "UngroupTransactionByOwner": true,
- "Mode": "SepaTransfer",
- "BridgePaymentInfo": {
- "TransactionId": "string",
- "PaymentInitiationUrl": "string",
- "Status": "Created"
}, - "SourcePlatform": "Web",
- "BankCoordinatesHistory": [
- {
- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "CreatedBy": 0
}
], - "Payments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice",
- "InvoiceBatchId": 0,
- "TransactionId": 0
}
]
}| enterpriseId required | integer <int32> |
| entryId required | integer <int32> |
{- "Id": 0,
- "EntryId": 0,
- "Status": "Pending",
- "Type": "Payment",
- "Name": "string",
- "ValidationDate": "2019-08-24T14:15:22Z",
- "PaymentDate": "2019-08-24T14:15:22Z",
- "InvoiceCount": 0,
- "TotalAmount": 0,
- "BankAccountId": 0,
- "Iban": "string",
- "Bic": "string",
- "AnomalyCode": "string",
- "HasAnomaly": true,
- "UngroupTransactionByOwner": true,
- "Mode": "SepaTransfer",
- "BridgePaymentInfo": {
- "TransactionId": "string",
- "PaymentInitiationUrl": "string",
- "Status": "Created"
}, - "SourcePlatform": "Web",
- "BankCoordinatesHistory": [
- {
- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "CreatedBy": 0
}
], - "Payments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice",
- "InvoiceBatchId": 0,
- "TransactionId": 0
}
]
}| enterpriseId required | integer <int32> |
[- 0
][- {
- "Id": 0,
- "EntryId": 0,
- "Status": "Pending",
- "Type": "Payment",
- "Name": "string",
- "ValidationDate": "2019-08-24T14:15:22Z",
- "PaymentDate": "2019-08-24T14:15:22Z",
- "InvoiceCount": 0,
- "TotalAmount": 0,
- "BankAccountId": 0,
- "Iban": "string",
- "Bic": "string",
- "AnomalyCode": "string",
- "HasAnomaly": true,
- "UngroupTransactionByOwner": true,
- "Mode": "SepaTransfer",
- "BridgePaymentInfo": {
- "TransactionId": "string",
- "PaymentInitiationUrl": "string",
- "Status": "Created"
}, - "SourcePlatform": "Web",
- "BankCoordinatesHistory": [
- {
- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "CreatedBy": 0
}
], - "Payments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice",
- "InvoiceBatchId": 0,
- "TransactionId": 0
}
]
}
]| enterpriseId required | integer <int32> |
| ExerciceStartDate | string or null <date-time> |
| ExerciceEndDate | string or null <date-time> |
| Type required | string Enum: "Payment" "Debit" |
| Name | string or null |
| InvoiceBatchStatus | string or null Enum: "Pending" "Validated" "Reconciliated" "Failed" |
{- "ExerciceStartDate": "2019-08-24T14:15:22Z",
- "ExerciceEndDate": "2019-08-24T14:15:22Z",
- "Type": "Payment",
- "Name": "string",
- "InvoiceBatchStatus": "Pending"
}[- {
- "Id": 0,
- "EntryId": 0,
- "Status": "Pending",
- "Type": "Payment",
- "Name": "string",
- "ValidationDate": "2019-08-24T14:15:22Z",
- "PaymentDate": "2019-08-24T14:15:22Z",
- "InvoiceCount": 0,
- "TotalAmount": 0,
- "BankAccountId": 0,
- "Iban": "string",
- "Bic": "string",
- "AnomalyCode": "string",
- "HasAnomaly": true,
- "UngroupTransactionByOwner": true,
- "Mode": "SepaTransfer",
- "BridgePaymentInfo": {
- "TransactionId": "string",
- "PaymentInitiationUrl": "string",
- "Status": "Created"
}, - "SourcePlatform": "Web",
- "BankCoordinatesHistory": [
- {
- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "CreatedBy": 0
}
], - "Payments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice",
- "InvoiceBatchId": 0,
- "TransactionId": 0
}
]
}
]| enterpriseId required | integer <int32> |
| invoiceBatchId required | integer <int32> |
{- "Id": 0,
- "EntryId": 0,
- "Status": "Pending",
- "Type": "Payment",
- "Name": "string",
- "ValidationDate": "2019-08-24T14:15:22Z",
- "PaymentDate": "2019-08-24T14:15:22Z",
- "InvoiceCount": 0,
- "TotalAmount": 0,
- "BankAccountId": 0,
- "Iban": "string",
- "Bic": "string",
- "AnomalyCode": "string",
- "HasAnomaly": true,
- "UngroupTransactionByOwner": true,
- "Mode": "SepaTransfer",
- "BridgePaymentInfo": {
- "TransactionId": "string",
- "PaymentInitiationUrl": "string",
- "Status": "Created"
}, - "SourcePlatform": "Web",
- "BankCoordinatesHistory": [
- {
- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "CreatedBy": 0
}
], - "Payments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice",
- "InvoiceBatchId": 0,
- "TransactionId": 0
}
]
}| enterpriseId required | integer <int32> |
| invoiceBatchId required | integer <int32> |
{- "Id": 0,
- "EntryId": 0,
- "Status": "Pending",
- "Type": "Payment",
- "Name": "string",
- "ValidationDate": "2019-08-24T14:15:22Z",
- "PaymentDate": "2019-08-24T14:15:22Z",
- "InvoiceCount": 0,
- "TotalAmount": 0,
- "BankAccountId": 0,
- "Iban": "string",
- "Bic": "string",
- "AnomalyCode": "string",
- "HasAnomaly": true,
- "UngroupTransactionByOwner": true,
- "Mode": "SepaTransfer",
- "BridgePaymentInfo": {
- "TransactionId": "string",
- "PaymentInitiationUrl": "string",
- "Status": "Created"
}, - "SourcePlatform": "Web",
- "BankCoordinatesHistory": [
- {
- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "CreatedBy": 0
}
], - "Payments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice",
- "InvoiceBatchId": 0,
- "TransactionId": 0
}
]
}| enterpriseId required | integer <int32> |
| sellInvoiceId required | integer <int32> |
[- {
- "Id": 0,
- "SellInvoiceId": 0,
- "Date": "2019-08-24",
- "Status": "None",
- "Cause": "Other",
- "DepreciationRate": 0,
- "IsReviewed": true,
- "EntryGenerated": true
}
]| enterpriseId required | integer <int32> |
| entryId required | integer <int32> |
| entryLineId required | integer <int64> |
{- "Id": 0,
- "SellInvoiceId": 0,
- "Date": "2019-08-24",
- "Status": "None",
- "Cause": "Other",
- "DepreciationRate": 0,
- "IsReviewed": true,
- "EntryGenerated": true
}| enterpriseId required | integer <int32> |
| PageNumber required | integer <int32> Default: 1 |
| PageSize required | integer <int32> <= 1000 Default: 100 |
| ExerciceEndDate required | string <date-time> |
| Date required | string <date-time> |
| CurrentStatus | Array of strings or null Enum: "None" "Doubtful" "Irrecoverable" "Collected" "SettledByCredit" |
| PreviousStatus | Array of strings or null Enum: "None" "Doubtful" "Irrecoverable" "Collected" "SettledByCredit" |
| DueDateRanges | Array of strings or null Enum: "Unknown" "LessThan90" "From90To61" "From60To31" "From30To1" "From0To30" "From31To60" "MoreThan60" |
| PaymentModes | Array of strings or null Enum: "Unknown" "Check" "Transfer" "DirectDebit" "BankCard" "Cash" "BillOfExchange" "Other" |
| CustomerIds | Array of integers or null <int32> [ items <int32 > ] |
| SortColumn required | string Enum: "Reference" "Date" "DueDate" "TotalAmount" |
| SortDirection required | string Enum: "Ascending" "Descending" |
{- "PageNumber": 1,
- "PageSize": 100,
- "ExerciceEndDate": "2019-08-24T14:15:22Z",
- "Date": "2019-08-24T14:15:22Z",
- "CurrentStatus": [
- "None"
], - "PreviousStatus": [
- "None"
], - "DueDateRanges": [
- "Unknown"
], - "PaymentModes": [
- "Unknown"
], - "CustomerIds": [
- 0
], - "SortColumn": "Reference",
- "SortDirection": "Ascending"
}{- "Items": [
- {
- "Id": 0,
- "EntryId": 0,
- "EntryLineId": 0,
- "EntryLineLabel": "string",
- "DocumentId": 0,
- "DocumentSourceType": "Billing",
- "SupplierId": 0,
- "CustomerId": 0,
- "TotalAmount": 0,
- "RemainingAmount": 0,
- "Currency": "string",
- "DocRef": "string",
- "Date": "2019-08-24T14:15:22Z",
- "DueDate": "2019-08-24T14:15:22Z",
- "InitialDueDate": "2019-08-24T14:15:22Z",
- "DueDateSource": "Calculated",
- "HasAnomaly": true,
- "AnomalyCode": "string",
- "EntryDeletedInAccounting": true,
- "AccountingStatus": "Unknown",
- "ViDAStatus": "None",
- "ViDAState": "Pending",
- "ViDAStatusDetails": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "InvoiceType": "SellInvoice",
- "Vats": [
- {
- "Rate": 0,
- "Amount": 0
}
], - "DownPayments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice"
}
], - "PartialPayments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice",
- "InvoiceBatchId": 0,
- "TransactionId": 0
}
], - "CurrentQualification": {
- "Id": 0,
- "SellInvoiceId": 0,
- "Date": "2019-08-24",
- "Status": "None",
- "Cause": "Other",
- "DepreciationRate": 0,
- "IsReviewed": true,
- "EntryGenerated": true
}, - "PreviousQualification": {
- "Id": 0,
- "SellInvoiceId": 0,
- "Date": "2019-08-24",
- "Status": "None",
- "Cause": "Other",
- "DepreciationRate": 0,
- "IsReviewed": true,
- "EntryGenerated": true
}
}
], - "PageNumber": 0,
- "PageSize": 0,
- "TotalCount": 0,
- "PageCount": 0,
- "HasPreviousPage": true,
- "HasNextPage": true
}| enterpriseId required | integer <int32> |
| InvoiceIds required | Array of integers <int32> [ items <int32 > ] |
| Status required | string Enum: "None" "Doubtful" "Irrecoverable" "Collected" "SettledByCredit" |
| Date required | string <date> |
| DepreciationRate | number or null <decimal> |
| IsReviewed required | boolean |
Array of objects or null (Vat) | |
| Cause | string or null Enum: "Other" "Recovery" "Litigation" "CollectiveProcedureBackup" "CollectiveProcedureRedress" "CollectiveProcedureLiquidation" |
{- "InvoiceIds": [
- 0
], - "Status": "None",
- "Date": "2019-08-24",
- "DepreciationRate": 0,
- "IsReviewed": true,
- "Vats": [
- {
- "Rate": 0,
- "Amount": 0
}
], - "Cause": "Other"
}[- {
- "Id": 0,
- "EntryId": 0,
- "EntryLineId": 0,
- "EntryLineLabel": "string",
- "DocumentId": 0,
- "DocumentSourceType": "Billing",
- "SupplierId": 0,
- "CustomerId": 0,
- "TotalAmount": 0,
- "RemainingAmount": 0,
- "Currency": "string",
- "DocRef": "string",
- "Date": "2019-08-24T14:15:22Z",
- "DueDate": "2019-08-24T14:15:22Z",
- "InitialDueDate": "2019-08-24T14:15:22Z",
- "DueDateSource": "Calculated",
- "HasAnomaly": true,
- "AnomalyCode": "string",
- "EntryDeletedInAccounting": true,
- "AccountingStatus": "Unknown",
- "ViDAStatus": "None",
- "ViDAState": "Pending",
- "ViDAStatusDetails": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "InvoiceType": "SellInvoice",
- "Vats": [
- {
- "Rate": 0,
- "Amount": 0
}
], - "DownPayments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice"
}
], - "PartialPayments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice",
- "InvoiceBatchId": 0,
- "TransactionId": 0
}
], - "CurrentQualification": {
- "Id": 0,
- "SellInvoiceId": 0,
- "Date": "2019-08-24",
- "Status": "None",
- "Cause": "Other",
- "DepreciationRate": 0,
- "IsReviewed": true,
- "EntryGenerated": true
}, - "PreviousQualification": {
- "Id": 0,
- "SellInvoiceId": 0,
- "Date": "2019-08-24",
- "Status": "None",
- "Cause": "Other",
- "DepreciationRate": 0,
- "IsReviewed": true,
- "EntryGenerated": true
}
}
]| enterpriseId required | integer <int32> |
| InvoiceIds required | Array of integers <int32> [ items <int32 > ] |
| IsReviewed required | boolean |
| ExerciceEndDate required | string <date> |
{- "InvoiceIds": [
- 0
], - "IsReviewed": true,
- "ExerciceEndDate": "2019-08-24"
}[- {
- "Id": 0,
- "EntryId": 0,
- "EntryLineId": 0,
- "EntryLineLabel": "string",
- "DocumentId": 0,
- "DocumentSourceType": "Billing",
- "SupplierId": 0,
- "CustomerId": 0,
- "TotalAmount": 0,
- "RemainingAmount": 0,
- "Currency": "string",
- "DocRef": "string",
- "Date": "2019-08-24T14:15:22Z",
- "DueDate": "2019-08-24T14:15:22Z",
- "InitialDueDate": "2019-08-24T14:15:22Z",
- "DueDateSource": "Calculated",
- "HasAnomaly": true,
- "AnomalyCode": "string",
- "EntryDeletedInAccounting": true,
- "AccountingStatus": "Unknown",
- "ViDAStatus": "None",
- "ViDAState": "Pending",
- "ViDAStatusDetails": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "InvoiceType": "SellInvoice",
- "Vats": [
- {
- "Rate": 0,
- "Amount": 0
}
], - "DownPayments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice"
}
], - "PartialPayments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice",
- "InvoiceBatchId": 0,
- "TransactionId": 0
}
], - "CurrentQualification": {
- "Id": 0,
- "SellInvoiceId": 0,
- "Date": "2019-08-24",
- "Status": "None",
- "Cause": "Other",
- "DepreciationRate": 0,
- "IsReviewed": true,
- "EntryGenerated": true
}, - "PreviousQualification": {
- "Id": 0,
- "SellInvoiceId": 0,
- "Date": "2019-08-24",
- "Status": "None",
- "Cause": "Other",
- "DepreciationRate": 0,
- "IsReviewed": true,
- "EntryGenerated": true
}
}
]| enterpriseId required | integer <int32> |
| ExerciceEndDate required | string <date-time> |
| Date required | string <date-time> |
| CurrentStatus | Array of strings or null Enum: "None" "Doubtful" "Irrecoverable" "Collected" "SettledByCredit" |
| PreviousStatus | Array of strings or null Enum: "None" "Doubtful" "Irrecoverable" "Collected" "SettledByCredit" |
| DueDateRanges | Array of strings or null Enum: "Unknown" "LessThan90" "From90To61" "From60To31" "From30To1" "From0To30" "From31To60" "MoreThan60" |
| PaymentModes | Array of strings or null Enum: "Unknown" "Check" "Transfer" "DirectDebit" "BankCard" "Cash" "BillOfExchange" "Other" |
| CustomerIds | Array of integers or null <int32> [ items <int32 > ] |
{- "ExerciceEndDate": "2019-08-24T14:15:22Z",
- "Date": "2019-08-24T14:15:22Z",
- "CurrentStatus": [
- "None"
], - "PreviousStatus": [
- "None"
], - "DueDateRanges": [
- "Unknown"
], - "PaymentModes": [
- "Unknown"
], - "CustomerIds": [
- 0
]
}[- {
- "Id": 0,
- "EntryId": 0,
- "EntryLineId": 0,
- "EntryLineLabel": "string",
- "DocumentId": 0,
- "DocumentSourceType": "Billing",
- "SupplierId": 0,
- "CustomerId": 0,
- "TotalAmount": 0,
- "RemainingAmount": 0,
- "Currency": "string",
- "DocRef": "string",
- "Date": "2019-08-24T14:15:22Z",
- "DueDate": "2019-08-24T14:15:22Z",
- "InitialDueDate": "2019-08-24T14:15:22Z",
- "DueDateSource": "Calculated",
- "HasAnomaly": true,
- "AnomalyCode": "string",
- "EntryDeletedInAccounting": true,
- "AccountingStatus": "Unknown",
- "ViDAStatus": "None",
- "ViDAState": "Pending",
- "ViDAStatusDetails": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "InvoiceType": "SellInvoice",
- "Vats": [
- {
- "Rate": 0,
- "Amount": 0
}
], - "DownPayments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice"
}
], - "PartialPayments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice",
- "InvoiceBatchId": 0,
- "TransactionId": 0
}
], - "CurrentQualification": {
- "Id": 0,
- "SellInvoiceId": 0,
- "Date": "2019-08-24",
- "Status": "None",
- "Cause": "Other",
- "DepreciationRate": 0,
- "IsReviewed": true,
- "EntryGenerated": true
}, - "PreviousQualification": {
- "Id": 0,
- "SellInvoiceId": 0,
- "Date": "2019-08-24",
- "Status": "None",
- "Cause": "Other",
- "DepreciationRate": 0,
- "IsReviewed": true,
- "EntryGenerated": true
}
}
]| enterpriseId required | integer <int32> |
| ExerciceEndDate required | string <date-time> |
{- "ExerciceEndDate": "2019-08-24T14:15:22Z"
}{- "GeneratedEntriesCount": 0
}| enterpriseId required | integer <int32> |
| periodEndDate required | string <date-time> |
[- {
- "InvoiceId": 0,
- "InvoiceDate": "2019-08-24T14:15:22Z",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "EntryLineLabel": "string",
- "InvoiceTtcAmount": 0,
- "PeriodNStartTtcAmount": 0,
- "PeriodNEndTtcAmount": 0,
- "NotDbtAtNMinus1ToDbtAtNTtcAmount": 0,
- "DbtAtNMinus1ToNotDbtAtNTtcAmount": 0,
- "DbtAtNMinus1ToCollectedAtNTtcAmount": 0,
- "DbtAtNMinus1ToSettledByCreditAtNTtcAmount": 0,
- "DbtAtNMinus1ToIrrecoverableAtNHtAmount": 0,
- "DbtAtNMinus1ToIrrecoverableAtNVatAmount": 0
}
]| enterpriseId required | integer <int32> |
| periodEndDate required | string <date-time> |
[- {
- "Client": "string",
- "Label": "string",
- "Reference": "string",
- "DoubtfulClientStartN": 0,
- "DoubtfulClientEndN": 0,
- "DepreciationRateNMinus1": "string",
- "DepreciationRateN": "string",
- "DepreciationStartN": 0,
- "DepreciationDotation": 0,
- "DepreciationReprise": 0,
- "DepreciationEndN": 0
}
]| enterpriseId required | integer <int32> |
| periodEndDate required | string <date> |
{- "CurrentDate": "2019-08-24",
- "PreviousDate": "2019-08-24",
- "Categories": [
- {
- "Name": "string",
- "Accounts": [
- {
- "AccountName": "string",
- "CurrentAmount": {
- "AccountingBalance": 0,
- "PaymentBalance": 0,
- "Difference": 0
}, - "PreviousAmount": {
- "AccountingBalance": 0,
- "PaymentBalance": 0,
- "Difference": 0
}
}
], - "TotalCurrentAmount": {
- "AccountingBalance": 0,
- "PaymentBalance": 0,
- "Difference": 0
}, - "TotalPreviousAmount": {
- "AccountingBalance": 0,
- "PaymentBalance": 0,
- "Difference": 0
}
}
]
}| enterpriseId required | integer <int32> |
| invoiceId required | integer <int32> |
| invoiceType required | string Enum: "SellInvoice" "BuyInvoice" |
{- "Id": 0,
- "EntryId": 0,
- "EntryLineId": 0,
- "EntryLineLabel": "string",
- "DocumentId": 0,
- "DocumentSourceType": "Billing",
- "SupplierId": 0,
- "CustomerId": 0,
- "TotalAmount": 0,
- "RemainingAmount": 0,
- "Currency": "string",
- "DocRef": "string",
- "Date": "2019-08-24T14:15:22Z",
- "DueDate": "2019-08-24T14:15:22Z",
- "InitialDueDate": "2019-08-24T14:15:22Z",
- "DueDateSource": "Calculated",
- "HasAnomaly": true,
- "AnomalyCode": "string",
- "EntryDeletedInAccounting": true,
- "AccountingStatus": "Unknown",
- "ViDAStatus": "None",
- "ViDAState": "Pending",
- "ViDAStatusDetails": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "InvoiceType": "SellInvoice",
- "Vats": [
- {
- "Rate": 0,
- "Amount": 0
}
], - "DownPayments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice"
}
], - "PartialPayments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice",
- "InvoiceBatchId": 0,
- "TransactionId": 0
}
]
}| enterpriseId required | integer <int32> |
| invoiceId required | integer <int32> |
| InvoiceType required | string Enum: "SellInvoice" "BuyInvoice" |
{- "InvoiceType": "SellInvoice"
}| enterpriseId required | integer <int32> The unique identifier of the enterprise containing the invoice. Must not be the default value. |
An object containing the parameters required to query the invoice history.
| InvoiceId required | integer <int32> |
| InvoiceType required | string Enum: "SellInvoice" "BuyInvoice" |
{- "InvoiceId": 0,
- "InvoiceType": "SellInvoice"
}[- {
- "Id": 0,
- "HistoryType": "None",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "StatusChangeEventData": {
- "PreviousStatus": "Unknown",
- "NewStatus": "Unknown"
}, - "ViDAStatusChangeEventData": {
- "UserId": 0,
- "NewStatus": "None",
- "NewState": "Pending",
- "NewInformations": "string"
}
}
]| enterpriseId required | integer <int32> |
| PageNumber required | integer <int32> Default: 1 |
| PageSize required | integer <int32> <= 1000 Default: 100 |
| ExerciceStartDate | string or null <date-time> |
| ExerciceEndDate | string or null <date-time> |
| Type required | string Enum: "SellInvoice" "BuyInvoice" |
| Status | Array of strings or null Enum: "Unknown" "ToPay" "Paid" "PartiallyPaid" "InPreparation" "Sold" "Unpaid" |
| DueDateRanges | Array of strings or null Enum: "Unknown" "LessThan90" "From90To61" "From60To31" "From30To1" "From0To30" "From31To60" "MoreThan60" |
| PaymentModes | Array of strings or null Enum: "Unknown" "Check" "Transfer" "DirectDebit" "BankCard" "Cash" "BillOfExchange" "Other" |
| OwnerId | integer or null <int32> |
| InvoiceBatchId | integer or null <int32> |
| SortColumn required | string Enum: "Status" "Date" "DueDate" "TotalAmount" "HasAnomaly" "OwnerName" "RemainingAmount" "ViDAStatus" |
| SortDirection required | string Enum: "Ascending" "Descending" |
| DocumentTypes | Array of strings or null Enum: "Invoice" "CreditNote" |
| DueDateStart | string or null <date-time> |
| DueDateEnd | string or null <date-time> |
| SearchText | string or null |
| ViDAStatus | Array of strings or null Enum: "None" "Deposited" "IssuedByPlatform" "ReceivedFromPlatform" "Available" "Processing" "Approved" "PartiallyApproved" "InDispute" "Suspended" "Completed" "Refused" "PaymentTransmitted" "Cashed" "Rejected" "Targeted" "Cancelled" "RoutingError" "PayerAccountChange" "Inadmissible" "LifeCycleRejected" "Scheduled" |
| SourceType | string or null Enum: "Billing" "ViDA" |
{- "PageNumber": 1,
- "PageSize": 100,
- "ExerciceStartDate": "2019-08-24T14:15:22Z",
- "ExerciceEndDate": "2019-08-24T14:15:22Z",
- "Type": "SellInvoice",
- "Status": [
- "Unknown"
], - "DueDateRanges": [
- "Unknown"
], - "PaymentModes": [
- "Unknown"
], - "OwnerId": 0,
- "InvoiceBatchId": 0,
- "SortColumn": "Status",
- "SortDirection": "Ascending",
- "DocumentTypes": [
- "Invoice"
], - "DueDateStart": "2019-08-24T14:15:22Z",
- "DueDateEnd": "2019-08-24T14:15:22Z",
- "SearchText": "string",
- "ViDAStatus": [
- "None"
], - "SourceType": "Billing"
}{- "Items": [
- {
- "Id": 0,
- "EntryId": 0,
- "EntryLineId": 0,
- "EntryLineLabel": "string",
- "DocumentId": 0,
- "DocumentSourceType": "Billing",
- "SupplierId": 0,
- "CustomerId": 0,
- "TotalAmount": 0,
- "RemainingAmount": 0,
- "Currency": "string",
- "DocRef": "string",
- "Date": "2019-08-24T14:15:22Z",
- "DueDate": "2019-08-24T14:15:22Z",
- "InitialDueDate": "2019-08-24T14:15:22Z",
- "DueDateSource": "Calculated",
- "HasAnomaly": true,
- "AnomalyCode": "string",
- "EntryDeletedInAccounting": true,
- "AccountingStatus": "Unknown",
- "ViDAStatus": "None",
- "ViDAState": "Pending",
- "ViDAStatusDetails": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "InvoiceType": "SellInvoice",
- "Vats": [
- {
- "Rate": 0,
- "Amount": 0
}
], - "DownPayments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice"
}
], - "PartialPayments": [
- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice",
- "InvoiceBatchId": 0,
- "TransactionId": 0
}
]
}
], - "PageNumber": 0,
- "PageSize": 0,
- "TotalCount": 0,
- "PageCount": 0,
- "HasPreviousPage": true,
- "HasNextPage": true
}| enterpriseId required | integer <int32> |
| EntryLineIds required | Array of integers or null <int64> [ items <int64 > ] |
{- "EntryLineIds": [
- 0
]
}[- {
- "EntryId": 0,
- "EntryLineId": 0,
- "Label": "string",
- "Amount": 0,
- "Date": "2019-08-24T14:15:22Z",
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice",
- "PaymentType": "DownPayment"
}
]| enterpriseId required | integer <int32> |
| InvoiceType required | string Enum: "SellInvoice" "BuyInvoice" |
| ExerciseStartDate | string or null <date-time> |
| ExerciseEndDate | string or null <date-time> |
{- "InvoiceType": "SellInvoice",
- "ExerciseStartDate": "2019-08-24T14:15:22Z",
- "ExerciseEndDate": "2019-08-24T14:15:22Z"
}{- "CountByInvoiceStatus": {
- "property1": 0,
- "property2": 0
}
}| enterpriseId required | integer <int32> |
| invoiceId required | integer <int32> |
| InvoiceType required | string Enum: "SellInvoice" "BuyInvoice" |
| DueDate | string or null <date-time> |
{- "InvoiceType": "SellInvoice",
- "DueDate": "2019-08-24T14:15:22Z"
}| enterpriseId required | integer <int32> |
Array of objects or null (UpdateDueDateCommandBase) <= 1000 items |
{- "Invoices": [
- {
- "InvoiceId": 0,
- "InvoiceType": "SellInvoice",
- "DueDate": "2019-08-24T14:15:22Z"
}
]
}| enterpriseId required | integer <int32> |
| invoiceId required | integer <int32> |
| InvoiceType required | string Enum: "SellInvoice" "BuyInvoice" |
required | Array of objects or null (PaymentEntryLine) |
{- "InvoiceType": "SellInvoice",
- "PaymentEntryLines": [
- {
- "EntryId": 0,
- "EntryLineId": 0
}
]
}| enterpriseId required | integer <int32> |
| InvoiceIds required | Array of integers or null <int32> [ items <int32 > ] |
| AccountId required | integer <int32> |
| SubAccountId required | integer <int32> |
{- "InvoiceIds": [
- 0
], - "AccountId": 0,
- "SubAccountId": 0
}| enterpriseId required | integer <int32> |
| InvoiceIds required | Array of integers or null <int32> [ items <int32 > ] |
| AccountId required | integer <int32> |
| SubAccountId required | integer <int32> |
{- "InvoiceIds": [
- 0
], - "AccountId": 0,
- "SubAccountId": 0
}| enterpriseId required | integer <int32> |
| InvoiceId required | integer <int32> |
| InvoiceType required | string Enum: "SellInvoice" "BuyInvoice" |
| ReasonCode | string or null Enum: "NON_TRANSMISE" "JUSTIF_ABS" "ROUTAGE_ERR" "AUTRE" "COORD_BANC_ERR" "TX_TVA_ERR" "MONTANTTOTAL_ERR" "CALCUL_ERR" "NON_CONFORME" "DOUBLON" "DEST_INC" "DEST_ERR" "TRANSAC_INC" "EMMET_INC" "CONTRAT_TERM" "DOUBLE_FACT" "CMD_ERR" "ADR_ERR" "SIRET_ERR" "CODE_ROUTAGE_ERR" "REF_CT_ABSENT" "REF_ERR" "PU_ERR" "REM_ERR" "QTE_ERR" "ART_ERR" "MODPAI_ERR" "QUALITE_ERR" "LIVR_INCOMP" "REJ_SEMAN" "REJ_UNI" "REJ_COH" "REJ_ADR" "REJ_CONT_B2G" "REJ_REF_PJ" "REJ_ASS_PJ" "IRR_VIDE_F" "IRR_TYPE_F" "IRR_SYNTAX" "IRR_TAILLE_PJ" "IRR_NOM_PJ" "IRR_VID_PJ" "IRR_EXT_DOC" "IRR_TAILLE_F" "IRR_ANTIVIRUS" |
| ReasonText | string or null |
{- "InvoiceId": 0,
- "InvoiceType": "SellInvoice",
- "ReasonCode": "NON_TRANSMISE",
- "ReasonText": "string"
}| enterpriseId required | integer <int32> |
{- "Id": 0,
- "DefaultDueDateCalculationMode": "PaymentTerm",
- "SepaJournalId": 0,
- "DirectJournalId": 0,
- "DefaultJournalName": "string",
- "DefaultJournalDescription": "string"
}| enterpriseId required | integer <int32> |
| DefaultDueDateCalculationMode required | string Enum: "PaymentTerm" "Extracted" |
| SepaJournalId | integer or null <int32> |
| DirectJournalId | integer or null <int32> |
{- "DefaultDueDateCalculationMode": "PaymentTerm",
- "SepaJournalId": 0,
- "DirectJournalId": 0
}{- "Id": 0,
- "DefaultDueDateCalculationMode": "PaymentTerm",
- "SepaJournalId": 0,
- "DirectJournalId": 0,
- "DefaultJournalName": "string",
- "DefaultJournalDescription": "string"
}| accountingFolderId required | integer <int32> |
| supplierId required | integer <int32> |
| Iban | string or null |
| Bic | string or null |
| AccountHolderName | string or null <= 70 characters |
| Siren | string or null |
| Nic | string or null |
| PaymentMode | string or null Enum: "Unknown" "Check" "Transfer" "DirectDebit" "BankCard" "Cash" "BillOfExchange" "Other" |
required | object (PaymentTerm) |
| Note | string or null |
object (AccountCommand) | |
object (AccountCommand) | |
object (AccountCommand) | |
object (AccountCommand) | |
| LegalName | string or null |
| DueDateCalculationMode | string or null Enum: "PaymentTerm" "Extracted" |
{- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "Siren": "string",
- "Nic": "string",
- "PaymentMode": "Unknown",
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown",
- "IsDefault": true
}, - "Note": "string",
- "SupplierAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string"
}, - "DownPaymentAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string"
}, - "ChargeAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string"
}, - "VatAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string"
}, - "LegalName": "string",
- "DueDateCalculationMode": "PaymentTerm"
}{- "Id": 0,
- "PaymentMode": "Unknown",
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown"
}, - "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "IsValid": true,
- "Siret": "string",
- "Siren": "string",
- "Nic": "string",
- "Note": "string",
- "LegalName": "string",
- "BankCoordinatesHistory": [
- {
- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "CreatedBy": 0
}
], - "DownPaymentAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "ChargeAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "VatAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "DueDateCalculationMode": "PaymentTerm"
}| enterpriseId required | integer <int32> |
[- {
- "Id": 0,
- "PaymentMode": "Unknown",
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown"
}, - "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "IsValid": true,
- "Siret": "string",
- "Siren": "string",
- "Nic": "string",
- "Note": "string",
- "LegalName": "string",
- "BankCoordinatesHistory": [
- {
- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "CreatedBy": 0
}
], - "DownPaymentAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "ChargeAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "VatAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "DueDateCalculationMode": "PaymentTerm"
}
]| enterpriseId required | integer <int32> |
[- {
- "Id": 0,
- "PaymentMode": "Unknown",
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown"
}, - "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "IsValid": true,
- "Siret": "string",
- "Siren": "string",
- "Nic": "string",
- "Note": "string",
- "LegalName": "string",
- "BankCoordinatesHistory": [
- {
- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "CreatedBy": 0
}
], - "DownPaymentAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "ChargeAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "VatAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "DueDateCalculationMode": "PaymentTerm"
}
]| enterpriseId required | integer <int32> |
| supplierId required | integer <int32> |
| Iban | string or null |
| Bic | string or null |
| AccountHolderName | string or null <= 70 characters |
| Siret | string or null |
| PaymentMode | string or null Enum: "Unknown" "Check" "Transfer" "DirectDebit" "BankCard" "Cash" "BillOfExchange" "Other" |
required | object (PaymentTerm) |
| Note | string or null |
object (AccountCommand) | |
| DueDateCalculationMode | string or null Enum: "PaymentTerm" "Extracted" |
{- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "Siret": "string",
- "PaymentMode": "Unknown",
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown",
- "IsDefault": true
}, - "Note": "string",
- "DownPaymentAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string"
}, - "DueDateCalculationMode": "PaymentTerm"
}{- "Id": 0,
- "PaymentMode": "Unknown",
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown"
}, - "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "IsValid": true,
- "Siret": "string",
- "Siren": "string",
- "Nic": "string",
- "Note": "string",
- "LegalName": "string",
- "BankCoordinatesHistory": [
- {
- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "CreatedBy": 0
}
], - "DownPaymentAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "ChargeAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "VatAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "DueDateCalculationMode": "PaymentTerm"
}| enterpriseId required | integer <int32> |
| supplierId | integer <int32> |
[- {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}
]| enterpriseId required | integer <int32> |
| PageNumber required | integer <int32> Default: 1 |
| PageSize required | integer <int32> <= 100 Default: 100 |
| SearchText | string or null |
| Siren | string or null |
| Nic | string or null |
| SubAccountCode | string or null |
| HavingInvoices | boolean or null |
| IsValid | boolean or null |
| PaymentModes | Array of strings or null Enum: "Unknown" "Check" "Transfer" "DirectDebit" "BankCard" "Cash" "BillOfExchange" "Other" |
| SortColumn required | string Enum: "AccountLabel" "AccountNumber" "IsValid" "LegalName" |
| SortDirection required | string Enum: "Ascending" "Descending" |
{- "PageNumber": 1,
- "PageSize": 100,
- "SearchText": "string",
- "Siren": "string",
- "Nic": "string",
- "SubAccountCode": "string",
- "HavingInvoices": true,
- "IsValid": true,
- "PaymentModes": [
- "Unknown"
], - "SortColumn": "AccountLabel",
- "SortDirection": "Ascending"
}{- "Items": [
- {
- "Id": 0,
- "PaymentMode": "Unknown",
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown"
}, - "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "Account": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "IsValid": true,
- "Siret": "string",
- "Siren": "string",
- "Nic": "string",
- "Note": "string",
- "LegalName": "string",
- "BankCoordinatesHistory": [
- {
- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "CreatedBy": 0
}
], - "DownPaymentAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "ChargeAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "VatAccount": {
- "AccountId": 0,
- "AccountNumber": 0,
- "SubAccountId": 0,
- "SubAccountCode": "string",
- "AccountLabel": "string",
- "AccountName": "string"
}, - "DueDateCalculationMode": "PaymentTerm"
}
], - "PageNumber": 0,
- "PageSize": 0,
- "TotalCount": 0,
- "PageCount": 0,
- "HasPreviousPage": true,
- "HasNextPage": true
}| enterpriseId required | integer <int32> The accounting folder ID |
The bulk create/update command
required | Array of objects (CreateOrUpdateSupplierCommand) |
{- "Suppliers": [
- {
- "AccountName": "string",
- "LegalName": "string",
- "Siret": "string",
- "Iban": "string",
- "Bic": "string",
- "AccountHolderName": "string",
- "PaymentMode": "Unknown",
- "PaymentTerm": {
- "Days": 0,
- "Rule": "Unknown",
- "IsDefault": true
}, - "Note": "string",
- "ChargeAccountName": "string",
- "VatAccountName": "string",
- "DownPaymentAccountName": "string",
- "DueDateCalculationMode": "PaymentTerm"
}
]
}{- "CreatedCount": 0,
- "UpdatedCount": 0,
- "FailedCount": 0,
- "TotalCount": 0,
- "Errors": [
- {
- "AccountName": "string",
- "Errors": [
- "string"
]
}
]
}| enterpriseId required | integer <int32> The accounting folder ID |
| AccountingFolderId | integer <int32> |
| File | string <binary> |
{- "CreatedCount": 0,
- "UpdatedCount": 0,
- "FailedCount": 0,
- "TotalCount": 0,
- "Errors": [
- {
- "AccountName": "string",
- "Errors": [
- "string"
]
}
]
}| enterpriseId required | integer <int32> The accounting folder ID |
Requested file format (CSV or XLSX)
| FileType required | string Enum: "Csv" "Xlsx" |
{- "FileType": "Csv"
}"string"| enterpriseId required | integer <int32> |
| invoiceType required | string Enum: "SellInvoice" "BuyInvoice" |
{- "Id": 0,
- "Status": "InProgress",
- "StartDate": "2019-08-24T14:15:22Z",
- "Type": "SellInvoice",
- "IncludeDoubtfulAccounts": true,
- "FailureReason": {
- "ExceptionType": "string",
- "Message": "string",
- "Step": "string"
}
}| enterpriseId required | integer <int32> |
| synchronizationId required | integer <int32> |
{- "Id": 0,
- "Status": "InProgress",
- "StartDate": "2019-08-24T14:15:22Z",
- "Type": "SellInvoice",
- "IncludeDoubtfulAccounts": true,
- "FailureReason": {
- "ExceptionType": "string",
- "Message": "string",
- "Step": "string"
}
}| enterpriseId required | integer <int32> |
| StartDate required | string <date-time> |
| Type required | string Enum: "SellInvoice" "BuyInvoice" |
| IncludeDoubtfulAccounts | boolean or null |
{- "StartDate": "2019-08-24T14:15:22Z",
- "Type": "SellInvoice",
- "IncludeDoubtfulAccounts": true
}{- "Id": 0,
- "Status": "InProgress",
- "StartDate": "2019-08-24T14:15:22Z",
- "Type": "SellInvoice",
- "IncludeDoubtfulAccounts": true,
- "FailureReason": {
- "ExceptionType": "string",
- "Message": "string",
- "Step": "string"
}
}