Get invitable supplier by HpmSupplierId
Get a single invitable supplier by its id.
HTTP Method Type
GETResource URL
/invitable-suppliers/{hpmSupplierId}Parameters
|
Parameter |
Type |
Required |
Description |
{hpmSupplierId} |
URL Path Parameter |
yes |
specifies the HPM supplier id. |
Response
|
Return Codes |
Description |
|
HTTP 404 Status Code |
No invited supplier with id=xxx found. |
|
Return Value |
MediaType |
Description |
|
invitable-suppliers object |
JSON (Response Entity) |
returns a invitable-supplier object. |
The following diagram describes the response object in UML:
Example Usage:
GET http://localhost:8080/hsx/rest/invitable-suppliers/2405{ "hpmSupplierId": "2405", "hpmSupplierName": "Schwarz-Gruppe"}