GET api/support/v1/supplierEpo?subgroup={subgroup}
Se obtiene la informacion para el combo de grupos
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subgroup | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SupplierTypeNameIdName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
desc | string |
None. |
|
foreignId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "desc": "sample string 2", "foreignId": 3 }, { "Id": 1, "desc": "sample string 2", "foreignId": 3 } ]
application/xml, text/xml
Sample:
<ArrayOfSupplierTypeNameId xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SupplierTypeNameId> <Id>1</Id> <desc>sample string 2</desc> <foreignId>3</foreignId> </SupplierTypeNameId> <SupplierTypeNameId> <Id>1</Id> <desc>sample string 2</desc> <foreignId>3</foreignId> </SupplierTypeNameId> </ArrayOfSupplierTypeNameId>