Transaction Summary Receipt

Get transaction summary receipt URL

GET /api/.../receipts/url?receipttype=pasttxns&patronid={patronid}

Returns an URL of transaction summary receipt template file

Request Information

Parameters
Name Type Required Description
receipttype String Yes Possible value is "pasttxns"
patronid Integer Yes Identity value of the patron

Response Information

Example
receipts/print_pasttxn_receipt?patronid=123&loginbranchid=3&languageid=1033

HTTP Response Codes

Code Description
200 OK. Success

Get transaction summary receipt html document

POST /{path}

Parameters
Name Type Required Description
path String Yes receipt URL returned by "Get transaction summary receipt URL".

Response Information

 an html document.

Preview of an example html document

    Date: 03/07/2018 11:35:26 AM
    Type: Charge
    Reason: New Card
    Title:
    Barcode:
    Amount: $7.00
    Note:

    Date: 03/07/2018 11:22:55 AM
    Type: Pay
    Reason: Copy / Print
    Title:
    Barcode:
    Amount: $2.00
    Note:

    Date: 03/07/2018 10:59:22 AM
    Type: Waive
    Reason: Processing Charge
    Title: Snow
    Barcode: 0004300256841
    Amount: $3.00
    Note: Declared Lost

    Date: 03/07/2018 10:59:22 AM
    Type: Charge
    Reason: Processing Charge
    Title: Snow
    Barcode: 0004300256841
    Amount: $3.00
    Note: Declared Lost



    . 

HTTP Response Codes

Code Description
200 OK. Success
401 Unauthorized