POST api/manager/Temp/AddComment
Request Information
URI Parameters
None.
Body Parameters
tempContent| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| poemContent | string |
None. |
|
| keyName | string |
None. |
|
| categoryId | integer |
None. |
|
| poetId | integer |
None. |
|
| relayStatus | integer |
None. |
|
| poemStatus | string |
None. |
|
| createdAt | integer |
None. |
|
| comment | string |
None. |
|
| reply | string |
None. |
|
| alteredCount | integer |
None. |
|
| supervisor_id | integer |
None. |
|
| lastModified | integer |
None. |
|
| syncWithPoet | boolean |
None. |
|
| syncWithSupervisor | boolean |
None. |
|
| localId | integer |
None. |
|
| syncedWithCloudApi | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"poemContent": "sample string 2",
"keyName": "sample string 3",
"categoryId": 4,
"poetId": 5,
"relayStatus": 6,
"poemStatus": "sample string 7",
"createdAt": 8,
"comment": "sample string 9",
"reply": "sample string 10",
"alteredCount": 11,
"supervisor_id": 12,
"lastModified": 13,
"syncWithPoet": true,
"syncWithSupervisor": true,
"localId": 16,
"syncedWithCloudApi": true
}
application/xml, text/xml
Sample:
<tempContent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoetAPI.Models"> <alteredCount>11</alteredCount> <categoryId>4</categoryId> <comment>sample string 9</comment> <createdAt>8</createdAt> <id>1</id> <keyName>sample string 3</keyName> <lastModified>13</lastModified> <localId>16</localId> <poemContent>sample string 2</poemContent> <poemStatus>sample string 7</poemStatus> <poetId>5</poetId> <relayStatus>6</relayStatus> <reply>sample string 10</reply> <supervisor_id>12</supervisor_id> <syncWithPoet>true</syncWithPoet> <syncWithSupervisor>true</syncWithSupervisor> <syncedWithCloudApi>true</syncedWithCloudApi> </tempContent>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.