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": "e29215b7-5cab-4bab-bf2c-82c48175df07",
"ParentWebProductId": "a9a9caeb-8721-498a-b1b2-bdf623ee52ec",
"BCProductId": "sample string 3"
},
{
"WebProductId": "e29215b7-5cab-4bab-bf2c-82c48175df07",
"ParentWebProductId": "a9a9caeb-8721-498a-b1b2-bdf623ee52ec",
"BCProductId": "sample string 3"
}
],
"ProgramId": "ced266e8-71cd-452f-9a3c-21324e4ca4b7",
"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>a9a9caeb-8721-498a-b1b2-bdf623ee52ec</ParentWebProductId>
<WebProductId>e29215b7-5cab-4bab-bf2c-82c48175df07</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>a9a9caeb-8721-498a-b1b2-bdf623ee52ec</ParentWebProductId>
<WebProductId>e29215b7-5cab-4bab-bf2c-82c48175df07</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>ced266e8-71cd-452f-9a3c-21324e4ca4b7</ProgramId>
</ExamProductSet>