Field Activity REST Endpoints

Service/Field Activity
Service Order Management field activities initiate field work via a message to an external field work system. Service Order Management activities of this type are most often created by a request orchestration activity. This service is used to process an asynchronous activity request from an external system. If the request was successful, the response will include the Service Order Management Activity Id created. For update and cancel requests, the Service Order Management Orchestration Activity Id handling updates/cancels is the Activity Id returned.
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}