PUT PostItLayout
Request Information
URI Parameters
None.
Body Parameters
PostItLayoutRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| action | string |
None. |
|
| element | integer |
None. |
|
| id | integer |
None. |
|
| color | integer |
None. |
|
| font | integer |
None. |
|
| title | string |
None. |
|
| content | string |
None. |
|
| coord | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"action": "sample string 1",
"element": 2,
"id": 3,
"color": 4,
"font": 5,
"title": "sample string 6",
"content": "sample string 7",
"coord": "sample string 8"
}
text/html
Sample:
{"action":"sample string 1","element":2,"id":3,"color":4,"font":5,"title":"sample string 6","content":"sample string 7","coord":"sample string 8"}
application/xml, text/xml
Sample:
<PostItLayoutRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AkademyCore.ViewModel"> <action>sample string 1</action> <color>4</color> <content>sample string 7</content> <coord>sample string 8</coord> <element>2</element> <font>5</font> <id>3</id> <title>sample string 6</title> </PostItLayoutRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.