POST api/getStokList/admin/sections/{sectionId}/items
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sectionId | integer |
Required |
Body Parameters
SectionItemRequestName | Description | Type | Additional information |
---|---|---|---|
productId | integer |
None. |
|
sortOrder | integer |
None. |
|
badgeText | string |
None. |
|
startDate | date |
None. |
|
endDate | date |
None. |
|
isActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "productId": 1, "sortOrder": 1, "badgeText": "sample string 2", "startDate": "2025-10-21T16:09:27.7243494+03:00", "endDate": "2025-10-21T16:09:27.7243494+03:00", "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.