POST api/DataSet/Date?productId={productId}
Gets the release date of the provided Dataset.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
productId |
The integer ID of the product. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The release date and product id.
SI.Model.Simfund.Generic.CustomOptionName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Value | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Value": "sample string 2" }