POST api/ReportConfig/GetTestMethodList

Request Information

URI Parameters

None.

Body Parameters

TestMethodDto
NameDescriptionTypeAdditional information
TestMethodId

integer

None.

Name

string

None.

TestMethodCode

string

None.

Description

string

None.

UnitId

integer

None.

VersionName

string

None.

OrgId

integer

None.

StatusTypeId

byte

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

UnitName

string

None.

PageNo

integer

None.

PageSize

integer

None.

Totalrecords

integer

None.

SortColoum

string

None.

IsDsc

boolean

None.

TakeCount

integer

None.

SkipCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TestMethodId": 1,
  "Name": "sample string 2",
  "TestMethodCode": "sample string 3",
  "Description": "sample string 4",
  "UnitId": 1,
  "VersionName": "sample string 5",
  "OrgId": 6,
  "StatusTypeId": 64,
  "CreatedBy": 8,
  "CreatedDate": "2026-07-29T08:45:12.3288045-06:00",
  "UpdatedBy": 1,
  "UpdatedDate": "2026-07-29T08:45:12.3288045-06:00",
  "UnitName": "sample string 10",
  "PageNo": 11,
  "PageSize": 12,
  "Totalrecords": 13,
  "SortColoum": "sample string 14",
  "IsDsc": true,
  "TakeCount": 12,
  "SkipCount": 132
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.