POST api/Item/SetSoldItem?isSold={isSold}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| isSold | boolean |
Required |
Body Parameters
ApiRequestOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Language | LanguageEnum |
None. |
|
| Date | date |
None. |
|
| Data | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Language": 1,
"Date": "2026-03-19T10:36:29.6815615-05:00",
"Data": 2
}
text/xml
Sample:
<ApiRequestOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eiqaratinna.Repository.Models"> <Data>2</Data> <Date>2026-03-19T10:36:29.6815615-05:00</Date> <Language>Arabic</Language> </ApiRequestOfint>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseOfItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Exception | Exception |
None. |
|
| Data | Item |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/xml
Sample:
Sample not available.