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": "42a2d4e9-bf1a-443f-ad26-7e8004d26224",
"ParentWebProductId": "86369739-21aa-4a8c-8c17-589a7fc37cb6",
"BCProductId": "sample string 3"
},
{
"WebProductId": "42a2d4e9-bf1a-443f-ad26-7e8004d26224",
"ParentWebProductId": "86369739-21aa-4a8c-8c17-589a7fc37cb6",
"BCProductId": "sample string 3"
}
],
"ProgramId": "2cce3bf6-be8c-4cd9-992b-e92b11b22be7",
"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>86369739-21aa-4a8c-8c17-589a7fc37cb6</ParentWebProductId>
<WebProductId>42a2d4e9-bf1a-443f-ad26-7e8004d26224</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>86369739-21aa-4a8c-8c17-589a7fc37cb6</ParentWebProductId>
<WebProductId>42a2d4e9-bf1a-443f-ad26-7e8004d26224</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>2cce3bf6-be8c-4cd9-992b-e92b11b22be7</ProgramId>
</ExamProductSet>