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": "14d140c8-7513-4470-8383-d0ab94fb271f",
"ParentWebProductId": "1c424758-23c1-493c-9c29-537ee13b73d9",
"BCProductId": "sample string 3"
},
{
"WebProductId": "14d140c8-7513-4470-8383-d0ab94fb271f",
"ParentWebProductId": "1c424758-23c1-493c-9c29-537ee13b73d9",
"BCProductId": "sample string 3"
}
],
"ProgramId": "1bafe92b-279a-4331-94f5-2ecda77d2a77",
"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>1c424758-23c1-493c-9c29-537ee13b73d9</ParentWebProductId>
<WebProductId>14d140c8-7513-4470-8383-d0ab94fb271f</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>1c424758-23c1-493c-9c29-537ee13b73d9</ParentWebProductId>
<WebProductId>14d140c8-7513-4470-8383-d0ab94fb271f</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>1bafe92b-279a-4331-94f5-2ecda77d2a77</ProgramId>
</ExamProductSet>