Create requests via Excel file uploadAsk AIpost https://restapi.rev.io/v1/Requests/spreadsheetsCreate a new request.Body ParamsFile model containing spreadsheet upload representing the requestfile_idint32Primary identifier for this file.file_imagestringBinary file data represented as a Base64-encoded string. NOTE: By default, this will be blank or null. You must indicate when to include it with an optional parameter when getting a single file.file_namestringlength between 0 and 8000The name of the file, including extension.file_typestringenumRev.io-specific type description of the file.NOT_SPECIFIEDAGENT_ATTACHMENTAGENT_BATCHAGENT_CUSTOMER_SUMMARYAGENT_RECEIPTAGENT_REPORT_COMMISSION_SUMMARYAGENT_STATEMENTAGENT_STATEMENT_PRINT_SUMMARYCASH_DRAWER_CLOSING_REPORTCDR_EXPORTCOLLECTION_EMAILCOLLECTION_LETTERTAX_COMPARISON_BATCHCUSTOM_E911_BATCHCUSTOMER_ACCOUNT_ATTACHMENTCUSTOMER_STATEMENTCUSTOMER_EDI_BILLCUSTOMER_RECEIPTDATA_BACKUPDISCONNECT_NOTICEDOCUMENTEXTERNAL_ORDERFAXFILE_MANAGERINVENTORY_ATTACHMENTLIFELINE_OTHERLIFELINE_PROOF_DOCUMENTATIONLIFELINE_SELF_CERTIFICATIONLINE_FIELD_UPDATE_TEMPLATEORDER_ATTACHMENTREQUEST_ATTACHMENTREQUEST_TEMPLATEREQUEST_UPDATE_TEMPLATESALES_PORTAL_COVER_LETTERSTATEMENT_BATCHTASK_ATTACHMENTTICKET_ATTACHMENTWORKORDER_CONTRACTCLIENT_IMAGEREPORTEMAIL_TEMPLATE_ATTACHMENTVENDOR_STATEMENTShow 42 enum valuesdescriptionstringFree-form text description of the file.created_datedate-timeDate and time the file was added to Rev.io.created_byint32Foreign identifier indicating which user added the file to Rev.io.customer_idint32Foreign identifier indicating an association with an account.order_idint32Foreign identifier indicating an association with an order.request_idint32Foreign identifier indicating an association with a request.task_idint32Foreign identifier indicating an association with a task.ticket_idint32Foreign identifier indicating an association with a ticket.show_in_customer_profilebooleanThis field may indicate if this file is visible at three sites: Billing Application (Customer Profile > Attachments Tab): Only determines visibility of file if using universal visibility controls for attachments and the attachment is from a Task, Ticket, Request, or Order. If not using those controls, all files are shown regardless of value of show_in_customer_profile. Customer Portal (Downloads Tab): Determines visibility of all files if show_in_customer_portal is also True unless it is a report file, which is visible in the customer portal regardless of the value of show_in_customer_profile Agent Portal (Attachments Tab): Determines visibility if using universal visibility controls for attachments and show_in_agent_portal is also True. truefalseshow_in_customer_portalbooleanIndicates whether the file is visible in the customer portal.truefalseshow_in_agent_portalbooleanIndicates whether the file is visible in the agent portal.truefalseMetadataacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmltext/jsonAllowed:application/jsontext/htmltext/jsonResponses 200OK 201Created 400BadRequest 500InternalServerErrorUpdated 7 months ago