POST api/Note/List

Request Information

URI Parameters

None.

Body Parameters

GetNotesParam
NameDescriptionTypeAdditional information
DealerId

integer

None.

UserId

integer

None.

Relation

string

None.

RelationType

string

None.

SessionKey

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "DealerId": 1,
  "UserId": 2,
  "Relation": "sample string 3",
  "RelationType": "sample string 4",
  "SessionKey": "sample string 5"
}

application/xml, text/xml

Sample:
<GetNotesParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MoxyNotes.Controllers">
  <SessionKey xmlns="http://schemas.datacontract.org/2004/07/MoxyNotes.Models">sample string 5</SessionKey>
  <DealerId>1</DealerId>
  <Relation>sample string 3</Relation>
  <RelationType>sample string 4</RelationType>
  <UserId>2</UserId>
</GetNotesParam>

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, text/html

Sample:

Sample not available.