SalesChannelBatchRequests

Get batch request details

get

Returns details of a specific batch request

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
chevron-right
200

Batch request details

application/json
pkinteger · int64Optional

Primary key of the batch request

channelinteger · int64Optional

ID of the channel

local_batch_idstring · uuidOptional

Local batch ID

remote_batch_idstring · max: 255 · nullableOptional

Remote batch ID

content_typestring · max: 255 · nullableOptional

Content type of the batch request

statusstring · enumOptional

Status of the batch request

Possible values:
created_datestring · date-timeOptional

Creation date of the batch request

modified_datestring · date-timeOptional

Last modification date of the batch request

get
/api/v1/channel/{channel_id}/batch_requests/{id}/

Update batch request

put

Updates a batch request with the provided data

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Body
channelinteger · int64Optional

ID of the channel

remote_batch_idstring · max: 255 · nullableOptional

Remote batch ID

content_typestring · max: 255 · nullableOptional

Content type of the batch request

statusstring · enumOptional

Status of the batch request

Possible values:
log_filestring · nullableOptional

Log file content

Responses
chevron-right
200

Batch request updated successfully

application/json
pkinteger · int64Optional

Primary key of the batch request

channelinteger · int64Optional

ID of the channel

local_batch_idstring · uuidOptional

Local batch ID

remote_batch_idstring · max: 255 · nullableOptional

Remote batch ID

content_typestring · max: 255 · nullableOptional

Content type of the batch request

statusstring · enumOptional

Status of the batch request

Possible values:
created_datestring · date-timeOptional

Creation date of the batch request

modified_datestring · date-timeOptional

Last modification date of the batch request

put
/api/v1/channel/{channel_id}/batch_requests/{id}/

Delete batch request

delete

Deletes a batch request

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
delete
/api/v1/channel/{channel_id}/batch_requests/{id}/

No content

Partial update batch request

patch

Partially updates a batch request with the provided data

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Body
channelinteger · int64Optional

ID of the channel

remote_batch_idstring · max: 255 · nullableOptional

Remote batch ID

content_typestring · max: 255 · nullableOptional

Content type of the batch request

statusstring · enumOptional

Status of the batch request

Possible values:
log_filestring · nullableOptional

Log file content

Responses
chevron-right
200

Batch request updated successfully

application/json
pkinteger · int64Optional

Primary key of the batch request

channelinteger · int64Optional

ID of the channel

local_batch_idstring · uuidOptional

Local batch ID

remote_batch_idstring · max: 255 · nullableOptional

Remote batch ID

content_typestring · max: 255 · nullableOptional

Content type of the batch request

statusstring · enumOptional

Status of the batch request

Possible values:
created_datestring · date-timeOptional

Creation date of the batch request

modified_datestring · date-timeOptional

Last modification date of the batch request

patch
/api/v1/channel/{channel_id}/batch_requests/{id}/

List batch requests

get

Returns a list of batch requests for the specified channel

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Query parameters
statusstring · enumOptional

Filter by status

Possible values:
content_typestringOptional

Filter by content type

orderingstringOptional

Order by field name

Responses
chevron-right
200

List of batch requests

application/json
countintegerOptional

Total number of batch requests

nextstring · nullableOptional

URL for the next page of results

previousstring · nullableOptional

URL for the previous page of results

get
/api/v1/channel/{channel_id}/batch_requests/

Create batch request

post

Creates a new batch request for the specified channel

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Body
channelinteger · int64Required

ID of the channel

Responses
post
/api/v1/channel/{channel_id}/batch_requests/

Last updated

Was this helpful?