Request Information

Deprecated

The method uses legacy v1 filters. Use GET with a filter for partner id.

Returns invoice list for specific contact.

Example URL:
v2.0/ProformaInvoices/{contactId}/Invoices
NameDescriptionTypeAdditional information
contactId

Contact Id

integer

Required

contactId

Contact Id

integer

Required

None.

Response Information

IPageOfProformaInvoiceApiModel
NameDescriptionTypeAdditional information
Data

List of entities on this page

Collection of ProformaInvoiceApiModel

None.

TotalItems

Total number of entries

integer

None.

TotalPages

Total number of pages

integer

None.

Sample:
{
  "Data": [
    {
      "AttachmentFileName": "sample string 1",
      "BaseTaxBasicRate": 2.0,
      "BaseTaxBasicRateHc": 3.0,
      "BaseTaxReducedRate1": 4.0,
      "BaseTaxReducedRate1Hc": 5.0,
      "BaseTaxReducedRate2": 6.0,
      "BaseTaxReducedRate2Hc": 7.0,
      "BaseTaxZeroRate": 8.0,
      "BaseTaxZeroRateHc": 9.0,
      "ConstantSymbolId": 10,
      "CurrencyId": 11,
      "DateLastChange": "2024-04-24T04:51:17.6879807+00:00",
      "DateOfAccountingEvent": "2024-04-24T04:51:17.6879807+00:00",
      "DateOfIssue": "2024-04-24T04:51:17.6879807+00:00",
      "DateOfLastReminder": "2024-04-24T04:51:17.6879807+00:00",
      "DateOfMaturity": "2024-04-24T04:51:17.6879807+00:00",
      "DateOfPayment": "2024-04-24T04:51:17.6879807+00:00",
      "Description": "sample string 18",
      "DocumentNumber": "sample string 19",
      "DocumentSerialNumber": 20,
      "EetResponsibility": 0,
      "ExchangeRate": 21.0,
      "ExchangeRateAmount": 22.0,
      "Exported": 0,
      "IsEet": true,
      "IsProformaTaxed": true,
      "IsSentToAccountant": true,
      "IsSentToPurchaser": true,
      "ItemsTextPrefix": "sample string 27",
      "ItemsTextSuffix": "sample string 28",
      "LanguageCode": "sample string 29",
      "LanguageId": 30,
      "Maturity": 31,
      "MyCompanyDocumentAdrressId": 32,
      "Note": "sample string 33",
      "OrderNumber": "sample string 34",
      "PaymentOptionId": 35,
      "PaymentStatus": 0,
      "ProformaInvoiceItems": [
        {
          "InvoiceId": 1,
          "TotalWithVatBeforeDiscount": 2.0,
          "TotalWithoutVatBeforeDiscount": 3.0,
          "TotalVatBeforeDiscount": 4.0,
          "Code": "sample string 5",
          "DateLastChange": "2024-04-24T04:51:17.6879807+00:00",
          "IsRoundedItem": true,
          "IsTaxMovement": true,
          "ItemType": 0,
          "Price": 9.0,
          "PriceTotalWithoutVat": 10.0,
          "PriceTotalWithoutVatHc": 11.0,
          "PriceTotalWithVat": 12.0,
          "PriceTotalWithVatHc": 13.0,
          "PriceUnitVat": 14.0,
          "PriceUnitVatHc": 15.0,
          "PriceUnitWithoutVat": 16.0,
          "PriceUnitWithoutVatHc": 17.0,
          "PriceUnitWithVat": 18.0,
          "PriceUnitWithVatHc": 19.0,
          "TotalPrice": 20.0,
          "VatRate": 21.0,
          "VatTotal": 22.0,
          "VatTotalHc": 23.0,
          "Amount": 24.0,
          "Name": "sample string 25",
          "PriceListItemId": 1,
          "PriceType": 0,
          "Unit": "sample string 26",
          "UnitPrice": 27.0,
          "VatCodeId": 1,
          "VatRateType": 0,
          "Id": 28
        }
      ],
      "PurchaserDocumentAddressId": 36,
      "PurchaserId": 37,
      "RemindersCount": 38,
      "ReportColorValue": "sample string 39",
      "ReportId": 40,
      "RoundingDifference": 41.0,
      "TaxBasicRate": 42.0,
      "TaxBasicRateHc": 43.0,
      "TaxReducedRate1": 44.0,
      "TaxReducedRate1Hc": 45.0,
      "TaxReducedRate2": 46.0,
      "TaxReducedRate2Hc": 47.0,
      "TotalBasicRate": 48.0,
      "TotalBasicRateHc": 49.0,
      "TotalReducedRate1": 50.0,
      "TotalReducedRate1Hc": 51.0,
      "TotalReducedRate2": 52.0,
      "TotalReducedRate2Hc": 53.0,
      "TotalVat": 54.0,
      "TotalVatHc": 55.0,
      "TotalWithoutVat": 56.0,
      "TotalWithoutVatHc": 57.0,
      "TotalWithVat": 58.0,
      "TotalWithVatHc": 59.0,
      "VariableSymbol": "sample string 60",
      "VatOnPayStatus": 0,
      "VatRegime": 0,
      "VatRateBasic": 61.0,
      "VatRateReduced1": 62.0,
      "VatRateReduced2": 63.0,
      "IsIncomeTax": true,
      "RecountVersion": 0,
      "Id": 65
    }
  ],
  "TotalItems": 1,
  "TotalPages": 1
}
Sample:

Sample not available.

Sample:

Sample not available.