Exemption Certificate Management
CertCapture RESTful APIs
BatchFileModel
Represents one file in a batch upload.
Parameters
idOptional
integerThe unique ID number assigned to this batch file.
batchIdOptional
integerThe unique ID number of the batch that this file belongs to.
nameOptional
stringLogical Name of file (e.g. "Input" or "Error").
contentRequired
stringContent of the batch file.
contentLengthOptional
integerSize of content, in bytes.
contentTypeOptional
stringContent mime type (e.g. text/csv). This is used for HTTP downloading.
fileExtensionOptional
stringFile extension (e.g. CSV).
filePathOptional
stringPath to the file - name/S3 key
errorCountOptional
integerNumber of errors that occurred when processing this file.