Get Installment Schedule Bills
get
/bcws/webresources/v1.0/installmentManagement/installmentSchedule/billDetails
Gets the installment schedule bills that match the specified query criteria.
Request
Query Parameters
-
accountRef(required): string
The account ID, for example: 0.0.0.1+-account+2345678
-
installmentRef(required): string
The installment schedule ID, for example: 0.0.0.1+-installment_schedule+3456789
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/xml
- application/json
200 Response
The installment schedule bill information was retrieved successfully.
Nested Schema : installmentScheduleBillDetails
Type:
Show Source
object
-
billDetails(required): array
billDetails
-
billInfoID(required): string
The installment schedule bill information ID.
-
href(required): string
The unique resource URL, used for getting the object.
-
id(required): string
The installment schedule bill ID.
Nested Schema : InstallmentScheduleBill
Type:
Show Source
object
-
billNo(required): string
The installment schedule bill number.
-
createdAt(required): string
The date and time the installment schedule bill was created.
-
dueAmount: object
Money
-
dueAt(required): string
The date and time the installment schedule bill is due.
-
id(required): string
The installment schedule bill ID.
-
status(required): string
The installment schedule bill status.
-
totalAmount: object
Money
Nested Schema : Money
Type:
Show Source
object
-
amount(required): number
The amount of money.
-
currency: integer
(int32)
The currency for the money.
500 Response
An error occurred. An exception has been raised.