PUT api/gsl/{gslID}

used for edit or change the gsl name

Request Information

URI Parameters

NameDescriptionTypeAdditional information
gslID

The GSL identifier.

integer

Required

Body Parameters

The GSL.

gslViewModel
NameDescriptionTypeAdditional information
gslID

Gets or sets the GSL identifier.

integer

None.

gslName

Gets or sets the name of the GSL.

string

None.

gslSequence

Gets or sets the GSL sequence.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "gslID": 1,
  "gslName": "sample string 2",
  "gslSequence": 1
}

text/html

Sample:
{"gslID":1,"gslName":"sample string 2","gslSequence":1}

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 'gslViewModel'.

Response Information

Resource Description

gslViewModel
NameDescriptionTypeAdditional information
gslID

Gets or sets the GSL identifier.

integer

None.

gslName

Gets or sets the name of the GSL.

string

None.

gslSequence

Gets or sets the GSL sequence.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "gslID": 1,
  "gslName": "sample string 2",
  "gslSequence": 1
}

text/html

Sample:
{"gslID":1,"gslName":"sample string 2","gslSequence":1}