POST api/Advertisement/UpdateAdvertisement
Request Information
URI Parameters
None.
Body Parameters
AdvertisementDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AdvertisementId | integer |
None. |
|
| Name | string |
None. |
|
| Type | byte |
None. |
|
| Description | string |
None. |
|
| Image | string |
None. |
|
| Base64Image | string |
None. |
|
| CreatedOn | date |
None. |
|
| RecordStatus | byte |
None. |
|
| StatusEnum | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"advertisementId": 1,
"name": "sample string 2",
"type": 64,
"description": "sample string 4",
"image": "sample string 5",
"base64Image": "sample string 6",
"createdOn": "2025-12-17T22:39:17.0560876+05:30",
"recordStatus": 64,
"statusEnum": "64"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpStatusCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.
