POST api/Affiliate/SaveUpdateNotes

Request Information

URI Parameters

None.

Body Parameters

SaveUpdateAffiliateNotesRequestVM
NameDescriptionTypeAdditional information
AdminUserId

string

Required

Note

string

Required

AffiliateId

string

Required

Type

AffiliateNoteTypes

Required

NoteEditorRawContent

string

None.

IsFlagMarked

boolean

None.

NoteId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AdminUserId": "sample string 1",
  "Note": "sample string 2",
  "AffiliateId": "sample string 3",
  "Type": "General",
  "NoteEditorRawContent": "sample string 4",
  "IsFlagMarked": true,
  "NoteId": "sample string 5"
}

application/xml, text/xml

Sample:
<SaveUpdateAffiliateNotesRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels.Notes">
  <AdminUserId>sample string 1</AdminUserId>
  <AffiliateId>sample string 3</AffiliateId>
  <IsFlagMarked>true</IsFlagMarked>
  <Note>sample string 2</Note>
  <NoteEditorRawContent>sample string 4</NoteEditorRawContent>
  <NoteId>sample string 5</NoteId>
  <Type>General</Type>
</SaveUpdateAffiliateNotesRequestVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.