{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PutAgentCallCallerId",
"title": "PutAgentCallCallerId",
"type": "object",
"required": [
"selectedCallerId"
],
"properties": {
"selectedCallerId": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvZWZkN2JjYzAtMjNkNS00NWM2LTk1N2YtZWNhYWEyZDU0M2Uw",
"description": "The unique identifier of the call queue or hunt group to use for the agent's caller ID. Set to null to use the agent's own caller ID."
}
}
}