Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.1 KB

FaxResponse.md

File metadata and controls

21 lines (16 loc) · 1.1 KB

# FaxResponse

Properties

Name Type Description Notes
faxId*required string Fax ID
title*required string Fax Title
originalTitle*required string Fax Original Title
metadata*required { [key: string]: any; } Fax Metadata
createdAt*required number Fax Created At Timestamp
sender*required string Fax Sender Email
filesUrl*required string Fax Files URL
transmissions*required Array<FaxResponseTransmission> Fax Transmissions List
subject string Fax Subject
message string Fax Message
finalCopyUri string The path where the completed document can be downloaded

[Back to Model list] [Back to API list] [Back to README]