POST api/ProductOrderList

Request Information

URI Parameters

None.

Body Parameters

GET_ORDER_LIST
NameDescriptionTypeAdditional information
START

string

None.

END

string

None.

ORDER_ID

string

None.

ID1

string

None.

ID2

string

None.

LANG_ID

string

None.

TYPE

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

Request Formats

application/json, text/json

Sample:
{
  "START": "sample string 1",
  "END": "sample string 2",
  "ORDER_ID": "sample string 3",
  "ID1": "sample string 4",
  "ID2": "sample string 5",
  "LANG_ID": "sample string 6",
  "TYPE": "sample string 7",
  "EXTRA1": "sample string 8",
  "EXTRA2": "sample string 9",
  "EXTRA3": "sample string 10"
}

application/xml, text/xml

Sample:
<GET_ORDER_LIST xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Agroverse.Models">
  <END>sample string 2</END>
  <EXTRA1>sample string 8</EXTRA1>
  <EXTRA2>sample string 9</EXTRA2>
  <EXTRA3>sample string 10</EXTRA3>
  <ID1>sample string 4</ID1>
  <ID2>sample string 5</ID2>
  <LANG_ID>sample string 6</LANG_ID>
  <ORDER_ID>sample string 3</ORDER_ID>
  <START>sample string 1</START>
  <TYPE>sample string 7</TYPE>
</GET_ORDER_LIST>

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

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.