You need to enable JavaScript to run this app.
Standard Document Types
Open Connect Documentation
Embedded Documentation
Introduction to Open Connect
Welcome to Chain.io Open Connect
Why Build A Chain.io Adapter
Core Concepts
Getting Started
Securing Your Adapter
API Information
API Documentation
Integration Types & Schemas
Accounting Automation
Carrier Operations
CO2 Data Providers
Data Aggregation
Send Passthrough
Rate Data Providers
Visibility Data Providers
Data Aggregation - Passthrough
Send passthrough files
Objects
Name
Description
Root
Root object containing an array of files to pass through.
File
A single file payload.
Root
top
Name
Data Type
Description
Required
files
Array<
File
>
Array of files to be passed through.
YES
File
top
Name
Data Type
Description
Required
file_name
String
The name of the file including extension.
YES
mime_type
String
The identifier indicating the data format of the document (MIME type).
body
String
The base64 encoded binary contents of the file.
YES