Installments REST Endpoints
Installments
The REST web service for installment operations.
- Cancel an Installment Schedule
- Method: postPath:
/bcws/webresources/v1.0/installmentManagement/cancelInstallment - Create an Installment Proposal
- Method: postPath:
/bcws/webresources/v1.0/installmentManagement/installmentProposal - Create an Installment Schedule
- Method: postPath:
/bcws/webresources/v1.0/installmentManagement/installmentSchedule - Create an Installment Schedule Specification
- Method: postPath:
/bcws/webresources/v1.0/installmentManagement/installmentScheduleSpec - Get an Installment Schedule by ID
- Method: getPath:
/bcws/webresources/v1.0/installmentManagement/installmentSchedule/{id} - Get an Installment Schedule Specification by ID
- Method: getPath:
/bcws/webresources/v1.0/installmentManagement/installmentScheduleSpec/{id} - Get Bill Details by ID
- Method: getPath:
/bcws/webresources/v1.0/installmentManagement/installmentSchedule/bills - Get Data Dictionary Object Specifications
- Method: getPath:
/bcws/webresources/v1.0/installmentManagement/ddObjectSpec - Get G/L IDs
- Method: getPath:
/bcws/webresources/v1.0/installmentManagement/glid - Get Installment Bills
- Method: getPath:
/bcws/webresources/v1.0/installmentManagement/bills - Get Installment Schedule Bills
- Method: getPath:
/bcws/webresources/v1.0/installmentManagement/installmentSchedule/billDetails - Get Installment Schedule Specifications
- Method: getPath:
/bcws/webresources/v1.0/installmentManagement/installmentScheduleSpec - Get Installment Schedules
- Method: getPath:
/bcws/webresources/v1.0/installmentManagement/installmentSchedule - Update an Installment Schedule
- Method: patchPath:
/bcws/webresources/v1.0/installmentManagement/installmentSchedule/{id} - Update an Installment Schedule Specification
- Method: putPath:
/bcws/webresources/v1.0/installmentManagement/installmentScheduleSpec/{id}