# SmsInUdrReportRecord

SMS Inbound UDR report record


## Fields:

  - `smsId` (ID!): Unique identifier for the SMS record.
  - `correlatedJobId` (String): Identifier of the correlated job.
  - `correlatedTrackingId` (String): Correlated tracking identifier.
  - `trackingId` (String): Tracking identifier.
  - `correlatedSmsId` (String): Correlated SMS identifier.
  - `dataCenter` (String): Data center.
  - `customerId` (String): Customer identifier.
  - `correlatedService` (String): Correlated service.
  - `correlatedServiceAccount` (String): Correlated service account.
  - `billingCode` (String): Billing code provided in the job.
  - `encoding` (String): Encoding of the SMS.
  - `sender` (String): Sender phone number of the SMS.
  - `recipient` (String): Recipient phone number.
  - `senderCountryCodeIso3` (String): Recipient country iso3-code.
  - `recipientCountryCodeIso3` (String): Recipient country iso3-code.
  - `keyword` (String): Keyword associated with the SMS.
  - `numberOfParts` (Int): Number of SMS parts.
  - `plaintextActions` (String): Comma-separated list of actions in plaintext.
  - `messageContent` (String): Message-content of the SMS.
  - `receivedTs` (String): Timestamp when the SMS was received. This is the timestamp used in the query filter.
