PATCH api/Banner/UpdateBanner
Update banner
Request Information
URI Parameters
None.
Body Parameters
BannerContentListName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
Persona | string |
None. |
|
LanguageCode | string |
None. |
|
Rank | integer |
None. |
|
Description | string |
None. |
|
BannerTypeID | globally unique identifier |
None. |
|
BannerType | string |
None. |
|
CarouselType | string |
None. |
|
ImageURL | string |
None. |
|
ActionURL | string |
None. |
|
ActionType | string |
None. |
|
ADIPartNumber | string |
None. |
|
JSONURLContentObject | string |
None. |
|
CreatedOn | date |
None. |
|
ModifiedOn | date |
None. |
|
ProductId | globally unique identifier |
None. |
|
DealType | string |
None. |
|
NavigationPath | string |
None. |
|
BannerLocation | string |
None. |
|
UniqueIdentifier | string |
None. |
|
Status | string |
None. |
|
CategoryId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "cfd425eb-d1dc-4b4a-b90b-1090d90bb06b", "StartDate": "2025-09-10T07:42:36.6855959+00:00", "EndDate": "2025-09-10T07:42:36.6855959+00:00", "Persona": "sample string 2", "LanguageCode": "sample string 3", "Rank": 4, "Description": "sample string 5", "BannerTypeID": "15a9ced9-8c0d-41d6-a20e-c87ac8d4c768", "BannerType": "sample string 7", "CarouselType": "sample string 8", "ImageURL": "sample string 9", "ActionURL": "sample string 10", "ActionType": "sample string 11", "ADIPartNumber": "sample string 12", "JSONURLContentObject": "sample string 13", "CreatedOn": "2025-09-10T07:42:36.6855959+00:00", "ModifiedOn": "2025-09-10T07:42:36.6855959+00:00", "ProductId": "f0c670ac-f922-43fa-b0af-3d551f1f5c52", "DealType": "sample string 15", "NavigationPath": "sample string 16", "BannerLocation": "sample string 17", "UniqueIdentifier": "sample string 18", "Status": "sample string 19", "CategoryId": "64c0a8f1-bfed-473c-8809-6de3ddb00804" }
application/xml, text/xml
Sample:
<BannerContentList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Adi.DataModel"> <ADIPartNumber>sample string 12</ADIPartNumber> <ActionType>sample string 11</ActionType> <ActionURL>sample string 10</ActionURL> <BannerLocation>sample string 17</BannerLocation> <BannerType>sample string 7</BannerType> <BannerTypeID>15a9ced9-8c0d-41d6-a20e-c87ac8d4c768</BannerTypeID> <CarouselType>sample string 8</CarouselType> <CategoryId>64c0a8f1-bfed-473c-8809-6de3ddb00804</CategoryId> <CreatedOn>2025-09-10T07:42:36.6855959+00:00</CreatedOn> <DealType>sample string 15</DealType> <Description>sample string 5</Description> <EndDate>2025-09-10T07:42:36.6855959+00:00</EndDate> <ID>cfd425eb-d1dc-4b4a-b90b-1090d90bb06b</ID> <ImageURL>sample string 9</ImageURL> <JSONURLContentObject>sample string 13</JSONURLContentObject> <LanguageCode>sample string 3</LanguageCode> <ModifiedOn>2025-09-10T07:42:36.6855959+00:00</ModifiedOn> <NavigationPath>sample string 16</NavigationPath> <Persona>sample string 2</Persona> <ProductId>f0c670ac-f922-43fa-b0af-3d551f1f5c52</ProductId> <Rank>4</Rank> <StartDate>2025-09-10T07:42:36.6855959+00:00</StartDate> <Status>sample string 19</Status> <UniqueIdentifier>sample string 18</UniqueIdentifier> </BannerContentList>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
CustomActionResultOfInt32Name | Description | Type | Additional information |
---|---|---|---|
StatusCode | HttpStatusCode |
None. |
|
_data | integer |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.