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": "282ce4cf-c167-4d17-a731-5fd6e9e25add",
"ParentWebProductId": "1624f11a-379c-4805-b751-18f088872ba9",
"BCProductId": "sample string 3"
},
{
"WebProductId": "282ce4cf-c167-4d17-a731-5fd6e9e25add",
"ParentWebProductId": "1624f11a-379c-4805-b751-18f088872ba9",
"BCProductId": "sample string 3"
}
],
"ProgramId": "50829ba1-e9b9-48b7-9521-e38c7ab330d9",
"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>1624f11a-379c-4805-b751-18f088872ba9</ParentWebProductId>
<WebProductId>282ce4cf-c167-4d17-a731-5fd6e9e25add</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>1624f11a-379c-4805-b751-18f088872ba9</ParentWebProductId>
<WebProductId>282ce4cf-c167-4d17-a731-5fd6e9e25add</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>50829ba1-e9b9-48b7-9521-e38c7ab330d9</ProgramId>
</ExamProductSet>