GET /callins/new
Creates a callin object with all configured defaults set. This doesn't create a record
in the database. Instead, callers of this method can edit the returned object and then
pass it back to the /create method to actually insert the record in the database.
Roles that can access this endpoint are Users.
Parameters
| name |
description |
type |
default |
type |
| movementId |
Include a movement id value if you want to return movement related data in the callin record |
query
|
|
String
|
| includeCallinScriptDetails |
Provide this parameter if you want the callin record to include callin script template details. |
query
|
|
boolean
|
Result
RowCallin
of type:
application/xml
application/json
a callin record with all appropriate defaults set
Additional attributes:
__callinScriptSelectionDetail This value represents the script template selection detail from the selected callin script template.
Child Elements:
RowCallinScriptTemplate This element represents the callin script template associated with the callin, by the callin.callin_script_template field.
The element contains a __name attribute with the value callinScriptTemplate.
RowCallinScriptTemplateDetail This element represents the callin script template detail associated with the callin script template assigned to the callin, by the callin.callin_script_template field.
The element contains a __name attribute with the value callinScriptTemplateDetail.
Try It Out
Request