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": "8e00086b-e91f-41f9-9d07-1d3f05eef8b7",
"ParentWebProductId": "411f6950-77dc-4d9a-b19a-8c2708d3a5a3",
"BCProductId": "sample string 3"
},
{
"WebProductId": "8e00086b-e91f-41f9-9d07-1d3f05eef8b7",
"ParentWebProductId": "411f6950-77dc-4d9a-b19a-8c2708d3a5a3",
"BCProductId": "sample string 3"
}
],
"ProgramId": "422864f9-add7-4901-a478-fef51b9c525a",
"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>411f6950-77dc-4d9a-b19a-8c2708d3a5a3</ParentWebProductId>
<WebProductId>8e00086b-e91f-41f9-9d07-1d3f05eef8b7</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>411f6950-77dc-4d9a-b19a-8c2708d3a5a3</ParentWebProductId>
<WebProductId>8e00086b-e91f-41f9-9d07-1d3f05eef8b7</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>422864f9-add7-4901-a478-fef51b9c525a</ProgramId>
</ExamProductSet>