Get a list of invitable suppliers
Get a list of invitable suppliers.
HTTP Method Type
GET
Resource URL
/invitable-suppliers/
Response
Return Value |
MediaType |
Description |
invitable-suppliers object |
JSON (Response Entity) |
returns a invitable-suppliers object. |
The following diagram describes the response object in UML:
Example Usage:
GET http:
//localhost:8080/hsx/rest/invitable-suppliers/
{
"invitableSuppliers"
: [
{
"hpmSupplierId"
:
"5196"
,
"hpmSupplierName"
:
"Gafisa S/A"
},
{
"hpmSupplierId"
:
"2405"
,
"hpmSupplierName"
:
"Schwarz-Gruppe"
},
{
"hpmSupplierId"
:
"2900"
,
"hpmSupplierName"
:
"Schrott Wenzel"
}
]}