Field Activity REST Endpoints
Service/Field Activity
Service order management field activities trigger a request for a utility to send workers into the field to perform actions at a location such as a service point. This can include device installation, replacement, and other activities. The requests can be integrated using an asynchronous message to an external field work system for scheduling and dispatch to a field crew to complete the activity.
- Cancel Field Activity
- Method: patchPath:
/rest/apis/meter/service/fieldActivities/{activityId}/cancel
- Create Field Activity
- Method: postPath:
/rest/apis/meter/service/fieldActivities/
- Get Field Activity
- Method: getPath:
/rest/apis/meter/service/fieldActivities/{activityId}
- Update Field Activity
- Method: putPath:
/rest/apis/meter/service/fieldActivities/{activityId}