Skip to content

RecallDto

← Recall DTO

Describe recall to contact

Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Recall/RecallDto.cs (core.businesslogicservice).

Describe recall to contact

Также определён в: integration.callcenternotification.

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
idnumberдаRecall Idint
phoneContactIdnumberдаRecall to PhoneContact idint
callCenterTypeQueueTypeDtoдаWhich call center will recallQueueTypeDto
commentsstring | nullнетCustom manager commentsstring?
attemptsCountnumberдаRecall attempts countint
approximateRecallDateTimestringдаApproximate date and time when recall should be doneDateTime
recallIntervalFromstring | nullнетRecall should be done in time range start fromTimeOnly
recallIntervalTostring | nullнетRecall should be done in time range end toTimeOnly
statusRecallStatusDtoдаCurrent recall statusRecallStatusDto
recalledByUserIdnumber | nullнетID of user who recalled / is recallingint?
recalledByUserFullNamestring | nullнетFull name of user who recalled / is recallingstring?
emailIdnumber | nullнет
externalTypeExternalTypeDto | nullнет
externalIdnumber | nullнет
categoryRecallCategoryDto | nullнет
phoneContactPhoneContactDtoдаRecall to contactPhoneContactDto

Пример

json
{
  "id": 0,
  "phoneContactId": 0,
  "callCenterType": "<QueueTypeDto>",
  "comments": "string",
  "attemptsCount": 0,
  "approximateRecallDateTime": "2026-05-05T08:00:00Z",
  "recallIntervalFrom": "2026-05-05T08:00:00Z",
  "recallIntervalTo": "2026-05-05T08:00:00Z",
  "status": "<RecallStatusDto>",
  "recalledByUserId": 0,
  "recalledByUserFullName": "string",
  "emailId": 0,
  "externalType": "<externaltypedto>",
  "externalId": 0,
  "category": "<recallcategorydto>",
  "phoneContact": "<PhoneContactDto>"
}