POST api/rptReportParameter
Insert a new record into the ReportParameter table.
Request Information
URI Parameters
None.
Body Parameters
rptReportParameterDb| Name | Description | Type | Additional information |
|---|---|---|---|
| ParameterID | integer |
None. |
|
| ReportID | integer |
Required |
|
| SSRSName | string |
Required Max length: 50 |
|
| Name | string |
Required Max length: 50 |
|
| Description | string |
Max length: 100 |
|
| ParameterTypeID | integer |
Required |
|
| ParameterSourceID | integer |
None. |
|
| IsClientID | boolean |
None. |
|
| AllowNull | boolean |
None. |
|
| DoNotPass | boolean |
None. |
|
| ClientOmit | boolean |
None. |
|
| OptionsID | integer |
None. |
|
| DependentOnParameterIDs | string |
None. |
|
| DisplayOrder | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| results | Collection of ValidationResult |
None. |
Request Formats
application/json, text/json
Sample:
{
"results": null,
"ParameterID": 1,
"ReportID": 2,
"SSRSName": "sample string 3",
"Name": "sample string 4",
"Description": "sample string 5",
"ParameterTypeID": 6,
"ParameterSourceID": 7,
"IsClientID": true,
"AllowNull": true,
"DoNotPass": true,
"ClientOmit": true,
"OptionsID": 1,
"DependentOnParameterIDs": "sample string 12",
"DisplayOrder": 13,
"CreatedBy": 14,
"CreatedDate": "2025-12-06T23:42:55.0492972+00:00",
"UpdatedBy": 16,
"UpdatedDate": "2025-12-06T23:42:55.0492972+00:00"
}
application/xml, text/xml
Sample:
<rptReportParameterDb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
<results xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
<AllowNull>true</AllowNull>
<ClientOmit>true</ClientOmit>
<CreatedBy>14</CreatedBy>
<CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:42:55.0492972Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</CreatedDate>
<DependentOnParameterIDs>sample string 12</DependentOnParameterIDs>
<Description>sample string 5</Description>
<DisplayOrder>13</DisplayOrder>
<DoNotPass>true</DoNotPass>
<IsClientID>true</IsClientID>
<Name>sample string 4</Name>
<OptionsID>1</OptionsID>
<ParameterID>1</ParameterID>
<ParameterSourceID>7</ParameterSourceID>
<ParameterTypeID>6</ParameterTypeID>
<ReportID>2</ReportID>
<SSRSName>sample string 3</SSRSName>
<UpdatedBy>16</UpdatedBy>
<UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:42:55.0492972Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</UpdatedDate>
</rptReportParameterDb>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
rptReportParameterDb| Name | Description | Type | Additional information |
|---|---|---|---|
| ParameterID | integer |
None. |
|
| ReportID | integer |
Required |
|
| SSRSName | string |
Required Max length: 50 |
|
| Name | string |
Required Max length: 50 |
|
| Description | string |
Max length: 100 |
|
| ParameterTypeID | integer |
Required |
|
| ParameterSourceID | integer |
None. |
|
| IsClientID | boolean |
None. |
|
| AllowNull | boolean |
None. |
|
| DoNotPass | boolean |
None. |
|
| ClientOmit | boolean |
None. |
|
| OptionsID | integer |
None. |
|
| DependentOnParameterIDs | string |
None. |
|
| DisplayOrder | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| results | Collection of ValidationResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"results": null,
"ParameterID": 1,
"ReportID": 2,
"SSRSName": "sample string 3",
"Name": "sample string 4",
"Description": "sample string 5",
"ParameterTypeID": 6,
"ParameterSourceID": 7,
"IsClientID": true,
"AllowNull": true,
"DoNotPass": true,
"ClientOmit": true,
"OptionsID": 1,
"DependentOnParameterIDs": "sample string 12",
"DisplayOrder": 13,
"CreatedBy": 14,
"CreatedDate": "2025-12-06T23:42:55.0501364+00:00",
"UpdatedBy": 16,
"UpdatedDate": "2025-12-06T23:42:55.0501364+00:00"
}
application/xml, text/xml
Sample:
<rptReportParameterDb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
<results xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
<AllowNull>true</AllowNull>
<ClientOmit>true</ClientOmit>
<CreatedBy>14</CreatedBy>
<CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:42:55.0501364Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</CreatedDate>
<DependentOnParameterIDs>sample string 12</DependentOnParameterIDs>
<Description>sample string 5</Description>
<DisplayOrder>13</DisplayOrder>
<DoNotPass>true</DoNotPass>
<IsClientID>true</IsClientID>
<Name>sample string 4</Name>
<OptionsID>1</OptionsID>
<ParameterID>1</ParameterID>
<ParameterSourceID>7</ParameterSourceID>
<ParameterTypeID>6</ParameterTypeID>
<ReportID>2</ReportID>
<SSRSName>sample string 3</SSRSName>
<UpdatedBy>16</UpdatedBy>
<UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:42:55.0501364Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</UpdatedDate>
</rptReportParameterDb>