PUT api/gsl/{gslID}
used for edit or change the gsl name
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| gslID |
The GSL identifier. |
integer |
Required |
Body Parameters
The GSL.
gslViewModel| Name | Description | Type | Additional 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:
Response Information
Resource Description
gslViewModel| Name | Description | Type | Additional 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}