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": "381a1498-f985-439a-8513-6ec5ee1ee386",
"ParentWebProductId": "e2fdbe9b-0657-440e-8d43-5e7d6184a8a1",
"BCProductId": "sample string 3"
},
{
"WebProductId": "381a1498-f985-439a-8513-6ec5ee1ee386",
"ParentWebProductId": "e2fdbe9b-0657-440e-8d43-5e7d6184a8a1",
"BCProductId": "sample string 3"
}
],
"ProgramId": "9ba99313-32a0-4f94-b338-3ed95d27f328",
"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>e2fdbe9b-0657-440e-8d43-5e7d6184a8a1</ParentWebProductId>
<WebProductId>381a1498-f985-439a-8513-6ec5ee1ee386</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>e2fdbe9b-0657-440e-8d43-5e7d6184a8a1</ParentWebProductId>
<WebProductId>381a1498-f985-439a-8513-6ec5ee1ee386</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>9ba99313-32a0-4f94-b338-3ed95d27f328</ProgramId>
</ExamProductSet>