GET api/programs/examproduct/details
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ExamProductSet| Name | Description | Type | Additional information |
|---|---|---|---|
| ExamProducts | Collection of ExamProduct |
None. |
|
| ProgramId | globally unique identifier |
None. |
|
| BCExamContainerId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExamProducts": [
{
"WebProductId": "f27ccfc6-2f42-44fc-a1b2-88f263e1ae98",
"ParentWebProductId": "10dad7e9-6671-4553-97bb-46d345bc4d9b",
"BCProductId": "sample string 3"
},
{
"WebProductId": "f27ccfc6-2f42-44fc-a1b2-88f263e1ae98",
"ParentWebProductId": "10dad7e9-6671-4553-97bb-46d345bc4d9b",
"BCProductId": "sample string 3"
}
],
"ProgramId": "a7b8d939-9f1a-4a52-b8f4-985e6bd90a8d",
"BCExamContainerId": "sample string 2"
}
application/xml, text/xml
Sample:
<ExamProductSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models">
<BCExamContainerId>sample string 2</BCExamContainerId>
<ExamProducts>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>10dad7e9-6671-4553-97bb-46d345bc4d9b</ParentWebProductId>
<WebProductId>f27ccfc6-2f42-44fc-a1b2-88f263e1ae98</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>10dad7e9-6671-4553-97bb-46d345bc4d9b</ParentWebProductId>
<WebProductId>f27ccfc6-2f42-44fc-a1b2-88f263e1ae98</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>a7b8d939-9f1a-4a52-b8f4-985e6bd90a8d</ProgramId>
</ExamProductSet>