POST api/UserNoteUpdateRequest
Request Information
URI Parameters
None.
Body Parameters
UserNoteUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Note | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "a3ce9761-e301-479a-9fdb-b339a223be9d",
"note": "sample string 2"
}
application/xml, text/xml
Sample:
<UserNoteUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caprica.Models"> <Id>a3ce9761-e301-479a-9fdb-b339a223be9d</Id> <Note>sample string 2</Note> </UserNoteUpdateRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.