# FaxInUdrReportRecord

Fax Inbound UDR Report Record


## Fields:

  - `faxId` (ID!): Unique identifier for the fax reception record.
  - `accountingService` (String): Accounting service identifier, used for billing and cost allocation.
  - `allPages` (Int): Total number of pages in the received fax document.
  - `archivePurgeAt` (String): Scheduled timestamp when archived fax data will be purged.
  - `archivingStatus` (String): Current archiving status of the fax document.
  - `baudRate` (Int): Transmission speed, in bits per second, used during fax reception.
  - `billingCode` (String): Billing code associated with the fax reception for cost allocation.
  - `callConnectedAt` (String): Timestamp when the fax call was successfully connected.
  - `calledCountry` (String): Country from which the fax was sent.
  - `calledCsId` (String): Called Station Identifier of the receiving fax machine.
  - `calledNumber` (String): Phone number that received the fax.
  - `calledNumberDisplay` (String): Display format of the called number as shown to users.
  - `callingNumber` (String): Phone number from which the fax was sent.
  - `callingTsId` (String): Transmitting Station Identifier of the sending fax machine.
  - `callStartedAt` (String): Timestamp when the fax call was initiated.
  - `confirmedPages` (Int): Number of pages successfully received and confirmed.
  - `customerId` (String): Customer identifier for the account.
  - `deliveryRecipients` (String): Email addresses or delivery endpoints for the received fax.
  - `deliverySender` (String): Sender information used in fax delivery notifications.
  - `deliverySenderUser` (String): User account associated with the delivery sender.
  - `discardedPages` (Int): Number of pages discarded due to transmission errors.
  - `docMimeType` (String): MIME type of the converted fax document (e.g., application/pdf).
  - `documentDeliveryStatus` (String): Status of document delivery to the specified recipients.
  - `faxFileSize` (Int): Size of the received fax file, in bytes.
  - `faxTransmitStatus` (String): Transmission status indicating success or failure of fax reception.
  - `keyTimestamp` (String): Primary timestamp used for record sorting and filtering.
  - `recipientsCount` (Int): Number of recipients configured to receive the fax document.
  - `resolution` (String): Fax resolution quality (e.g., standard, fine, superfine).
  - `secondaryDeliveryRecipients` (String): Additional email addresses for secondary delivery of the fax.
  - `virtualPagesBilled` (Int): Number of virtual pages billed for this fax reception.
