Deferred Action REST Endpoints

Deferred Action
The REST web service for deferred actions for accounts and services.
Delete a Deferred Action
Method: delete
Path: /bcws/webresources/v1.0/deferredactions/{id}
Get Deferred Actions for an Account
Method: get
Path: /bcws/webresources/v1.0/deferredactions/account/{id}
Modify a Deferred Action
Method: put
Path: /bcws/webresources/v1.0/deferredactions/{id}
Perform a Deferred Action
Method: post
Path: /bcws/webresources/v1.0/deferredactions/{id}