GetClientAcctChargesByClientId()

Description

Returns details of account charges by the specified client(s).

Return Value

XML String

Parameters
Remarks

XML String has the following structure:

Field

Type

Length

Description

iId

Integer

4

Primary Key - Unique Identifier.

tDateTime

DateTime

8

Transaction date/time.

cInvoiceNo

String

12

Transaction invoice number.

(Formatted as YYYYMMDDXXXX - where XXXX is an incrementing ticket number.)

iHeaderId

Integer

4

Transaction Header Id.  Foreign Key to Transaction Header iId.

iClientId

Integer

4

Paying Client Id for the entire transaction.  Foreign Key to Clients iId.

nChargeAmou

Decimal

8

Account charge amount.

cInvNote

String

 

Transaction note.

 

 

Contact Us | Send Feedback