GET api/CMS/GetProductDetailPageCustomSections?providerId={providerId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
providerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProductDetailPageSectionsName | Description | Type | Additional information |
---|---|---|---|
ProductDetailPageSectionID | integer |
None. |
|
ProviderID | integer |
None. |
|
LevelID | ProductPagePublishLevels |
None. |
|
CreatedBy | integer |
None. |
|
CreatedDate | date |
None. |
|
ModifiedBy | integer |
None. |
|
ModifiedDate | date |
None. |
|
PageName | string |
None. |
|
SectionProducts | Collection of ProductDetailPageSectionProducts |
None. |
|
PageHTML | string |
None. |
|
PagePath | string |
None. |
|
StorePhysicalName | string |
None. |
|
LevelType | string |
None. |
|
IsExistingPage | boolean |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[ { "ProductDetailPageSectionID": 1, "ProviderID": 2, "LevelID": 1, "CreatedBy": 3, "CreatedDate": "1/22/2025", "ModifiedBy": 1, "ModifiedDate": "1/22/2025", "PageName": "sample string 5", "SectionProducts": [ { "SectionProductID": 1, "PageSectionID": 2, "SCProductID": 3, "ProductName": "sample string 4", "ProductCode": "sample string 5", "ProductURLName": "sample-string-4" }, { "SectionProductID": 1, "PageSectionID": 2, "SCProductID": 3, "ProductName": "sample string 4", "ProductCode": "sample string 5", "ProductURLName": "sample-string-4" } ], "PageHTML": "sample string 6", "PagePath": "sample string 7", "StorePhysicalName": "sample string 8", "LevelType": "P", "IsExistingPage": true }, { "ProductDetailPageSectionID": 1, "ProviderID": 2, "LevelID": 1, "CreatedBy": 3, "CreatedDate": "1/22/2025", "ModifiedBy": 1, "ModifiedDate": "1/22/2025", "PageName": "sample string 5", "SectionProducts": [ { "SectionProductID": 1, "PageSectionID": 2, "SCProductID": 3, "ProductName": "sample string 4", "ProductCode": "sample string 5", "ProductURLName": "sample-string-4" }, { "SectionProductID": 1, "PageSectionID": 2, "SCProductID": 3, "ProductName": "sample string 4", "ProductCode": "sample string 5", "ProductURLName": "sample-string-4" } ], "PageHTML": "sample string 6", "PagePath": "sample string 7", "StorePhysicalName": "sample string 8", "LevelType": "P", "IsExistingPage": true } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.