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": "b49d063b-c55f-4a29-b2d8-2846864a16d2",
"ParentWebProductId": "68fcc430-b66f-4024-afe5-c918ccfb16fc",
"BCProductId": "sample string 3"
},
{
"WebProductId": "b49d063b-c55f-4a29-b2d8-2846864a16d2",
"ParentWebProductId": "68fcc430-b66f-4024-afe5-c918ccfb16fc",
"BCProductId": "sample string 3"
}
],
"ProgramId": "33ce33c2-4ec4-4343-8613-4fa953f10322",
"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>68fcc430-b66f-4024-afe5-c918ccfb16fc</ParentWebProductId>
<WebProductId>b49d063b-c55f-4a29-b2d8-2846864a16d2</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>68fcc430-b66f-4024-afe5-c918ccfb16fc</ParentWebProductId>
<WebProductId>b49d063b-c55f-4a29-b2d8-2846864a16d2</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>33ce33c2-4ec4-4343-8613-4fa953f10322</ProgramId>
</ExamProductSet>