POST api/Member/SaveMemberNote
Request Information
URI Parameters
None.
Body Parameters
MemberNoteModal| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberId | integer |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberId": 1,
"Description": "sample string 2"
}
application/xml, text/xml
Sample:
<MemberNoteModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnionOwnersBackend.Models"> <Description>sample string 2</Description> <MemberId>1</MemberId> </MemberNoteModal>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />