Skip to end of metadata
Go to start of metadata

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
sellerPostOfficeStringYPost
sellerNipStringY

NIP

clientNameStringYReciver name
clientCityStringYCity
clientStreetStringYStreet
clientHouseStringYHouse number
clientApartmentStringNApartament number
clientPostCodeStringYPostal code
clientPostOfficeStringYPost
clientNipStringYNIP
createDateDateYCreate date
statusStatusEnumYInvoice status
invoiceTypeInvoiceTypeEnumYInvoice type. Possible values: FS sales invoice, PAR receipt, PROF proforma invoice, PROF_REGISTER_IMP, PROF_REGISTER_EXP
pdfFilePublicPathStringY
The path to the PDF file
assignedPdfFilePublicPatStringNThe path to the file signed with an electronic signature
bankAccountNameStringN
Account number
bankAccountAddressStringNBank adress
totalWeightDoubleY

Total weight

totalGrossWeightDoubleYTotal gross weight
totalCounterDoubleY
Quantity
dispatchRegisterNumberStringN

Dispatch register number

totalPriceWordsStringY
Amount in words
totalColliStringNNumber of items
incotermsTypeStringNConditions of delivery
invoicePositionsApiBeanList<InvoicePositionApiBean>YPositions invoice

The object InvoicePositionApiBean was update on one additional field productEan. This field is only for new proforma invoice after 06.06.2018.

  • No labels