Skip to content

OfflineOData CancelUpload

OfflineOData CancelUpload action is used to cancel the upload of data to the backend.

enableRepeatableRequests should not be set to false in store parameter as this is required to prevent duplication of requests in the backend when upload is called again

The properties defined in Action are also applicable to this action.

OfflineOData CancelUpload Properties

Property Type Required
Service Service Required
_Type const Required

Service

The target service


_Type

  • type: const

The value of this property must be equal to:

"Action.Type.OfflineOData.CancelUpload"

Action Result

The ActionResult of this action is null.


Examples

{
  "_Type": "Action.Type.OfflineOData.CancelUpload",
  "Service": "/MyMDKApp/Services/MyOData.service",
}