POST api/Plane
Creates Plane in the database
Request Information
URI Parameters
None.
Body Parameters
Plane Object from UI
Plane| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Model | string |
None. |
|
| Rows | integer |
None. |
|
| Columns | integer |
None. |
|
| Active | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Model": "sample string 2",
"Rows": 3,
"Columns": 4,
"Active": true
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Action Result
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.