Exemption Certificate Management

CertCapture RESTful APIs

BatchFileModel

Represents one file in a batch upload.

Parameters
idOptional
integer

The unique ID number assigned to this batch file.

batchIdOptional
integer

The unique ID number of the batch that this file belongs to.

nameOptional
string

Logical Name of file (e.g. "Input" or "Error").

contentRequired
string

Content of the batch file.

contentLengthOptional
integer

Size of content, in bytes.

contentTypeOptional
string

Content mime type (e.g. text/csv). This is used for HTTP downloading.

fileExtensionOptional
string

File extension (e.g. CSV).

filePathOptional
string

Path to the file - name/S3 key

errorCountOptional
integer

Number of errors that occurred when processing this file.