PUT api/getStokList/admin/sections/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
SectionRequestName | Description | Type | Additional information |
---|---|---|---|
key | string |
None. |
|
title | string |
None. |
|
sortOrder | integer |
None. |
|
isActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "key": "sample string 1", "title": "sample string 2", "sortOrder": 1, "isActive": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.