Creates vehicles to be added to the company's fleet in the Nuport system. Vehicles will be used for generated delivery plans based on dimensions and availability. This API acts as an "upsert" operation in that it will create a new vehicle if the "internalId" does not exist in Nuport's system or it will update a vehicle by the provided "internalId". Note that an array of vehicle data will be passed to this API and an array of created/updated vehicle will be returned in the order that they are passed in.

Log in to see full request history
Body Params
vehicles
array of objects
required

An array of vehicles DTOs to create or update. Vehicles will be updated by looking at the internal ID of the DTO provided. This array can only have a maximum size of 100 elements, meaning that the API will only create/update 100 vehicles per API call.

vehicles*
Headers
string
required

The API key retrieved from your company settings on the Nuport platform. This should be in every header in order to facilitate proper integration.

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json