GET api/indcert/webproductsold?contactId={contactId}&relatedprogramId={relatedprogramId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contactId | globally unique identifier |
Required |
|
| relatedprogramId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of IndCertWebproducts| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| Price | decimal number |
None. |
|
| ImageUrl | string |
None. |
|
| ThumbnailImageUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"Id": "391e2a83-c987-4798-afd4-fcf7d93aa6fe",
"Description": "sample string 3",
"Price": 4.0,
"ImageUrl": "sample string 5",
"ThumbnailImageUrl": "sample string 6"
},
{
"Name": "sample string 1",
"Id": "391e2a83-c987-4798-afd4-fcf7d93aa6fe",
"Description": "sample string 3",
"Price": 4.0,
"ImageUrl": "sample string 5",
"ThumbnailImageUrl": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfIndCertWebproducts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models">
<IndCertWebproducts>
<Description>sample string 3</Description>
<Id>391e2a83-c987-4798-afd4-fcf7d93aa6fe</Id>
<ImageUrl>sample string 5</ImageUrl>
<Name>sample string 1</Name>
<Price>4</Price>
<ThumbnailImageUrl>sample string 6</ThumbnailImageUrl>
</IndCertWebproducts>
<IndCertWebproducts>
<Description>sample string 3</Description>
<Id>391e2a83-c987-4798-afd4-fcf7d93aa6fe</Id>
<ImageUrl>sample string 5</ImageUrl>
<Name>sample string 1</Name>
<Price>4</Price>
<ThumbnailImageUrl>sample string 6</ThumbnailImageUrl>
</IndCertWebproducts>
</ArrayOfIndCertWebproducts>