| 
            
              IInvoiceGetInvoiceOriginDetailsByInvoiceGUID Method
             | 
          
        
        
 Gets Invoice's origin details (hour entries, items, cases and phases).
 
        
        Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+d0bf05dcd8855b3363476bb1c84ab29c9a1ec66b
SyntaxInvoiceOriginDetails GetInvoiceOriginDetailsByInvoiceGUID(
	string invoiceGUID
)
Function GetInvoiceOriginDetailsByInvoiceGUID ( 
	invoiceGUID As String
) As InvoiceOriginDetails
Parameters
- invoiceGUID  String
 - The identifier of the invoice.
 
Return Value
InvoiceOriginDetailsInvoiceOriginDetails object.
Exceptions
RemarksThe origin details of an invoice means all the data that invoice consist of. The object can be big, if invoice is created from big amount of data.
 This method should be used only when there is need to find out exactly from which entries the invoice consists of,
 and information from those entries need to be transferred to other system.
See Also