Get ProcurementAgent Planning Unit list for a Procurement Agent
GET/api/procurementAgent/:procurementAgentId/planningUnit
API used to get the ProcurementAgent Planning Unit list for a Procurement Agent. Will only return those PlanningUnits that are marked active.
Request
Responses
- 200
- 403
- 404
- 500
Returns the PlanningUnit list
Returns a HttpStatus.FORBIDDEN if the User does not have access
Returns a HttpStatus.NOT_FOUND if the procurementAgentId specified does not exist
Internal error that prevented the retreival of ProcurementAgent Planning Unit list