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