POST api/Values/searchorderviewRMdate

Request Information

URI Parameters

None.

Body Parameters

searchRM
NameDescriptionTypeAdditional information
executivename

string

None.

executivecode

string

None.

orderType

string

None.

Regid

integer

None.

excuteid

integer

None.

Exeid

string

None.

fromdate

date

None.

todate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "executivename": "sample string 1",
  "executivecode": "sample string 2",
  "orderType": "sample string 3",
  "Regid": 4,
  "excuteid": 5,
  "Exeid": "sample string 6",
  "fromdate": "2026-05-13T16:16:48.7834659+05:30",
  "todate": "2026-05-13T16:16:48.7834659+05:30"
}

application/xml, text/xml

Sample:
<searchRM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Delphitvs_catalog_json">
  <Exeid>sample string 6</Exeid>
  <Regid>4</Regid>
  <excuteid>5</excuteid>
  <executivecode>sample string 2</executivecode>
  <executivename>sample string 1</executivename>
  <fromdate>2026-05-13T16:16:48.7834659+05:30</fromdate>
  <orderType>sample string 3</orderType>
  <todate>2026-05-13T16:16:48.7834659+05:30</todate>
</searchRM>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'searchRM'.

Response Information

Resource Description

Output
NameDescriptionTypeAdditional information
result

string

None.

msg

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "result": "sample string 1",
  "msg": "sample string 2",
  "data": {}
}

application/xml, text/xml

Sample:
<Output xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Delphitvs_catalog_json">
  <data />
  <msg>sample string 2</msg>
  <result>sample string 1</result>
</Output>