Get ProcurementUnit for a RealmId
GET/api/procurementUnit/realmId/:realmId/all
API used to get all the ProcurementUnits for a specific RealmId.
Request
Responses
- 200
- 403
- 404
- 500
Returns the ProcurementUnits list
Returns a HttpStatus.FORBIDDEN if the User does not have access
Returns a HttpStatus.NOT_FOUND if the RealmId specified does not exist
Internal error that prevented the retreival of ProcurementUnit