POST api/ShowCaseItem/Add
Request Information
URI Parameters
None.
Body Parameters
ShowCaseItemAddDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Order | integer |
None. |
|
| ExpiredDate | date |
Required |
|
| ShowCaseID | globally unique identifier |
Required |
|
| ProductID | globally unique identifier |
Required |
|
| LanguageID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"order": 1,
"expiredDate": "2025-12-11T17:29:19.9934815+03:00",
"showCaseID": "eb08672b-244f-4360-b175-92c6a55c70de",
"productID": "c0a01b01-f86e-4ad0-b998-ae6c52d5d5be",
"languageID": "a94f00ee-ad5e-4473-b34d-54c60cf66178"
}
application/xml, text/xml
Sample:
<ShowCaseItemAddDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RS.Core.Service.DTOs"> <ExpiredDate>2025-12-11T17:29:19.9934815+03:00</ExpiredDate> <LanguageID>a94f00ee-ad5e-4473-b34d-54c60cf66178</LanguageID> <Order>1</Order> <ProductID>c0a01b01-f86e-4ad0-b998-ae6c52d5d5be</ProductID> <ShowCaseID>eb08672b-244f-4360-b175-92c6a55c70de</ShowCaseID> </ShowCaseItemAddDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"Order":1,"ExpiredDate":"2025-12-11T17:29:19.9934815+03:00","ShowCaseID":"eb08672b-244f-4360-b175-92c6a55c70de","ProductID":"c0a01b01-f86e-4ad0-b998-ae6c52d5d5be","LanguageID":"a94f00ee-ad5e-4473-b34d-54c60cf66178"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.