POST Call/UpdateCallList

Request Information

URI Parameters

None.

Body Parameters

CallList
NameDescriptionTypeAdditional 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

boolean

Response Formats

application/json, text/json

Sample:
true