POST api/SeedSale

Request Information

URI Parameters

None.

Body Parameters

SeedSale
NameDescriptionTypeAdditional information
SS_ID

string

None.

GROWER_ID

string

None.

DOC_NO

string

None.

CROP_ID

string

None.

CROP_TYPE_ID

string

None.

LOT_NO

string

None.

NO_OF_BAGS

string

None.

QTY_IN_KG

string

None.

MARKET_RATE

string

None.

RATE

string

None.

BUTE_NO

string

None.

TOTAL_AMOUNT

string

None.

REMARK

string

None.

STAGE_ID

string

None.

COUPON_IDS

string

None.

DELIVERY_LOCATION

string

None.

ADMIN_ID

string

None.

TASK

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

LANG_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SS_ID": "sample string 1",
  "GROWER_ID": "sample string 2",
  "DOC_NO": "sample string 3",
  "CROP_ID": "sample string 4",
  "CROP_TYPE_ID": "sample string 5",
  "LOT_NO": "sample string 6",
  "NO_OF_BAGS": "sample string 7",
  "QTY_IN_KG": "sample string 8",
  "MARKET_RATE": "sample string 9",
  "RATE": "sample string 10",
  "BUTE_NO": "sample string 11",
  "TOTAL_AMOUNT": "sample string 12",
  "REMARK": "sample string 13",
  "STAGE_ID": "sample string 14",
  "COUPON_IDS": "sample string 15",
  "DELIVERY_LOCATION": "sample string 16",
  "ADMIN_ID": "sample string 17",
  "TASK": "sample string 18",
  "EXTRA1": "sample string 19",
  "EXTRA2": "sample string 20",
  "EXTRA3": "sample string 21",
  "LANG_ID": "sample string 22"
}

application/xml, text/xml

Sample:
<SeedSale xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOOSTERPARIS_WEB_API.Models.Production">
  <ADMIN_ID>sample string 17</ADMIN_ID>
  <BUTE_NO>sample string 11</BUTE_NO>
  <COUPON_IDS>sample string 15</COUPON_IDS>
  <CROP_ID>sample string 4</CROP_ID>
  <CROP_TYPE_ID>sample string 5</CROP_TYPE_ID>
  <DELIVERY_LOCATION>sample string 16</DELIVERY_LOCATION>
  <DOC_NO>sample string 3</DOC_NO>
  <EXTRA1>sample string 19</EXTRA1>
  <EXTRA2>sample string 20</EXTRA2>
  <EXTRA3>sample string 21</EXTRA3>
  <GROWER_ID>sample string 2</GROWER_ID>
  <LANG_ID>sample string 22</LANG_ID>
  <LOT_NO>sample string 6</LOT_NO>
  <MARKET_RATE>sample string 9</MARKET_RATE>
  <NO_OF_BAGS>sample string 7</NO_OF_BAGS>
  <QTY_IN_KG>sample string 8</QTY_IN_KG>
  <RATE>sample string 10</RATE>
  <REMARK>sample string 13</REMARK>
  <SS_ID>sample string 1</SS_ID>
  <STAGE_ID>sample string 14</STAGE_ID>
  <TASK>sample string 18</TASK>
  <TOTAL_AMOUNT>sample string 12</TOTAL_AMOUNT>
</SeedSale>

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.