POST api/profile/putprofilenotes
Request Information
URI Parameters
None.
Body Parameters
PutProfileNotesRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ChapterId | integer |
None. |
|
| ProfileId | integer |
None. |
|
| ProfileNotesId | integer |
None. |
|
| Notes | string |
None. |
|
| ReminderOn | date |
None. |
|
| ReminderStatusId | byte |
None. |
|
| NotesStatusId | byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChapterId": 1,
"ProfileId": 2,
"ProfileNotesId": 3,
"Notes": "sample string 4",
"ReminderOn": "2026-01-12T01:34:25.3786669+00:00",
"ReminderStatusId": 64,
"NotesStatusId": 64
}
application/xml, text/xml
Sample:
<PutProfileNotesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModelsLayer"> <ChapterId>1</ChapterId> <Notes>sample string 4</Notes> <NotesStatusId>64</NotesStatusId> <ProfileId>2</ProfileId> <ProfileNotesId>3</ProfileNotesId> <ReminderOn>2026-01-12T01:34:25.3786669+00:00</ReminderOn> <ReminderStatusId>64</ReminderStatusId> </PutProfileNotesRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.