Create file processing settings

Authentication

X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

versionstringRequiredDefaults to 1
version

Headers

x-platform-idstringOptional
Platform ID.

Request

This endpoint expects an object.
referencestringRequiredformat: "^\S+$"0-256 characters
typeenumRequired
Allowed values:
meter_dataobjectOptional
bucket_locationstring or nullOptional
download_settingsobjectOptional
included_customerslist of objects or nullOptional
excluded_customerslist of objects or nullOptional

Response

Created
referencestringformat: "^\S+$"0-256 characters
typeenum
Allowed values:
object_typestring or nullRead-only
idstring or nullRead-only
meter_dataobject
bucket_locationstring or null
download_settingsobject
included_customerslist of objects or null
excluded_customerslist of objects or null

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error
500
Internal Server Error