PUT api/ProjectNotes/UpdateProjectNoteCache
Request Information
URI Parameters
None.
Body Parameters
ProjectNoteCacheVM| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| ProjectId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"ProjectId": 2
}
application/xml, text/xml
Sample:
<ProjectNoteCacheVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nokon.Nappen.Core.ViewModels"> <ProjectId>2</ProjectId> <UserId>sample string 1</UserId> </ProjectNoteCacheVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.