Click or drag to resize

IInvoiceGetFinvoicesByStatus Method

THIS OPERATION IS OBSOLETE. DO NOT USE THIS.

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+8f7eb184eaf15268d77a4dcff6cbdb806f66ee6f
Syntax
List<Finvoice> GetFinvoicesByStatus(
	string businessUnitGUID,
	string status,
	int options = 0
)

Parameters

businessUnitGUID  String
Business unit GUID.
status  String
Status
options  Int32  (Optional)
Options

Return Value

ListFinvoice
Finvoice
Exceptions
ExceptionCondition
AuthenticationFailureExceptionThe caller could not be authenticated.
GeneralFailureExceptionAny other fault.
NotFoundExceptionFinvoices could not be found.
Remarks
THIS OPERATION IS OBSOLETE. DO NOT USE THIS. Use GetFinvoicesByStatus(businessUnitGUID, status, finvoiceVersion, options) instead.
See Also