# SmsOutUdrReportRecord

SMS Outbound UDR report record


## Fields:

  - `smsId` (ID!): Unique identifier for the SMS record.
  - `requestId` (String): Request identifier.
  - `jobId` (String): Job identifier.
  - `trackingId` (String): Tracking identifier.
  - `reference` (String): Reference provided by the customer for the overall job.
  - `recipientReference` (String): Recipient reference provided by the customer for this individual recipient.
  - `dataCenter` (String): Data center.
  - `customerId` (String): Customer identifier.
  - `service` (String): Retarus service used for sending.
  - `serviceAccount` (String): Service account.
  - `serviceVersion` (String): Service version.
  - `billingCode` (String): Billing code provided in the job.
  - `statusRequests` (Boolean): Indicates whether a delivery notification was requested in the job.
  - `flash` (Boolean): Indicates whether flash SMS requests were requested in the job.
  - `encoding` (String): Encoding of the SMS.
  - `express` (Boolean): Indicates whether express delivery was requested in the job.
  - `personalized` (Boolean): Indicates whether personalized SMS was enabled.
  - `src` (String): Sender of the SMS.
  - `recipient` (String): Recipient phone number.
  - `recipientCountryCode` (String): Recipient country code.
  - `recipientType` (String): Type of the recipient, e.g., mobile or fixed line.
  - `numberOfParts` (Int): Number of SMS parts.
  - `processStatus` (String): Overall processing status of the SMS, either `NULL` or `DONE`.
  - `statusCode` (String): Current status code of the SMS.
  - `status` (String): Overall status of the SMS, either `NULL` or `SUC_ACC`.
  - `numberScheduleTs` (String): Scheduled timestamp of the SMS.
  - `numberDeliveryTs` (String): Delivery timestamp of the SMS.
  - `numberStatusTs` (String): Status timestamp of the SMS.
  - `numberFinalTs` (String): Final processing timestamp of the SMS.
  - `deliveryProcessedTs` (String): Processing timestamp of the SMS. This is the timestamp used in the query filter.
