Update Activity
Updates properties of existing activities. Only include fields you want to change.
1 — Excel file
Each row = one API call.
Submit to OFS
Upload an Excel file.
Fields
activityIdrequiredintegerOFS Activity ID to update (path parameter).
customerNamestringUpdated customer name.
customerEmailstringUpdated email.
phonestringUpdated phone.
streetAddressstringUpdated address.
citystringUpdated city.
stateProvincestringUpdated state.
postalCodestringUpdated postal code.
durationintegerUpdated duration in minutes.
serviceWindowStarttimeUpdated service window start.
serviceWindowEndtimeUpdated service window end.
slaWindowStartdatetimeUpdated SLA start.
slaWindowEnddatetimeUpdated SLA end.
timeZonestringUpdated time zone.
languagestringUpdated language code.
coordXnumberUpdated GPS longitude.
coordYnumberUpdated GPS latitude.
appointmentNumberstringUpdated external reference.
Notes
- ·activityId is required — it identifies which activity to update.
- ·Only include columns you want to change. Empty cells are ignored.
- ·Cannot update: date, status, resourceId, activityType, positionInRoute.