POST api/TestStandards/GetTestStandardsById

Request Information

URI Parameters

None.

Body Parameters

GetModel
NameDescriptionTypeAdditional information
Id

integer

None.

IsActive

boolean

None.

Type

string

None.

FromDate

date

None.

ToDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "IsActive": true,
  "Type": "sample string 3",
  "FromDate": "2026-02-07T17:49:14.2997731+05:30",
  "ToDate": "2026-02-07T17:49:14.2997731+05:30"
}

application/xml, text/xml

Sample:
<GetModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/labman_api.Models">
  <FromDate>2026-02-07T17:49:14.2997731+05:30</FromDate>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <ToDate>2026-02-07T17:49:14.2997731+05:30</ToDate>
  <Type>sample string 3</Type>
</GetModel>

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.