GET api/support/v1/CdpSubgroup?Group={Group}

Se obtiene la informacion para el combo de Subgrupos basado en el Grupo.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Group

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SupplierTypeNameId
NameDescriptionTypeAdditional 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>