Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Method name:

public ArrayList<InvoiceApiBean> findInvoices(String dateFrom, String dateTo, String apiKey) 
throws MeestException;

Service response: InvoiceApiBean

Field nameField typeRequiredDescription
idInvoiceLongYInvoice ID
paymentTypePaymentTypeEnumYPayment Type Enum. Possible values:CASCH, TRANSFER, ON_DELIVERY, DEFERRED
paymentTypeNameStringYPayment type
invoiceNumberStringYInvoice number
invoiceNameStringYInvoice name
invoiceDateDateYInvoice date
currencyStringYCurrency
descriptionStringNAdditional description
paymentDateDateYPayment date
totalNettoDoubleYTotal netto
totalBruttoDoubleYTotal brutto
pricePaidDoubleYPaid Price
sellerNameStringYSeller name
sellerCityStringYSeller city
sellerStreetStringYSeller Street
sellerHouseStringYSeller House
sellerApartmentStringNSeller Apartment
sellerPostCodeStringYSeller Postal Code
sellerPostOfficeStringY

Poczta

sellerNipStringY

NIP

clientNameStringYNazwa odbiorcy
clientCityStringYMiejscowość
clientStreetStringY

Ulica

clientHouseStringYNumer domu
clientApartmentStringN

Lokal

clientPostCodeStringYKod pocztowy
clientPostOfficeStringY

Poczta

clientNipStringYNIP
createDateDateYData utworzenia
statusStatusEnumYInvoice status
invoiceTypeInvoiceTypeEnumYInvoice type. Possible values: FS sales invoice, PAR receipt, PROF proforma invoice, PROF_REGISTER_IMP, PROF_REGISTER_EXP
pdfFilePublicPathStringY

Ścieżka do pliku PDF

assignedPdfFilePublicPatStringNŚcieżka do pliku podpisanego podpisem elektronicznym
bankAccountNameStringNNumer konta
bankAccountAddressStringNAdres banku
totalWeightDoubleY

Waga całkowita

totalGrossWeightDoubleYWaga brutto
totalCounterDoubleY

Ilość

dispatchRegisterNumberStringN

Numer rejestru przesyłek

totalPriceWordsStringY

Kwota słownie

totalColliStringNIlość przesyłek
incotermsTypeStringNWarunki dostawy
invoicePositionsApiBeanList<InvoicePositionApiBean>YPozycje faktury
  • No labels