POST api/Test/UpdateTestSubParameter

Request Information

URI Parameters

None.

Body Parameters

TestSubParameterBindingModel
NameDescriptionTypeAdditional information
TestSubParameterId

integer

None.

SubParameterName

string

None.

OrderNo

integer

None.

TestMasterId

integer

None.

TestParameterId

integer

None.

CreatedBy

integer

None.

CreationDate

date

None.

UpdatedBy

integer

None.

UpdationDate

date

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "TestSubParameterId": 1,
  "SubParameterName": "sample string 2",
  "OrderNo": 1,
  "TestMasterId": 3,
  "TestParameterId": 1,
  "CreatedBy": 1,
  "CreationDate": "2026-02-07T17:47:57.1122558+05:30",
  "UpdatedBy": 1,
  "UpdationDate": "2026-02-07T17:47:57.1122558+05:30",
  "IsActive": true
}

application/xml, text/xml

Sample:
<TestSubParameterBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/labman_api.Models">
  <CreatedBy>1</CreatedBy>
  <CreationDate>2026-02-07T17:47:57.1122558+05:30</CreationDate>
  <IsActive>true</IsActive>
  <OrderNo>1</OrderNo>
  <SubParameterName>sample string 2</SubParameterName>
  <TestMasterId>3</TestMasterId>
  <TestParameterId>1</TestParameterId>
  <TestSubParameterId>1</TestSubParameterId>
  <UpdatedBy>1</UpdatedBy>
  <UpdationDate>2026-02-07T17:47:57.1122558+05:30</UpdationDate>
</TestSubParameterBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.