A valid request URL is required to generate request examples{
"ConnectorId": "<string>",
"Filename": "<string>",
"Folder": "<string>",
"Subfolder": "<string>",
"TimeCreated": "2023-11-07T05:31:56Z",
"PortId": "<string>",
"BatchGroupId": "<string>",
"MessageId": "<string>",
"IsBatchGroup": true,
"Content": "<string>",
"FileSize": 123,
"FilePath": "<string>"
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}Create files
Creates a new files object with the specified parameters.
A valid request URL is required to generate request examples{
"ConnectorId": "<string>",
"Filename": "<string>",
"Folder": "<string>",
"Subfolder": "<string>",
"TimeCreated": "2023-11-07T05:31:56Z",
"PortId": "<string>",
"BatchGroupId": "<string>",
"MessageId": "<string>",
"IsBatchGroup": true,
"Content": "<string>",
"FileSize": 123,
"FilePath": "<string>"
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
Body
The files entity to post
The connector Id.
The name of the file.
Which folder the file is in.
The subfolder of the file.
The time the file was created.
The port Id.
The batch group message Id. Null unless the file is a batch group.
The file message Id. This only has a value when the file is a message.
Whether the message is a batch group message.
The Base64-encoded file contents. This is only returned when you request a specific file. You cannot use this field when filtering results with the $filter parameter. You must provide either Content or InputName: they cannot both be null.
The file size in bytes.
The full path to the file.
Response
files created
The connector Id.
The name of the file.
Which folder the file is in.
The subfolder of the file.
The time the file was created.
The port Id.
The batch group message Id. Null unless the file is a batch group.
The file message Id. This only has a value when the file is a message.
Whether the message is a batch group message.
The Base64-encoded file contents. This is only returned when you request a specific file. You cannot use this field when filtering results with the $filter parameter. You must provide either Content or InputName: they cannot both be null.
The file size in bytes.
The full path to the file.