PUT api/rptReportParameterDependentOn/{id}
Update an existing record from the ReportParameterDependentOn table.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
rptReportParameterDependentOnDb| Name | Description | Type | Additional information |
|---|---|---|---|
| ParameterDependentOnID | integer |
None. |
|
| ParameterID | integer |
Required |
|
| DependentOnParameterID | integer |
Required |
|
| DependentOnOrder | integer |
Required |
|
| 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,
"ParameterDependentOnID": 1,
"ParameterID": 2,
"DependentOnParameterID": 3,
"DependentOnOrder": 4,
"CreatedBy": 5,
"CreatedDate": "2025-12-06T23:43:09.3013534+00:00",
"UpdatedBy": 7,
"UpdatedDate": "2025-12-06T23:43:09.3013534+00:00"
}
application/xml, text/xml
Sample:
<rptReportParameterDependentOnDb 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" />
<CreatedBy>5</CreatedBy>
<CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:09.3013534Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</CreatedDate>
<DependentOnOrder>4</DependentOnOrder>
<DependentOnParameterID>3</DependentOnParameterID>
<ParameterDependentOnID>1</ParameterDependentOnID>
<ParameterID>2</ParameterID>
<UpdatedBy>7</UpdatedBy>
<UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:09.3013534Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</UpdatedDate>
</rptReportParameterDependentOnDb>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
rptReportParameterDependentOnDb| Name | Description | Type | Additional information |
|---|---|---|---|
| ParameterDependentOnID | integer |
None. |
|
| ParameterID | integer |
Required |
|
| DependentOnParameterID | integer |
Required |
|
| DependentOnOrder | integer |
Required |
|
| 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,
"ParameterDependentOnID": 1,
"ParameterID": 2,
"DependentOnParameterID": 3,
"DependentOnOrder": 4,
"CreatedBy": 5,
"CreatedDate": "2025-12-06T23:43:09.3013534+00:00",
"UpdatedBy": 7,
"UpdatedDate": "2025-12-06T23:43:09.3013534+00:00"
}
application/xml, text/xml
Sample:
<rptReportParameterDependentOnDb 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" />
<CreatedBy>5</CreatedBy>
<CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:09.3013534Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</CreatedDate>
<DependentOnOrder>4</DependentOnOrder>
<DependentOnParameterID>3</DependentOnParameterID>
<ParameterDependentOnID>1</ParameterDependentOnID>
<ParameterID>2</ParameterID>
<UpdatedBy>7</UpdatedBy>
<UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:09.3013534Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</UpdatedDate>
</rptReportParameterDependentOnDb>