Skip to main content
POST
Post Manual Components

Authorizations

Authorization
string
header
required

Auth token returned from the login endpoint. Send as: Authorization: <token> (no Bearer prefix)

Body

application/json
method
string
required

Always "Update"

Example:

"Update"

action
string
required

Always "Upload Manual Comps"

Example:

"Upload Manual Comps"

apiVersion
string
required
Example:

"v2"

operation
string
required

Always "schedule"

Example:

"schedule"

data
object
required

Response

200 - application/json

Manual components posted successfully

success
boolean
data
object
message
string
statusCode
integer
error
unknown