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: patch
Path: /rest/apis/meter/service/fieldActivities/{activityId}/cancel
Create Field Activity
Method: post
Path: /rest/apis/meter/service/fieldActivities/
Get Field Activity
Method: get
Path: /rest/apis/meter/service/fieldActivities/{activityId}
Update Field Activity
Method: put
Path: /rest/apis/meter/service/fieldActivities/{activityId}