Skip to main content
POST
Create one or more delivery lines

Authorizations

X-API-Key
string
header
required

Organization-scoped API key. Create one in the BuildingSwell app under Organization settings, API keys.

Body

application/json

Supply itemId or a nonempty rawDescription. The parent trip must accept manifest changes.

deliveryId
string<uuid>
required
id
string<uuid>

Optional client-supplied ID.

isArchived
boolean
rawDescription
string
itemId
string<uuid> | null
deliverableId
string<uuid> | null
unitCost
number | null
quantityExpected
number
Required range: x >= 0
quantityActual
number | null
Required range: x >= 0
unitMeasureId
string<uuid> | null
locationId
string<uuid> | null
loadStopId
string<uuid> | null
unloadStopId
string<uuid> | null
loadedAt
string<date-time> | null
unloadedAt
string<date-time> | null
notes
string | null

Response

Successful response.

value
object
required