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