GET api/PrincipalComponent/GetPrincipalComponentListByPrincipalTypeID?principalTypeID={principalTypeID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| principalTypeID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PrincipalComponentTypeForList| Name | Description | Type | Additional information |
|---|---|---|---|
| PrincipalComponentTypeID | integer |
None. |
|
| PrincipalComponentType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PrincipalComponentTypeID": 1,
"PrincipalComponentType": "sample string 2"
},
{
"PrincipalComponentTypeID": 1,
"PrincipalComponentType": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfPrincipalComponentTypeForList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.PrincipalComponentType">
<PrincipalComponentTypeForList>
<PrincipalComponentType>sample string 2</PrincipalComponentType>
<PrincipalComponentTypeID>1</PrincipalComponentTypeID>
</PrincipalComponentTypeForList>
<PrincipalComponentTypeForList>
<PrincipalComponentType>sample string 2</PrincipalComponentType>
<PrincipalComponentTypeID>1</PrincipalComponentTypeID>
</PrincipalComponentTypeForList>
</ArrayOfPrincipalComponentTypeForList>