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

Version 1 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 
sellerNipStringY 
clientNameStringY 
clientCityStringY 
clientStreetStringY 
clientHouseStringY 
clientApartmentStringN 
clientPostCodeStringY 
clientPostOfficeStringY 
clientNipStringY 
createDateDateY 
statusStatusEnumYInvoice status
invoiceTypeInvoiceTypeEnumYInvoice type. Possible values: FS sales invoice, PAR receipt, PROF proforma invoice, PROF_REGISTER_IMP, PROF_REGISTER_EXP
pdfFilePublicPathStringY 
assignedPdfFilePublicPatStringN 
bankAccountNameStringN 
bankAccountAddressStringN 
totalWeightDoubleY 
totalGrossWeightDoubleY 
totalCounterDoubleY 
dispatchRegisterNumberStringN 
totalPriceWordsStringY 
totalColliStringN 
incotermsTypeStringN 
invoicePositionsApiBeanList<InvoicePositionApiBean>Y 
  • No labels