POST Call/DeleteCallList
Request Information
URI Parameters
None.
Body Parameters
DeleteCallDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CallID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CallID": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of CallList| Name | Description | Type | Additional information |
|---|---|---|---|
| CallID | integer |
None. |
|
| Name | string |
None. |
|
| ScenarioNumber | integer |
None. |
|
| Subject | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CallID": 1,
"Name": "sample string 2",
"ScenarioNumber": 3,
"Subject": "sample string 4"
},
{
"CallID": 1,
"Name": "sample string 2",
"ScenarioNumber": 3,
"Subject": "sample string 4"
}
]