GET api/GetMgtNote/{callID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| callID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MgtNoteInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CallID | integer |
None. |
|
| Note | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CallID": 1,
"Note": "sample string 2"
}
application/octet-stream, multipart/form-data
Sample:
{"CallID":1,"Note":"sample string 2"}
application/xml, text/xml
Sample:
<PrfController.MgtNoteInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HTMW.Controllers"> <CallID>1</CallID> <Note>sample string 2</Note> </PrfController.MgtNoteInfo>