Process Import Cost Account Job

This operation processes (executes) the existing Batch job. The payload for this endpoint is an empty JSON object {} because it does not require any additional data to be sent in the request body. The jobId parameter in the endpoint URL specifies which batch of shipments to process.

SecuritybearerAuth
Request
path Parameters
jobID
required
string

A unique identifier assigned to job which is automatically assigned by system while it is processed.

header Parameters
X-PB-Developer-Partner-ID
string

This is the Developer Partner ID. When the developer is the only partner, this field is not required.

Responses
200

Process Import cost Account

401

The request could not be authorized.

post/api/v1/costAccounts/batch/{jobID}/process
Request samples
Response samples
application/json
{
  • "jobID": "L86wbedwBon",
  • "status": "SUBMITTED"
}