POST api/Sequence/SaveSequenceLevel

Request Information

URI Parameters

None.

Body Parameters

SequenceLevelCreationModel
NameDescriptionTypeAdditional information
id

integer

None.

applicationUserID

string

None.

sequenceNumber

integer

None.

threshold

decimal number

None.

thresholdType

string

None.

sequenceType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "applicationUserID": "sample string 2",
  "sequenceNumber": 3,
  "threshold": 4.1,
  "thresholdType": "sample string 5",
  "sequenceType": "sample string 6"
}

application/xml, text/xml

Sample:
<SequenceLevelCreationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ICE.WebApi.Models">
  <applicationUserID>sample string 2</applicationUserID>
  <id>1</id>
  <sequenceNumber>3</sequenceNumber>
  <sequenceType>sample string 6</sequenceType>
  <threshold>4.1</threshold>
  <thresholdType>sample string 5</thresholdType>
</SequenceLevelCreationModel>

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.