Validates then saves an import. This commits all data.

SecurityAuthToken
Request
path Parameters
importId
required
string <uuid>

The id of an import

query Parameters
validateOnly
required
boolean

Whether imports should only validate the data or commit it to the database

fuel_surcharge_table_id
string <uuid>

The ID of the fuel surcharge table instance the rates should be imported into. Only required if using the "Fuel Surcharge Table Rates" importer

rfp_bid_id
string <uuid>

The ID of the RFPBid instance to which the imported RFPRows belong to

rfp_bid_opt_id
string <uuid>

The ID of the RFPBidOpt instance to which the imported RFPRows belong to

rfp_carrier_bid_request_id
string <uuid>

The ID of the Carrier bid request instance

rate_table_id
string <uuid>

The ID of the rate table instance the data should be imported into. Only required if using the "Discount Percentages" or "Rate Minimums" importer

Responses
201

Returns the created job

Response Schema: application/json
error_rows
integer or null <int32>
errors
string or null
id
string or null <uuid>
is_complete
boolean
success_rows
integer or null <int32>
default

Default error response

post/imports/{importId}/jobs/
Request samples
Response samples
application/json
{
  • "error_rows": 0,
  • "errors": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "is_complete": true,
  • "success_rows": 0
}
Copyright © Shipwell 2024. All right reserved.