GET api/CalloutTypes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CalloutType| Name | Description | Type | Additional information |
|---|---|---|---|
| TypeUid | string |
None. |
|
| CompanyUid | string |
None. |
|
| Heading | string |
None. |
|
| TypeName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TypeUid": "sample string 1",
"CompanyUid": "sample string 2",
"Heading": "sample string 3",
"TypeName": "sample string 4"
}