GET api/ImageBrands/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ImageBrandName | Description | Type | Additional information |
---|---|---|---|
ImageId | integer |
None. |
|
BrandId | integer |
None. |
|
ImageName | string |
Required Max length: 50 |
|
Image | string |
None. |
|
IsActive | boolean |
None. |
|
Url | string |
Data type: Url |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
DisplayOrder | integer |
Range: inclusive between 1 and 2147483647 |
|
DisplayTime | integer |
Range: inclusive between 1 and 2147483647 |
|
Remarks | string |
Data type: MultilineText |
|
NotificationImagesPush | boolean |
None. |
|
ScreenSaldoCorporativo | boolean |
None. |
|
ScreenEstadoCuenta | boolean |
None. |
|
ScreenEncuentranos | boolean |
None. |
|
ScreenCatalogoProducto | boolean |
None. |
|
ScreenLineaProducto | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "ImageId": 1, "BrandId": 2, "ImageName": "sample string 3", "Image": "sample string 4", "IsActive": true, "Url": "sample string 6", "StartDate": "2025-06-05T01:33:01.0731308-05:00", "EndDate": "2025-06-05T01:33:01.0731308-05:00", "DisplayOrder": 9, "DisplayTime": 10, "Remarks": "sample string 11", "NotificationImagesPush": true, "ScreenSaldoCorporativo": true, "ScreenEstadoCuenta": true, "ScreenEncuentranos": true, "ScreenCatalogoProducto": true, "ScreenLineaProducto": true }