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": "e0189ae0-55e0-456b-8b47-3c84f9d83fe0",
"ParentWebProductId": "82f5a41f-0fb7-48cf-b8d3-bad8c1668d6c",
"BCProductId": "sample string 3"
},
{
"WebProductId": "e0189ae0-55e0-456b-8b47-3c84f9d83fe0",
"ParentWebProductId": "82f5a41f-0fb7-48cf-b8d3-bad8c1668d6c",
"BCProductId": "sample string 3"
}
],
"ProgramId": "52a2a6db-73b2-48e9-8638-8200e342180d",
"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>82f5a41f-0fb7-48cf-b8d3-bad8c1668d6c</ParentWebProductId>
<WebProductId>e0189ae0-55e0-456b-8b47-3c84f9d83fe0</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>82f5a41f-0fb7-48cf-b8d3-bad8c1668d6c</ParentWebProductId>
<WebProductId>e0189ae0-55e0-456b-8b47-3c84f9d83fe0</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>52a2a6db-73b2-48e9-8638-8200e342180d</ProgramId>
</ExamProductSet>