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
All the properties defined under Action are applicable to this action.
OfflineOData CancelUpload Properties¶
Property | Type | Required |
---|---|---|
Service | Service | Yes |
_Type | const |
Yes |
Service¶
The target service
- type: Service
_Type¶
- type:
const
The value of this property must be:
"Action.Type.OfflineOData.CancelUpload"
Action Result¶
The ActionResult of this action is null
.
Examples¶
{
"_Type": "Action.Type.OfflineOData.CancelUpload",
"Service": "/MyMDKApp/Services/MyOData.service",
}