Update callout location and return callout
Updates an active callout’s location and returns the updated callout state. Legacy docs recommend polling every 5 to 20 seconds while the callout is active. The path parameter is canonical; the body should contain the location fields only.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Request
Ignored. The callout is resolved from the {calloutId} path parameter; a calloutId in the body has no effect and is accepted only for backward compatibility with older integrators.
Response
The nested callout view returned when reading a callout (GET /callouts/{calloutId}) or updating its location and returning it (updateLocationAndReturnCallout). This differs from the flat Callout returned by the creation endpoints: incident, location, and dispatch details are grouped under incidentInformation.
