Skip to main content
PATCH
Update matching delivery lines

Authorizations

X-API-Key
string
header
required

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

Query Parameters

Full-text search across the resource's search columns. Append :col1,col2 to limit which columns are searched.

filter
string

AND/OR filter expression, for example type eq 'phase' and isArchived eq false. Simple equality can also be passed as plain field parameters.

Body

application/json
isArchived
boolean
deliveryId
string<uuid>
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.

values
object[]