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": "7493d590-2d47-4073-b677-f85527e1dde0",
"ParentWebProductId": "986df473-5250-4805-87c9-cdd650e8e761",
"BCProductId": "sample string 3"
},
{
"WebProductId": "7493d590-2d47-4073-b677-f85527e1dde0",
"ParentWebProductId": "986df473-5250-4805-87c9-cdd650e8e761",
"BCProductId": "sample string 3"
}
],
"ProgramId": "506765cb-cc3c-42e6-8aa7-09e0b16bfd3a",
"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>986df473-5250-4805-87c9-cdd650e8e761</ParentWebProductId>
<WebProductId>7493d590-2d47-4073-b677-f85527e1dde0</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>986df473-5250-4805-87c9-cdd650e8e761</ParentWebProductId>
<WebProductId>7493d590-2d47-4073-b677-f85527e1dde0</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>506765cb-cc3c-42e6-8aa7-09e0b16bfd3a</ProgramId>
</ExamProductSet>