For the complete documentation index, see llms.txt. This page is also available as Markdown.

Livre des achats

post
Autorisations
AuthorizationstringRequis
Bearer authentication header of the form Bearer <token>.
Corps
valueDatestring · date-timeRequis
paymentMethodUsednumber · enumRequisValeurs possibles:
otherPaymentMethodUsedstringOptionnel
amountnumberRequis
thirdPartyIdstringRequis
labelstringRequis
referencestringOptionnel
filesstring[]Optionnel
Réponses
201Succès
application/json
idstringRequis
valueDatestring · date-timeRequis
typestring · enumRequisValeurs possibles:
filesstring[]Optionnel
labelstringRequis
referencestringOptionnel
paymentMethodUsednumber · enumRequisValeurs possibles:
otherPaymentMethodUsedstringOptionnel
thirdPartyIdstringRequis
amountnumberRequis
vatAmountnumberRequis
hasTransactionbooleanRequis
fileCountbooleanRequis
oldNaturestringOptionnel
companyIdstringRequis
createdAtstring · date-timeRequis
updatedAtstring · date-timeRequis
post/v2/purchaseRegister
POST /v2/purchaseRegister HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 259

{
  "valueDate": "2026-01-01T00:00:00.000Z",
  "paymentMethodUsed": 1,
  "otherPaymentMethodUsed": "text",
  "amount": 1,
  "thirdPartyId": "text",
  "label": "text",
  "reference": "text",
  "files": [
    "text"
  ],
  "entries": [
    {
      "vatId": 1,
      "accountingAccountNumber": 1,
      "isPersonal": true,
      "amount": 1
    }
  ]
}
201Succès
{
  "id": "text",
  "valueDate": "2026-01-01T00:00:00.000Z",
  "type": "income",
  "files": [
    "text"
  ],
  "label": "text",
  "reference": "text",
  "paymentMethodUsed": 1,
  "otherPaymentMethodUsed": "text",
  "thirdPartyId": "text",
  "thirdParty": {
    "id": "text",
    "type": "provider",
    "additionalAddress": "text",
    "address": "text",
    "city": "text",
    "companyId": "text",
    "commercialName": "text",
    "contacts": [
      {
        "id": "text",
        "email": "text",
        "firstname": "text",
        "keywords": "text",
        "language": "text",
        "lastname": "text",
        "notes": "text",
        "phone": "text",
        "thirdPartyId": "text",
        "role": "text",
        "website": "text"
      }
    ],
    "country": "text",
    "keywords": "text",
    "language": "text",
    "nafCode": "text",
    "name": "text",
    "notes": "text",
    "phone": "text",
    "siren": "text",
    "siret": "text",
    "vatNumber": "text",
    "website": "text",
    "zipCode": "text",
    "accountingAccountId": "text",
    "accountingAccount": {},
    "createdAt": "2026-01-01T00:00:00.000Z",
    "deletedAt": "2026-01-01T00:00:00.000Z",
    "updatedAt": "2026-01-01T00:00:00.000Z"
  },
  "amount": 1,
  "vatAmount": 1,
  "hasTransaction": true,
  "fileCount": true,
  "entries": [
    {
      "id": "text",
      "valueDate": {},
      "label": "text",
      "fullLabel": "text",
      "debit": 1,
      "credit": 1,
      "amount": 1,
      "parent": true,
      "vatRate": {},
      "vatAmount": 1,
      "vatId": 1,
      "transactionId": "text",
      "lockedAt": {},
      "lockedBy": {},
      "transaction": {
        "id": "text",
        "account": {
          "id": "text",
          "isNew": true,
          "accountingAccountId": "text",
          "name": "text",
          "type": "text",
          "currencyCode": "text",
          "bridgeAccountId": 1,
          "bridgeItemId": 1,
          "bankinItemId": "text",
          "bankListId": 1,
          "bankList": {},
          "isSynchronized": true,
          "synchronizedAt": {},
          "desynchronizedAt": {},
          "startSynchronizedAt": {},
          "firstSynchronizedAt": {},
          "lastSyncAt": {},
          "companyId": "text",
          "accountBalance": [
            "text"
          ],
          "bridgeUpdatedAt": "2026-01-01T00:00:00.000Z",
          "numberOfTransactionsToAnnotate": 1,
          "createdAt": "2026-01-01T00:00:00.000Z",
          "updatedAt": "2026-01-01T00:00:00.000Z"
        },
        "accountId": "text",
        "amount": 1,
        "bridgeAccountId": 1,
        "bridgeCategoryId": 1,
        "bridgeTransactionId": 1,
        "currencyCode": "text",
        "entries": [
          {
            "id": "text",
            "valueDate": {},
            "label": "text",
            "fullLabel": "text",
            "debit": 1,
            "credit": 1,
            "amount": 1,
            "parent": true,
            "vatRate": {},
            "vatAmount": 1,
            "vatId": 1,
            "transactionId": "text",
            "lockedAt": {},
            "lockedBy": {},
            "transaction": "[Circular Reference]",
            "isPersonal": true,
            "companyId": "text",
            "company": "[Circular Reference]",
            "accountingAccountId": "text",
            "accountingAccount": "[Circular Reference]",
            "hasBeenUpdatedByUser": true,
            "isAnnotatedWithRules": true,
            "updatedAt": {},
            "createdAt": {}
          }
        ],
        "fullLabel": "text",
        "isDeleted": true,
        "isFuture": true,
        "label": "text",
        "paymentMethod": 1,
        "otherPaymentMethodUsed": {},
        "showClientSide": true,
        "hasAccountingBook": true,
        "fileCount": 1,
        "operationType": "sale",
        "suggestedAccountingAccount": {
          "id": 1,
          "name": "text",
          "abbyProfessionalAccountingAccountNumber": 1,
          "abbyPersonalAccountingAccountNumber": 1
        },
        "thirdPartyId": {},
        "thirdParty": {
          "id": "text",
          "type": "provider",
          "additionalAddress": "text",
          "address": "text",
          "city": "text",
          "companyId": "text",
          "commercialName": "text",
          "contacts": [
            {
              "id": "text",
              "email": "text",
              "firstname": "text",
              "keywords": "text",
              "language": "text",
              "lastname": "text",
              "notes": "text",
              "phone": "text",
              "thirdPartyId": "text",
              "role": "text",
              "website": "text"
            }
          ],
          "country": "text",
          "keywords": "text",
          "language": "text",
          "nafCode": "text",
          "name": "text",
          "notes": "text",
          "phone": "text",
          "siren": "text",
          "siret": "text",
          "vatNumber": "text",
          "website": "text",
          "zipCode": "text",
          "accountingAccountId": "text",
          "accountingAccount": {},
          "createdAt": "2026-01-01T00:00:00.000Z",
          "deletedAt": "2026-01-01T00:00:00.000Z",
          "updatedAt": "2026-01-01T00:00:00.000Z"
        },
        "lockedAt": {},
        "lockedBy": {},
        "createdAt": "2026-01-01T00:00:00.000Z",
        "updatedAt": "2026-01-01T00:00:00.000Z",
        "bridgeUpdatedAt": "2026-01-01T00:00:00.000Z",
        "valueDate": "2026-01-01T00:00:00.000Z"
      },
      "isPersonal": true,
      "companyId": "text",
      "company": {
        "id": "text",
        "activity": {
          "id": 1,
          "name": "text",
          "liberalType": 1,
          "isRegulated": true,
          "parentId": 1,
          "parent": {
            "id": 1,
            "name": "text"
          },
          "hidden": true,
          "isSap": true
        },
        "products": [
          {
            "id": "abby_plus",
            "productId": "text",
            "multiple": true,
            "recurring": true,
            "trial": {},
            "requireCreditCard": true
          }
        ],
        "productsCompany": [
          {
            "id": "text",
            "companyId": "text",
            "company": "[Circular Reference]",
            "productId": "abby_plus",
            "product": {
              "id": "abby_plus",
              "productId": "text",
              "multiple": true,
              "recurring": true,
              "trial": {},
              "requireCreditCard": true
            },
            "amount": 1,
            "frequency": "year",
            "subscriptionId": "text",
            "consumedAt": "2026-01-01T00:00:00.000Z",
            "manuallyAdded": true,
            "createdAt": "2026-01-01T00:00:00.000Z",
            "failedBillingDueDate": "2026-01-01T00:00:00.000Z",
            "lastFailedAt": "2026-01-01T00:00:00.000Z",
            "failedInvoiceUrl": "text",
            "updatedAt": "2026-01-01T00:00:00.000Z",
            "lockUntil": "2026-01-01T00:00:00.000Z",
            "deletedAt": "2026-01-01T00:00:00.000Z",
            "canceledAt": "2026-01-01T00:00:00.000Z",
            "trialAt": "2026-01-01T00:00:00.000Z",
            "lastPaidAt": "2026-01-01T00:00:00.000Z",
            "extendedTrialAt": "2026-01-01T00:00:00.000Z"
          }
        ],
        "additionalAddress": "text",
        "address": "text",
        "category": "text",
        "city": {
          "cityCode": "text",
          "name": "text"
        },
        "cityId": "text",
        "cityName": "text",
        "rcsGreffeCode": "text",
        "rsacGreffeCode": "text",
        "commercialName": "text",
        "creationActivityDescription": "text",
        "creationDate": "2026-01-01T00:00:00.000Z",
        "creationFinishedAt": "2026-01-01T00:00:00.000Z",
        "registeredType": 1,
        "opportunityType": "orders",
        "currentStep": "creation_requested",
        "currentDashboardStep": "files_to_validate",
        "creationId": "text",
        "declarationRecurrence": 1,
        "declarationPlatform": 6,
        "hasVat": true,
        "hasAcre": true,
        "impositionType": 1,
        "inseeImmatriculationDate": "2026-01-01T00:00:00.000Z",
        "legalStatus": 1,
        "taxSystem": "micro_bic",
        "nafCode": "text",
        "name": "text",
        "otherActivity": "text",
        "secondaryActivity": "text",
        "rcsImmatriculationDate": "2026-01-01T00:00:00.000Z",
        "rcsNumber": "text",
        "rneNumber": "text",
        "rsacNumber": "text",
        "rnaNumber": "text",
        "selectedRegisters": [
          "RCS"
        ],
        "departmentRmImmatriculation": "text",
        "registeredAt": "2026-01-01T00:00:00.000Z",
        "shareCapital": 1,
        "siren": "text",
        "siret": "text",
        "vatNumber": "text",
        "vatRecurrence": 1,
        "zipCode": "text",
        "trackingCompanySteps": [
          {
            "companyId": "text",
            "createdAt": "2026-01-01T00:00:00.000Z",
            "currentStep": "creation_requested",
            "currentDashboardStep": "files_to_validate",
            "referentId": "text",
            "referentFullname": "text",
            "authorId": "text",
            "authorFullname": "text"
          }
        ],
        "notes": [
          {
            "id": "text",
            "author": "[Circular Reference]",
            "authorId": "text",
            "company": "[Circular Reference]",
            "companyId": "text",
            "text": "text"
          }
        ],
        "referent": {
          "id": "text",
          "affiliationUrl": "text",
          "affilaeClickId": "text",
          "isCMA": true,
          "createdAt": "2026-01-01T00:00:00.000Z",
          "birthDate": {},
          "email": "text",
          "fullName": "text",
          "firebaseToken": "text",
          "profilePictureId": "text",
          "firstname": "text",
          "lastname": "text",
          "phone": "text",
          "zipCode": "text",
          "socialSecurityNumber": "text",
          "companies": [
            "[Circular Reference]"
          ],
          "civility": 1,
          "provider": "google.com",
          "onboardingAt": "2026-01-01T00:00:00.000Z",
          "onboardingId": "text",
          "updatedAt": "2026-01-01T00:00:00.000Z",
          "wantsActivityStartAt": "2026-01-01T00:00:00.000Z"
        },
        "signatureFileId": "text",
        "referentId": "text",
        "addressType": 4,
        "recordNumber": "text",
        "customerId": "text",
        "declarationUserId": "text",
        "declarationUser": {
          "id": "text",
          "affiliationUrl": "text",
          "affilaeClickId": "text",
          "isCMA": true,
          "createdAt": "2026-01-01T00:00:00.000Z",
          "birthDate": {},
          "email": "text",
          "fullName": "text",
          "firebaseToken": "text",
          "profilePictureId": "text",
          "firstname": "text",
          "lastname": "text",
          "phone": "text",
          "zipCode": "text",
          "socialSecurityNumber": "text",
          "companies": [
            "[Circular Reference]"
          ],
          "civility": 1,
          "provider": "google.com",
          "onboardingAt": "2026-01-01T00:00:00.000Z",
          "onboardingId": "text",
          "updatedAt": "2026-01-01T00:00:00.000Z",
          "wantsActivityStartAt": "2026-01-01T00:00:00.000Z"
        },
        "startDeclarationAt": "2026-01-01T00:00:00.000Z",
        "endDeclarationAt": "2026-01-01T00:00:00.000Z",
        "verifiedAt": "2026-01-01T00:00:00.000Z",
        "sapAgreementDate": "2026-01-01T00:00:00.000Z",
        "firstVatReportingDate": "2026-01-01T00:00:00.000Z"
      },
      "accountingAccountId": "text",
      "accountingAccount": {
        "id": "text",
        "category": 1,
        "color": "text",
        "description": "text",
        "icon": "text",
        "isHidden": true,
        "isPersonal": true,
        "isVatRelated": true,
        "name": "text",
        "number": 1,
        "position": 1,
        "tags": [
          "text"
        ],
        "parentId": "text",
        "parent": {
          "id": "text",
          "category": 1,
          "color": "text",
          "description": "text",
          "icon": "text",
          "isHidden": true,
          "isPersonal": true,
          "isVatRelated": true,
          "name": "text",
          "number": 1,
          "position": 1,
          "tags": [
            "text"
          ],
          "parentId": "text",
          "parent": {
            "id": "text",
            "category": 1,
            "color": "text",
            "description": "text",
            "icon": "text",
            "isHidden": true,
            "isPersonal": true,
            "isVatRelated": true,
            "name": "text",
            "number": 1,
            "position": 1,
            "tags": [
              "text"
            ],
            "parentId": "text",
            "parent": "[Circular Reference]",
            "companyId": "text",
            "company": "[Circular Reference]",
            "entryCount": 1,
            "lastUsedAt": "2026-01-01T00:00:00.000Z",
            "entries": [
              "text"
            ]
          },
          "companyId": "text",
          "company": {
            "id": "text",
            "activity": {
              "id": 1,
              "name": "text",
              "liberalType": 1,
              "isRegulated": true,
              "parentId": 1,
              "parent": {
                "id": 1,
                "name": "text"
              },
              "hidden": true,
              "isSap": true
            },
            "products": [
              {
                "id": "abby_plus",
                "productId": "text",
                "multiple": true,
                "recurring": true,
                "trial": {},
                "requireCreditCard": true
              }
            ],
            "productsCompany": "[Circular Reference]",
            "additionalAddress": "text",
            "address": "text",
            "category": "text",
            "city": {
              "cityCode": "text",
              "name": "text"
            },
            "cityId": "text",
            "cityName": "text",
            "rcsGreffeCode": "text",
            "rsacGreffeCode": "text",
            "commercialName": "text",
            "creationActivityDescription": "text",
            "creationDate": "2026-01-01T00:00:00.000Z",
            "creationFinishedAt": "2026-01-01T00:00:00.000Z",
            "registeredType": 1,
            "opportunityType": "orders",
            "currentStep": "creation_requested",
            "currentDashboardStep": "files_to_validate",
            "creationId": "text",
            "declarationRecurrence": 1,
            "declarationPlatform": 6,
            "hasVat": true,
            "hasAcre": true,
            "impositionType": 1,
            "inseeImmatriculationDate": "2026-01-01T00:00:00.000Z",
            "legalStatus": 1,
            "taxSystem": "micro_bic",
            "nafCode": "text",
            "name": "text",
            "otherActivity": "text",
            "secondaryActivity": "text",
            "rcsImmatriculationDate": "2026-01-01T00:00:00.000Z",
            "rcsNumber": "text",
            "rneNumber": "text",
            "rsacNumber": "text",
            "rnaNumber": "text",
            "selectedRegisters": [
              "RCS"
            ],
            "departmentRmImmatriculation": "text",
            "registeredAt": "2026-01-01T00:00:00.000Z",
            "shareCapital": 1,
            "siren": "text",
            "siret": "text",
            "vatNumber": "text",
            "vatRecurrence": 1,
            "zipCode": "text",
            "trackingCompanySteps": [
              {
                "companyId": "text",
                "createdAt": "2026-01-01T00:00:00.000Z",
                "currentStep": "creation_requested",
                "currentDashboardStep": "files_to_validate",
                "referentId": "text",
                "referentFullname": "text",
                "authorId": "text",
                "authorFullname": "text"
              }
            ],
            "notes": "[Circular Reference]",
            "referent": {
              "id": "text",
              "affiliationUrl": "text",
              "affilaeClickId": "text",
              "isCMA": true,
              "createdAt": "2026-01-01T00:00:00.000Z",
              "birthDate": {},
              "email": "text",
              "fullName": "text",
              "firebaseToken": "text",
              "profilePictureId": "text",
              "firstname": "text",
              "lastname": "text",
              "phone": "text",
              "zipCode": "text",
              "socialSecurityNumber": "text",
              "companies": [
                "[Circular Reference]"
              ],
              "civility": 1,
              "provider": "google.com",
              "onboardingAt": "2026-01-01T00:00:00.000Z",
              "onboardingId": "text",
              "updatedAt": "2026-01-01T00:00:00.000Z",
              "wantsActivityStartAt": "2026-01-01T00:00:00.000Z"
            },
            "signatureFileId": "text",
            "referentId": "text",
            "addressType": 4,
            "recordNumber": "text",
            "customerId": "text",
            "declarationUserId": "text",
            "declarationUser": {
              "id": "text",
              "affiliationUrl": "text",
              "affilaeClickId": "text",
              "isCMA": true,
              "createdAt": "2026-01-01T00:00:00.000Z",
              "birthDate": {},
              "email": "text",
              "fullName": "text",
              "firebaseToken": "text",
              "profilePictureId": "text",
              "firstname": "text",
              "lastname": "text",
              "phone": "text",
              "zipCode": "text",
              "socialSecurityNumber": "text",
              "companies": [
                "[Circular Reference]"
              ],
              "civility": 1,
              "provider": "google.com",
              "onboardingAt": "2026-01-01T00:00:00.000Z",
              "onboardingId": "text",
              "updatedAt": "2026-01-01T00:00:00.000Z",
              "wantsActivityStartAt": "2026-01-01T00:00:00.000Z"
            },
            "startDeclarationAt": "2026-01-01T00:00:00.000Z",
            "endDeclarationAt": "2026-01-01T00:00:00.000Z",
            "verifiedAt": "2026-01-01T00:00:00.000Z",
            "sapAgreementDate": "2026-01-01T00:00:00.000Z",
            "firstVatReportingDate": "2026-01-01T00:00:00.000Z"
          },
          "entryCount": 1,
          "lastUsedAt": "2026-01-01T00:00:00.000Z",
          "entries": [
            "text"
          ]
        },
        "companyId": "text",
        "company": {
          "id": "text",
          "activity": {
            "id": 1,
            "name": "text",
            "liberalType": 1,
            "isRegulated": true,
            "parentId": 1,
            "parent": {
              "id": 1,
              "name": "text"
            },
            "hidden": true,
            "isSap": true
          },
          "products": [
            {
              "id": "abby_plus",
              "productId": "text",
              "multiple": true,
              "recurring": true,
              "trial": {},
              "requireCreditCard": true
            }
          ],
          "productsCompany": "[Circular Reference]",
          "additionalAddress": "text",
          "address": "text",
          "category": "text",
          "city": {
            "cityCode": "text",
            "name": "text"
          },
          "cityId": "text",
          "cityName": "text",
          "rcsGreffeCode": "text",
          "rsacGreffeCode": "text",
          "commercialName": "text",
          "creationActivityDescription": "text",
          "creationDate": "2026-01-01T00:00:00.000Z",
          "creationFinishedAt": "2026-01-01T00:00:00.000Z",
          "registeredType": 1,
          "opportunityType": "orders",
          "currentStep": "creation_requested",
          "currentDashboardStep": "files_to_validate",
          "creationId": "text",
          "declarationRecurrence": 1,
          "declarationPlatform": 6,
          "hasVat": true,
          "hasAcre": true,
          "impositionType": 1,
          "inseeImmatriculationDate": "2026-01-01T00:00:00.000Z",
          "legalStatus": 1,
          "taxSystem": "micro_bic",
          "nafCode": "text",
          "name": "text",
          "otherActivity": "text",
          "secondaryActivity": "text",
          "rcsImmatriculationDate": "2026-01-01T00:00:00.000Z",
          "rcsNumber": "text",
          "rneNumber": "text",
          "rsacNumber": "text",
          "rnaNumber": "text",
          "selectedRegisters": [
            "RCS"
          ],
          "departmentRmImmatriculation": "text",
          "registeredAt": "2026-01-01T00:00:00.000Z",
          "shareCapital": 1,
          "siren": "text",
          "siret": "text",
          "vatNumber": "text",
          "vatRecurrence": 1,
          "zipCode": "text",
          "trackingCompanySteps": [
            {
              "companyId": "text",
              "createdAt": "2026-01-01T00:00:00.000Z",
              "currentStep": "creation_requested",
              "currentDashboardStep": "files_to_validate",
              "referentId": "text",
              "referentFullname": "text",
              "authorId": "text",
              "authorFullname": "text"
            }
          ],
          "notes": "[Circular Reference]",
          "referent": {
            "id": "text",
            "affiliationUrl": "text",
            "affilaeClickId": "text",
            "isCMA": true,
            "createdAt": "2026-01-01T00:00:00.000Z",
            "birthDate": {},
            "email": "text",
            "fullName": "text",
            "firebaseToken": "text",
            "profilePictureId": "text",
            "firstname": "text",
            "lastname": "text",
            "phone": "text",
            "zipCode": "text",
            "socialSecurityNumber": "text",
            "companies": [
              "[Circular Reference]"
            ],
            "civility": 1,
            "provider": "google.com",
            "onboardingAt": "2026-01-01T00:00:00.000Z",
            "onboardingId": "text",
            "updatedAt": "2026-01-01T00:00:00.000Z",
            "wantsActivityStartAt": "2026-01-01T00:00:00.000Z"
          },
          "signatureFileId": "text",
          "referentId": "text",
          "addressType": 4,
          "recordNumber": "text",
          "customerId": "text",
          "declarationUserId": "text",
          "declarationUser": {
            "id": "text",
            "affiliationUrl": "text",
            "affilaeClickId": "text",
            "isCMA": true,
            "createdAt": "2026-01-01T00:00:00.000Z",
            "birthDate": {},
            "email": "text",
            "fullName": "text",
            "firebaseToken": "text",
            "profilePictureId": "text",
            "firstname": "text",
            "lastname": "text",
            "phone": "text",
            "zipCode": "text",
            "socialSecurityNumber": "text",
            "companies": [
              "[Circular Reference]"
            ],
            "civility": 1,
            "provider": "google.com",
            "onboardingAt": "2026-01-01T00:00:00.000Z",
            "onboardingId": "text",
            "updatedAt": "2026-01-01T00:00:00.000Z",
            "wantsActivityStartAt": "2026-01-01T00:00:00.000Z"
          },
          "startDeclarationAt": "2026-01-01T00:00:00.000Z",
          "endDeclarationAt": "2026-01-01T00:00:00.000Z",
          "verifiedAt": "2026-01-01T00:00:00.000Z",
          "sapAgreementDate": "2026-01-01T00:00:00.000Z",
          "firstVatReportingDate": "2026-01-01T00:00:00.000Z"
        },
        "entryCount": 1,
        "lastUsedAt": "2026-01-01T00:00:00.000Z",
        "entries": [
          "text"
        ]
      },
      "hasBeenUpdatedByUser": true,
      "isAnnotatedWithRules": true,
      "updatedAt": {},
      "createdAt": {}
    }
  ],
  "oldNature": "text",
  "companyId": "text",
  "createdAt": "2026-01-01T00:00:00.000Z",
  "updatedAt": "2026-01-01T00:00:00.000Z"
}
delete
Autorisations
AuthorizationstringRequis
Bearer authentication header of the form Bearer <token>.
Paramètres de chemin
idstringRequis
Réponses
200Succès

Aucun contenu

delete/v2/purchaseRegister/{id}
DELETE /v2/purchaseRegister/{id} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200Succès

Aucun contenu

Mis à jour

Ce contenu vous a-t-il été utile ?