# FaxOutUdrReportRecord

Fax Outbound UDR Report Record


## Fields:

  - `faxId` (ID!): Unique identifier for the fax transmission.
  - `jobId` (String): Job identifier used for grouping related fax operations.
  - `accountId` (String): Account identifier associated with the fax transmission.
  - `accountName` (String): Account name associated with the fax transmission.
  - `accountServerId` (String): Server identifier for the account.
  - `accountService` (String): Service type for the account.
  - `attemptPages` (Int): Number of pages in the transmission attempt.
  - `attemptSeqNo` (Int): Sequence number of the transmission attempt.
  - `baudRate` (Int): Transmission speed in bits per second.
  - `billedCountry` (String): Country billed for the fax transmission.
  - `callConnectedAt` (String): Timestamp when the call was connected.
  - `callDuration` (Long): Duration of the call, in milliseconds.
  - `calledCountry` (String): Country of the called number.
  - `calledCsId` (String): Called Station Identifier (CSI) of the receiving fax machine.
  - `calledNumber` (String): Phone number that was called.
  - `calledZone` (Int): Zone classification for the called number.
  - `callEndedAt` (String): Timestamp when the call ended.
  - `callingTsId` (String): Transmitting Station Identifier (TSI) of the sending fax machine.
  - `callInviteAt` (String): Timestamp when the call was initiated.
  - `docPages` (Int): Number of pages in the document.
  - `faxCustomerRef` (String): Customer reference for the fax transmission.
  - `jobArchivePurgeAt` (String): Scheduled timestamp for job archive purge.
  - `jobBillingCode` (String): Billing code for the job.
  - `jobBillingInfo` (String): Billing information for the job.
  - `jobCustomerId` (String): Customer identifier for the job.
  - `jobCustomerRef` (String): Customer reference for the job.
  - `jobCustomerResolution` (String): Resolution setting specified by the customer.
  - `jobCustomerStartFaxAt` (String): Customer-specified start time for the fax transmission.
  - `jobCustomerTags` (String): Customer tags associated with the job.
  - `jobExpress` (Boolean): Indicates whether express delivery was requested.
  - `jobPersonalized` (Boolean): Indicates whether personalized features were enabled.
  - `jobSubmissionDc` (String): Data center where the job was submitted.
  - `jobSubmittedAt` (String): Timestamp when the job was submitted.
  - `keyTimestamp` (String): Key timestamp for the record.
  - `lastAttemptEndedAt` (String): Timestamp when the last attempt ended.
  - `lastAttemptSeqNo` (Int): Sequence number of the last attempt.
  - `maxPageTransmitted` (Int): Maximum page number transmitted.
  - `processingFinalAt` (String): Timestamp when final processing completed.
  - `statusCode` (String): Status code for the transmission.
  - `statusName` (String): Status name for the transmission.
  - `statusReason` (String): Reason for the transmission status.
  - `sumCallDurations` (Long): Total duration of all call attempts, in milliseconds.
  - `sumPagesTransmitted` (Int): Total number of pages transmitted across all attempts.
  - `timeToFirstDial` (Int): Time from job submission to first dial attempt, in seconds.
  - `virtualPagesBilled` (Int): Number of virtual pages billed.
