POST api/Values/RMorderview

Request Information

URI Parameters

None.

Body Parameters

Order
NameDescriptionTypeAdditional information
fromdate

date

None.

todate

date

None.

EXid

string

None.

id

integer

None.

OrderDate

date

None.

Orderid

string

None.

CustomerType

string

None.

ShopName

string

None.

ContactPerson

string

None.

OrderType

string

None.

ExeId

integer

None.

DisId

integer

None.

RegId

integer

None.

CusId

integer

None.

Total

decimal number

None.

InsertDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "fromdate": "2026-05-13T16:14:38.6400999+05:30",
  "todate": "2026-05-13T16:14:38.6400999+05:30",
  "EXid": null,
  "id": 3,
  "OrderDate": "2026-05-13T16:14:38.6400999+05:30",
  "Orderid": "sample string 4",
  "CustomerType": "sample string 5",
  "ShopName": "sample string 6",
  "ContactPerson": "sample string 7",
  "OrderType": "sample string 8",
  "ExeId": 1,
  "DisId": 1,
  "RegId": 1,
  "CusId": 1,
  "Total": 1.1,
  "InsertDate": "2026-05-13T16:14:38.6400999+05:30"
}

application/xml, text/xml

Sample:
<Order xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Delphitvs_catalog_json">
  <ContactPerson>sample string 7</ContactPerson>
  <CusId>1</CusId>
  <CustomerType>sample string 5</CustomerType>
  <DisId>1</DisId>
  <ExeId>1</ExeId>
  <InsertDate>2026-05-13T16:14:38.6400999+05:30</InsertDate>
  <OrderDate>2026-05-13T16:14:38.6400999+05:30</OrderDate>
  <OrderType>sample string 8</OrderType>
  <Orderid>sample string 4</Orderid>
  <RegId>1</RegId>
  <ShopName>sample string 6</ShopName>
  <Total>1.1</Total>
  <fromdate>2026-05-13T16:14:38.6400999+05:30</fromdate>
  <id>3</id>
  <todate>2026-05-13T16:14:38.6400999+05:30</todate>
</Order>

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 'Order'.

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>