Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.96 KB

MdrDetailResponse.md

File metadata and controls

60 lines (40 loc) · 1.96 KB

MdrDetailResponse

Properties

Name Type Description Notes
createdAt OffsetDateTime Message sent time [optional]
profileName String Configured profile name. New profiles can be created and configured on Telnyx portal [optional]
direction String Direction of message - inbound or outbound. [optional]
parts BigDecimal Number of parts this message has. Max number of character is 160. If message contains more characters then that it will be broken down in multiple parts [optional]
status StatusEnum Message status [optional]
cld String The destination number for a call, or the callee [optional]
cli String The number associated with the person initiating the call, or the caller [optional]
rate String Rate applied to the message [optional]
cost String Final cost. Cost is calculated as rate * parts [optional]
currency CurrencyEnum Currency of the rate and cost [optional]
id String Id of message detail record [optional]
messageType MessageTypeEnum Type of message [optional]
recordType String [optional]

Enum: StatusEnum

Name Value
GW_TIMEOUT "GW_TIMEOUT"
DELIVERED "DELIVERED"
DLR_UNCONFIRMED "DLR_UNCONFIRMED"
DLR_TIMEOUT "DLR_TIMEOUT"
RECEIVED "RECEIVED"
GW_REJECT "GW_REJECT"
FAILED "FAILED"

Enum: CurrencyEnum

Name Value
AUD "AUD"
CAD "CAD"
EUR "EUR"
GBP "GBP"
USD "USD"

Enum: MessageTypeEnum

Name Value
SMS "SMS"
MMS "MMS"