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