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