Junction Networks

Junction Networks Web Services API

AccountInvoiceBrowse

Returns invoices associated with an Account.

Authentication

This action requires an Authenticated Session.

Authorization

This action requires Account Read permission.

Parameters

AccountId
Required
A positive integer which references a unique Account.
OrderBy
Optional
Default Value: AccountInvoiceId Desc
AccountId [Desc] | AccountInvoiceId [Desc]
Limit
Optional
Default Value: 20
The maximum number of records to return.
Offset
Optional
Default Value: 0
The offset of the first record to return. The offset of the initial record is 0 (not 1).
CalcFound
Optional
Default Value: true
Calculate how many records there would be in the result set, disregarding any Limit parameter.

Result RELAX NG Schema Modules

Main module: AccountInvoiceBrowse.rng

Supporting modules:  AccountInvoice.rng

Result Element Example

Not available.