Skip to main content
PATCH
Update a delivery line

Authorizations

X-API-Key
string
header
required

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

Path Parameters

id
string<uuid>
required

Record id.

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.

value
object