POST api/v1/SaleProducts/Reject?id={id}&message={message}
Satışı Reddet
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| message | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| error | boolean |
None. |
|
| data | Object |
None. |
|
| version | string |
None. |
|
| action | string |
None. |
|
| extra | Object |
None. |
|
| bodyObject | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"error": true,
"data": {},
"version": "sample string 3",
"action": "sample string 4",
"extra": {},
"bodyObject": {}
}