POST historyLevels/allhistoryLevelsDeleted

Request Information

URI Parameters

None.

Body Parameters

historyLevelsData
NameDescriptionTypeAdditional information
historyLevelId

integer

None.

date

string

None.

levelId

integer

None.

memberId

integer

None.

notes

string

None.

historyLevelDeleteStatuse

boolean

None.

language

string

None.

page

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "historyLevelId": 1,
  "date": "sample string 2",
  "levelId": 3,
  "memberId": 4,
  "notes": "sample string 5",
  "historyLevelDeleteStatuse": true,
  "language": "sample string 7",
  "page": 8
}

application/xml, text/xml

Sample:
<historyLevelsData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/spor.Models.history.historyLevels">
  <date>sample string 2</date>
  <historyLevelDeleteStatuse>true</historyLevelDeleteStatuse>
  <historyLevelId>1</historyLevelId>
  <language>sample string 7</language>
  <levelId>3</levelId>
  <memberId>4</memberId>
  <notes>sample string 5</notes>
  <page>8</page>
</historyLevelsData>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'historyLevelsData'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.