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": "e8876d01-c46f-4e85-b5c1-39571c71f929",
"ParentWebProductId": "50d056fb-d5a9-4ea6-9fb8-a9da4a7a992e",
"BCProductId": "sample string 3"
},
{
"WebProductId": "e8876d01-c46f-4e85-b5c1-39571c71f929",
"ParentWebProductId": "50d056fb-d5a9-4ea6-9fb8-a9da4a7a992e",
"BCProductId": "sample string 3"
}
],
"ProgramId": "c58c8e79-68c4-4fd8-bd13-ac7655157cd0",
"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>50d056fb-d5a9-4ea6-9fb8-a9da4a7a992e</ParentWebProductId>
<WebProductId>e8876d01-c46f-4e85-b5c1-39571c71f929</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>50d056fb-d5a9-4ea6-9fb8-a9da4a7a992e</ParentWebProductId>
<WebProductId>e8876d01-c46f-4e85-b5c1-39571c71f929</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>c58c8e79-68c4-4fd8-bd13-ac7655157cd0</ProgramId>
</ExamProductSet>