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 »

Overview


This specifies the identity of an Invoice. Invoices can be identified by InvoiceNumber or InvoiceUid. When specifying an PwsInvoiceRef as an input to a web service, you may specify one or both the InvoiceNumber and InvoiceUid. However, if you do specify both they must both refer to the same Client or the Client Reference will not be considered valid. When a PwsClientRef is returned in the response to a web service, both the ClientUid and ClientNumber will be populated, and guaranteed to refer to a single Client.

Format


PwsInvoiceRef
  • PwsInvoiceRef
    • InvoiceId: Int32
    • InvoiceNumber: String
    • InvoiceUid: Int64
  • No labels