GET api/Generic/GetSegmentDetailsByType?strType={strType}&iCompanyID={iCompanyID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strType | string |
Required |
|
| iCompanyID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetSegmentDetailsByType| Name | Description | Type | Additional information |
|---|---|---|---|
| pkId | integer |
None. |
|
| szDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pkId": 1,
"szDescription": "sample string 2"
},
{
"pkId": 1,
"szDescription": "sample string 2"
}
]
text/javascript
Sample:
[{"pkId":1,"szDescription":"sample string 2"},{"pkId":1,"szDescription":"sample string 2"}]