Creates a location in the Nuport system. Locations are the building blocks of a delivery plan and are associated with orders either by direct reference or indirectly by a customer which also has a direct reference to a location. This API acts as an "upsert" operation in that it will create a new location if the "internalId" does not exist in Nuport's system or it will update a location by the provided "internalId". Note that an array of location data will be passed to this API and an array of created/updated location will be returned in the order that they are passed in.

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

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

locations*
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