Request Information
URI Parameters
None.
Body Parameters
The publication.
Publication| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
Gets or sets the application identifier. |
integer |
None. |
| modelAction |
Gets or sets the model action. |
ModelAction |
None. |
| modelId |
Gets or sets the model identifier. |
integer |
None. |
| modelName |
Gets or sets the model name. |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"appId": 1,
"modelAction": "Create",
"modelId": 1,
"modelName": "sample String 2"
}
text/html
Sample:
{"appId":1,"modelAction":"Create","modelId":1,"modelName":"sample String 2"}
application/xml, text/xml
Sample:
<Publication xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AppId>1</AppId> <ModelAction>Create</ModelAction> <ModelId>1</ModelId> <ModelName>sample String 2</ModelName> </Publication>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.