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": "7757e371-76d8-49c6-9ff8-bf8f53a35f74",
"ParentWebProductId": "5281b009-ee5c-4118-b83c-aa406726abd0",
"BCProductId": "sample string 3"
},
{
"WebProductId": "7757e371-76d8-49c6-9ff8-bf8f53a35f74",
"ParentWebProductId": "5281b009-ee5c-4118-b83c-aa406726abd0",
"BCProductId": "sample string 3"
}
],
"ProgramId": "cf464d1e-9003-4bce-ba37-8fad4063ce22",
"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>5281b009-ee5c-4118-b83c-aa406726abd0</ParentWebProductId>
<WebProductId>7757e371-76d8-49c6-9ff8-bf8f53a35f74</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>5281b009-ee5c-4118-b83c-aa406726abd0</ParentWebProductId>
<WebProductId>7757e371-76d8-49c6-9ff8-bf8f53a35f74</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>cf464d1e-9003-4bce-ba37-8fad4063ce22</ProgramId>
</ExamProductSet>