Skip to content

CallDownCreateResponse

Result of scheduling a call-back entry.

Properties

Property Type Required Description
successful boolean Yes Whether the entry was scheduled. Allowed values: True.
id string Yes Generated call-back entry identifier.

Example

{
  "successful": true,
  "id": "string"
}