POST api/Item/SetSoldItem?isSold={isSold}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
isSold | boolean |
Required |
Body Parameters
ApiRequestOfInt32Name | Description | Type | Additional information |
---|---|---|---|
Language | LanguageEnum |
None. |
|
Date | date |
None. |
|
Data | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Language": 1, "Date": "2025-08-02T08:13:56.3836867-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>2025-08-02T08:13:56.3836867-05:00</Date> <Language>Arabic</Language> </ApiRequestOfint>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseOfItemName | 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.