POST api/CalloutTypes
Request Information
URI Parameters
None.
Body Parameters
CalloutType| Name | Description | Type | Additional information |
|---|---|---|---|
| TypeUid | string |
None. |
|
| CompanyUid | string |
None. |
|
| Heading | string |
None. |
|
| TypeName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TypeUid": "sample string 1",
"CompanyUid": "sample string 2",
"Heading": "sample string 3",
"TypeName": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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"
}