GET api/Generic/GetRequestType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GetRequestType| Name | Description | Type | Additional information |
|---|---|---|---|
| pkID | integer |
None. |
|
| szDescription | string |
None. |
|
| iType | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pkID": 1,
"szDescription": "sample string 2",
"iType": 3
},
{
"pkID": 1,
"szDescription": "sample string 2",
"iType": 3
}
]
text/javascript
Sample:
[{"pkID":1,"szDescription":"sample string 2","iType":3},{"pkID":1,"szDescription":"sample string 2","iType":3}]