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: 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}