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": "026d4970-5b2f-46b1-a960-8da6136e1d32",
"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>026d4970-5b2f-46b1-a960-8da6136e1d32</Id> <Note>sample string 2</Note> </UserNoteUpdateRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.