Get FundingSource for a FundingSourceId
GET/api/fundingSource/:fundingSourceId
API used to get the FundingSource for a specific FundingSourceId
Request
Responses
- 200
- 403
- 404
- 500
Returns the FundingSource
Returns a HttpStatus.FORBIDDEN if the User does not have access
Returns a HttpStatus.NOT_FOUND if the FundingSourceId specified does not exist
Internal error that prevented the retreival of FundingSource