POST api/NoteSheet/AddNotingComments
Request Information
URI Parameters
None.
Body Parameters
NotingCommentVm| Name | Description | Type | Additional information |
|---|---|---|---|
| NotingCommentsId | integer |
None. |
|
| NoteID | integer |
None. |
|
| Comments | string |
None. |
|
| MarkToEmployeeCode | string |
None. |
|
| fromEmployeeCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NotingCommentsId": 1,
"NoteID": 1,
"Comments": "sample string 2",
"MarkToEmployeeCode": "sample string 3",
"fromEmployeeCode": "sample string 4"
}
text/plain
Sample:
{"NotingCommentsId":1,"NoteID":1,"Comments":"sample string 2","MarkToEmployeeCode":"sample string 3","fromEmployeeCode":"sample string 4"}
application/xml, text/xml
Sample:
<NotingCommentVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AndroidWebAPI.Models.notesheet"><Comments>sample string 2</Comments><MarkToEmployeeCode>sample string 3</MarkToEmployeeCode><NoteID>1</NoteID><NotingCommentsId>1</NotingCommentsId><fromEmployeeCode>sample string 4</fromEmployeeCode></NotingCommentVm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain, application/xml, text/xml
Sample:
Sample not available.