Newer Version Available

This content describes an older version of this product. View Latest

VPLS360_InvoiceInfo

This Integration Procedure fetches stub data for the billing summary and for invoices.

Sample Input

1{
2	"userId": "0054W0100087rTN"
3}

Parameter

Required/Optional

userId

Required

Sample Output

1{
2	"Billing": [{
3			"InvoiceAmount": "$67.50",
4			"InvoiceDate": "7-April-2020",
5			"InvoiceDownload": "/resource/VPLS360Invoice/VPLInvoices/VPLInvoiceApr2020.pdf",
6			"PaymentStatus": "Failed"
7		},
8		{
9			"InvoiceAmount": "$67.50",
10			"InvoiceDate": "7-March-2020",
11			"InvoiceDownload": "/resource/VPLS360Invoice/VPLInvoices/VPLInvoiceMarch2020.pdf",
12			"PaymentStatus": "Paid"
13		}
14	]
15}

Called By

  • Flows:

    • Self care: Billing Card on Overview Page

  • Components:

    • LWC: vplS360SelfCareOverviewBillingCard.js

    • LWC: vplS360SelfCareBillingDetails.js

Calls

None.