POST api/ShowCaseItem/SetRow

Request Information

URI Parameters

None.

Body Parameters

ShowCaseItemUpdateDto
NameDescriptionTypeAdditional information
Order

integer

None.

ExpiredDate

date

Required

ShowCaseID

globally unique identifier

None.

ProductID

globally unique identifier

None.

LanguageID

globally unique identifier

None.

ID

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "order": 1,
  "expiredDate": "2025-12-11T17:33:10.3532428+03:00",
  "showCaseID": "7355596b-a931-45b9-959e-98d4c200e5af",
  "productID": "8a218753-1720-4169-9eaf-92984b16c968",
  "languageID": "08c18d6a-4f1d-4386-9e80-1480d9e7ad2f",
  "id": "4d86ae02-02ce-4e8f-b4f9-3f343d4f29b4"
}

application/xml, text/xml

Sample:
<ShowCaseItemUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RS.Core.Service.DTOs">
  <ID>4d86ae02-02ce-4e8f-b4f9-3f343d4f29b4</ID>
  <ExpiredDate>2025-12-11T17:33:10.3532428+03:00</ExpiredDate>
  <LanguageID>08c18d6a-4f1d-4386-9e80-1480d9e7ad2f</LanguageID>
  <Order>1</Order>
  <ProductID>8a218753-1720-4169-9eaf-92984b16c968</ProductID>
  <ShowCaseID>7355596b-a931-45b9-959e-98d4c200e5af</ShowCaseID>
</ShowCaseItemUpdateDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"Order":1,"ExpiredDate":"2025-12-11T17:33:10.3532428+03:00","ShowCaseID":"7355596b-a931-45b9-959e-98d4c200e5af","ProductID":"8a218753-1720-4169-9eaf-92984b16c968","LanguageID":"08c18d6a-4f1d-4386-9e80-1480d9e7ad2f","ID":"4d86ae02-02ce-4e8f-b4f9-3f343d4f29b4"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.