Skip to content

ODataService Create

This action is used to create an online OData service instance. This action need to be performed before an OData service can be opened.

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

This action is deprecated. Please use Action.Type.ODataService.Initialize.

ODataService Create Properties

Property Type Required
Service Service Required
_Type const Required

Service


_Type

  • type: const

The value of this property must be equal to:

"Action.Type.ODataService.Create"

Action Result

The ActionResult of this action is null.


Examples

{
  "_Type": "Action.Type.ODateService.Create",
  "Service": "/MyMDKApp/Services/MyOData.service"  
}