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": "cc113c99-0228-4c23-ac7c-2810e093b87f",
"ParentWebProductId": "0a48dd11-3029-4323-9a63-94ed7e5bdeb6",
"BCProductId": "sample string 3"
},
{
"WebProductId": "cc113c99-0228-4c23-ac7c-2810e093b87f",
"ParentWebProductId": "0a48dd11-3029-4323-9a63-94ed7e5bdeb6",
"BCProductId": "sample string 3"
}
],
"ProgramId": "1e847fd4-7318-4959-a002-13a8e076ce0f",
"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>0a48dd11-3029-4323-9a63-94ed7e5bdeb6</ParentWebProductId>
<WebProductId>cc113c99-0228-4c23-ac7c-2810e093b87f</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>0a48dd11-3029-4323-9a63-94ed7e5bdeb6</ParentWebProductId>
<WebProductId>cc113c99-0228-4c23-ac7c-2810e093b87f</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>1e847fd4-7318-4959-a002-13a8e076ce0f</ProgramId>
</ExamProductSet>