POST api/UpdateImageBanner
Request Information
URI Parameters
None.
Body Parameters
ImageBanner| Name | Description | Type | Additional information |
|---|---|---|---|
| BannnerId | integer |
None. |
|
| BannnerName | string |
None. |
|
| BannerImagePath | Collection of byte |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| LastModifiedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| LastModifiedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BannnerId": 1,
"BannnerName": "sample string 2",
"BannerImagePath": "QEA=",
"IsActive": true,
"CreatedDate": "2025-12-05T19:33:53.7842726-08:00",
"LastModifiedDate": "2025-12-05T19:33:53.7842726-08:00",
"CreatedBy": "sample string 6",
"LastModifiedBy": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.