PUT api/gsl

used for change the sequence of gsl

Request Information

URI Parameters

None.

Body Parameters

The GSL sequence.

Collection of gslSequenceViewModel
NameDescriptionTypeAdditional information
gslID

Gets or sets the GSL identifier.

integer

None.

gslSequence

Gets or sets the GSL sequence.

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "gslID": 1,
    "gslSequence": 2
  },
  {
    "gslID": 1,
    "gslSequence": 2
  }
]

text/html

Sample:
[{"gslID":1,"gslSequence":2},{"gslID":1,"gslSequence":2}]

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 'List`1'.

Response Information

Resource Description

gslSequenceViewModel
NameDescriptionTypeAdditional information
gslID

Gets or sets the GSL identifier.

integer

None.

gslSequence

Gets or sets the GSL sequence.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "gslID": 1,
  "gslSequence": 2
}

text/html

Sample:
{"gslID":1,"gslSequence":2}