GET api/webcategory/providerAppProducts?programId={programId}&accountId={accountId}&applicationId={applicationId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
programId | globally unique identifier |
Required |
|
accountId | globally unique identifier |
Required |
|
applicationId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
WebCategoryName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
PriceLevelId | globally unique identifier |
None. |
|
ShortDescription | string |
None. |
|
LongDescription | string |
None. |
|
Program | IdNamePair |
None. |
|
PresetBundleWebProductId | globally unique identifier |
None. |
|
IsPresetBundle | boolean |
None. |
|
PresetBundleDisplayOrder | integer |
None. |
|
RetailPrice | decimal number |
None. |
|
DiscountedPrice | decimal number |
None. |
|
WebProducts | Collection of WebProduct |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "15a3f15a-be3c-4ddb-a441-45387fcbf236", "Name": "sample string 2", "PriceLevelId": "41fa56c1-3be8-494f-ba4a-5b46c6e19c1e", "ShortDescription": "sample string 4", "LongDescription": "sample string 5", "Program": { "Id": "056a9e5b-80c7-496d-aa6c-eaae4a7c090e", "Name": "sample string 2" }, "PresetBundleWebProductId": "fd347052-68d7-4aed-a421-9e16ef6c2041", "IsPresetBundle": true, "PresetBundleDisplayOrder": 8, "RetailPrice": 9.0, "DiscountedPrice": 10.0, "WebProducts": [ { "Id": "6825fbf4-3fee-497b-ab05-bcfde6e557bc", "Price": 2.0, "RetailPrice": 3.0, "VendorName": "sample string 4", "VendorImageURL": "sample string 5", "IsBook": true, "IsCD": true, "IsOnline": true, "IsLive": true, "IsLiveCourse": true, "Name": "sample string 11", "Description": "sample string 12", "ProgramId": "sample string 13", "EventId": "sample string 14", "SessionId": "sample string 15", "DonationFundId": "sample string 16", "ProductId": "sample string 17", "ImageUrl": "sample string 18", "ThumbnailImageUrl": "sample string 19", "Quantity": 20, "ProgramName": "sample string 21", "NotSoldSeparately": true, "ParentWebProductId": "sample string 23", "RefundPolicy": "sample string 24", "AbbreviatedDescription": "sample string 25", "IsNew": true, "IsPromoted": true, "IsPublic": true, "LiveCourseAvailability": [ { "Schedule": "sample string 1", "Id": "b06cf452-f468-49d3-a90d-f64ed670822f", "StartDate": "2025-01-28T03:09:20.3549635+00:00", "EndDate": "2025-01-28T03:09:20.3549635+00:00", "CutOffDate": "2025-01-28T03:09:20.3549635+00:00" }, { "Schedule": "sample string 1", "Id": "b06cf452-f468-49d3-a90d-f64ed670822f", "StartDate": "2025-01-28T03:09:20.3549635+00:00", "EndDate": "2025-01-28T03:09:20.3549635+00:00", "CutOffDate": "2025-01-28T03:09:20.3549635+00:00" } ], "Savings": 29.0, "SavingsFormat": { "Label": "sample string 1", "Value": 2 }, "ProductTypeIcon": { "Label": "sample string 1", "Value": 2 }, "CreatedOn": "2025-01-28T03:09:20.3549635+00:00", "IsSelected": true, "CountryRestriction": true, "EligibleCountries": [ { "Id": "sample string 1" }, { "Id": "sample string 1" } ], "IsRecertLateFee": true }, { "Id": "6825fbf4-3fee-497b-ab05-bcfde6e557bc", "Price": 2.0, "RetailPrice": 3.0, "VendorName": "sample string 4", "VendorImageURL": "sample string 5", "IsBook": true, "IsCD": true, "IsOnline": true, "IsLive": true, "IsLiveCourse": true, "Name": "sample string 11", "Description": "sample string 12", "ProgramId": "sample string 13", "EventId": "sample string 14", "SessionId": "sample string 15", "DonationFundId": "sample string 16", "ProductId": "sample string 17", "ImageUrl": "sample string 18", "ThumbnailImageUrl": "sample string 19", "Quantity": 20, "ProgramName": "sample string 21", "NotSoldSeparately": true, "ParentWebProductId": "sample string 23", "RefundPolicy": "sample string 24", "AbbreviatedDescription": "sample string 25", "IsNew": true, "IsPromoted": true, "IsPublic": true, "LiveCourseAvailability": [ { "Schedule": "sample string 1", "Id": "b06cf452-f468-49d3-a90d-f64ed670822f", "StartDate": "2025-01-28T03:09:20.3549635+00:00", "EndDate": "2025-01-28T03:09:20.3549635+00:00", "CutOffDate": "2025-01-28T03:09:20.3549635+00:00" }, { "Schedule": "sample string 1", "Id": "b06cf452-f468-49d3-a90d-f64ed670822f", "StartDate": "2025-01-28T03:09:20.3549635+00:00", "EndDate": "2025-01-28T03:09:20.3549635+00:00", "CutOffDate": "2025-01-28T03:09:20.3549635+00:00" } ], "Savings": 29.0, "SavingsFormat": { "Label": "sample string 1", "Value": 2 }, "ProductTypeIcon": { "Label": "sample string 1", "Value": 2 }, "CreatedOn": "2025-01-28T03:09:20.3549635+00:00", "IsSelected": true, "CountryRestriction": true, "EligibleCountries": [ { "Id": "sample string 1" }, { "Id": "sample string 1" } ], "IsRecertLateFee": true } ] }
application/xml, text/xml
Sample:
<WebCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models"> <DiscountedPrice>10</DiscountedPrice> <Id>15a3f15a-be3c-4ddb-a441-45387fcbf236</Id> <IsPresetBundle>true</IsPresetBundle> <LongDescription>sample string 5</LongDescription> <Name>sample string 2</Name> <PresetBundleDisplayOrder>8</PresetBundleDisplayOrder> <PresetBundleWebProductId>fd347052-68d7-4aed-a421-9e16ef6c2041</PresetBundleWebProductId> <PriceLevelId>41fa56c1-3be8-494f-ba4a-5b46c6e19c1e</PriceLevelId> <Program xmlns:d2p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers"> <d2p1:Id>056a9e5b-80c7-496d-aa6c-eaae4a7c090e</d2p1:Id> <d2p1:Name>sample string 2</d2p1:Name> </Program> <RetailPrice>9</RetailPrice> <ShortDescription>sample string 4</ShortDescription> <WebProducts> <WebProduct> <AbbreviatedDescription>sample string 25</AbbreviatedDescription> <CountryRestriction>true</CountryRestriction> <CreatedOn>2025-01-28T03:09:20.3549635+00:00</CreatedOn> <Description>sample string 12</Description> <DonationFundId>sample string 16</DonationFundId> <EligibleCountries> <EligibleCountry> <Id>sample string 1</Id> </EligibleCountry> <EligibleCountry> <Id>sample string 1</Id> </EligibleCountry> </EligibleCountries> <EventId>sample string 14</EventId> <Id>6825fbf4-3fee-497b-ab05-bcfde6e557bc</Id> <ImageUrl>sample string 18</ImageUrl> <IsBook>true</IsBook> <IsCD>true</IsCD> <IsLive>true</IsLive> <IsLiveCourse>true</IsLiveCourse> <IsNew>true</IsNew> <IsOnline>true</IsOnline> <IsPromoted>true</IsPromoted> <IsPublic>true</IsPublic> <IsRecertLateFee>true</IsRecertLateFee> <IsSelected>true</IsSelected> <LiveCourseAvailability> <LiveCourseAvailability> <CutOffDate>2025-01-28T03:09:20.3549635+00:00</CutOffDate> <EndDate>2025-01-28T03:09:20.3549635+00:00</EndDate> <Id>b06cf452-f468-49d3-a90d-f64ed670822f</Id> <Schedule>sample string 1</Schedule> <StartDate>2025-01-28T03:09:20.3549635+00:00</StartDate> </LiveCourseAvailability> <LiveCourseAvailability> <CutOffDate>2025-01-28T03:09:20.3549635+00:00</CutOffDate> <EndDate>2025-01-28T03:09:20.3549635+00:00</EndDate> <Id>b06cf452-f468-49d3-a90d-f64ed670822f</Id> <Schedule>sample string 1</Schedule> <StartDate>2025-01-28T03:09:20.3549635+00:00</StartDate> </LiveCourseAvailability> </LiveCourseAvailability> <Name>sample string 11</Name> <NotSoldSeparately>true</NotSoldSeparately> <ParentWebProductId>sample string 23</ParentWebProductId> <Price>2</Price> <ProductId>sample string 17</ProductId> <ProductTypeIcon xmlns:d4p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers"> <d4p1:Label>sample string 1</d4p1:Label> <d4p1:Value>2</d4p1:Value> </ProductTypeIcon> <ProgramId>sample string 13</ProgramId> <ProgramName>sample string 21</ProgramName> <Quantity>20</Quantity> <RefundPolicy>sample string 24</RefundPolicy> <RetailPrice>3</RetailPrice> <Savings>29</Savings> <SavingsFormat xmlns:d4p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers"> <d4p1:Label>sample string 1</d4p1:Label> <d4p1:Value>2</d4p1:Value> </SavingsFormat> <SessionId>sample string 15</SessionId> <ThumbnailImageUrl>sample string 19</ThumbnailImageUrl> <VendorImageURL>sample string 5</VendorImageURL> <VendorName>sample string 4</VendorName> </WebProduct> <WebProduct> <AbbreviatedDescription>sample string 25</AbbreviatedDescription> <CountryRestriction>true</CountryRestriction> <CreatedOn>2025-01-28T03:09:20.3549635+00:00</CreatedOn> <Description>sample string 12</Description> <DonationFundId>sample string 16</DonationFundId> <EligibleCountries> <EligibleCountry> <Id>sample string 1</Id> </EligibleCountry> <EligibleCountry> <Id>sample string 1</Id> </EligibleCountry> </EligibleCountries> <EventId>sample string 14</EventId> <Id>6825fbf4-3fee-497b-ab05-bcfde6e557bc</Id> <ImageUrl>sample string 18</ImageUrl> <IsBook>true</IsBook> <IsCD>true</IsCD> <IsLive>true</IsLive> <IsLiveCourse>true</IsLiveCourse> <IsNew>true</IsNew> <IsOnline>true</IsOnline> <IsPromoted>true</IsPromoted> <IsPublic>true</IsPublic> <IsRecertLateFee>true</IsRecertLateFee> <IsSelected>true</IsSelected> <LiveCourseAvailability> <LiveCourseAvailability> <CutOffDate>2025-01-28T03:09:20.3549635+00:00</CutOffDate> <EndDate>2025-01-28T03:09:20.3549635+00:00</EndDate> <Id>b06cf452-f468-49d3-a90d-f64ed670822f</Id> <Schedule>sample string 1</Schedule> <StartDate>2025-01-28T03:09:20.3549635+00:00</StartDate> </LiveCourseAvailability> <LiveCourseAvailability> <CutOffDate>2025-01-28T03:09:20.3549635+00:00</CutOffDate> <EndDate>2025-01-28T03:09:20.3549635+00:00</EndDate> <Id>b06cf452-f468-49d3-a90d-f64ed670822f</Id> <Schedule>sample string 1</Schedule> <StartDate>2025-01-28T03:09:20.3549635+00:00</StartDate> </LiveCourseAvailability> </LiveCourseAvailability> <Name>sample string 11</Name> <NotSoldSeparately>true</NotSoldSeparately> <ParentWebProductId>sample string 23</ParentWebProductId> <Price>2</Price> <ProductId>sample string 17</ProductId> <ProductTypeIcon xmlns:d4p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers"> <d4p1:Label>sample string 1</d4p1:Label> <d4p1:Value>2</d4p1:Value> </ProductTypeIcon> <ProgramId>sample string 13</ProgramId> <ProgramName>sample string 21</ProgramName> <Quantity>20</Quantity> <RefundPolicy>sample string 24</RefundPolicy> <RetailPrice>3</RetailPrice> <Savings>29</Savings> <SavingsFormat xmlns:d4p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers"> <d4p1:Label>sample string 1</d4p1:Label> <d4p1:Value>2</d4p1:Value> </SavingsFormat> <SessionId>sample string 15</SessionId> <ThumbnailImageUrl>sample string 19</ThumbnailImageUrl> <VendorImageURL>sample string 5</VendorImageURL> <VendorName>sample string 4</VendorName> </WebProduct> </WebProducts> </WebCategory>