Fetch Plan by Number
GET/:installmentPlanNumber
Retrieve an installment plan's information by providing its number in your path.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
- 400-599
Success
Unauthorized Request: Token is not authorized or is expired
Resource Does Not Exist: Plan or service does not exist; for all APIs, if an invalid plan number is passed in the URL, this error will be returned
General Server Error: Server encountered an unexpected condition
General Error: Sorry. There has been an error. Please try again.