POST api/GetAppMessage

Request Information

URI Parameters

None.

Body Parameters

AppMessage
NameDescriptionTypeAdditional information
CROP_ID

string

None.

PREV_PRUNING_TYPE_ID

string

None.

PRUNING_TYPE_ID

string

None.

LANG_ID

string

None.

EXTRA

string

None.

EXTRA1

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CROP_ID": "sample string 1",
  "PREV_PRUNING_TYPE_ID": "sample string 2",
  "PRUNING_TYPE_ID": "sample string 3",
  "LANG_ID": "sample string 4",
  "EXTRA": "sample string 5",
  "EXTRA1": "sample string 6"
}

application/xml, text/xml

Sample:
<AppMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiCropguru.Models">
  <CROP_ID>sample string 1</CROP_ID>
  <EXTRA>sample string 5</EXTRA>
  <EXTRA1>sample string 6</EXTRA1>
  <LANG_ID>sample string 4</LANG_ID>
  <PREV_PRUNING_TYPE_ID>sample string 2</PREV_PRUNING_TYPE_ID>
  <PRUNING_TYPE_ID>sample string 3</PRUNING_TYPE_ID>
</AppMessage>

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.