POST api/SeedPurchaseRawSeedTransfer
Request Information
URI Parameters
None.
Body Parameters
SeedPurchaseRawSeedTransfer| Name | Description | Type | Additional information |
|---|---|---|---|
| SPRST_ID | string |
None. |
|
| SP_ID | string |
None. |
|
| ADMIN_ID | string |
None. |
|
| MOISTURE | string |
None. |
|
| COMPANY_KATTA | string |
None. |
|
| COMPANY_GB | string |
None. |
|
| FARMER_KATTA | string |
None. |
|
| FARMER_GB | string |
None. |
|
| QTY_IN_KG | 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:
{
"SPRST_ID": "sample string 1",
"SP_ID": "sample string 2",
"ADMIN_ID": "sample string 3",
"MOISTURE": "sample string 4",
"COMPANY_KATTA": "sample string 5",
"COMPANY_GB": "sample string 6",
"FARMER_KATTA": "sample string 7",
"FARMER_GB": "sample string 8",
"QTY_IN_KG": "sample string 9",
"TASK": "sample string 10",
"EXTRA1": "sample string 11",
"EXTRA2": "sample string 12",
"EXTRA3": "sample string 13",
"LANG_ID": "sample string 14"
}
application/xml, text/xml
Sample:
<SeedPurchaseRawSeedTransfer 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 3</ADMIN_ID> <COMPANY_GB>sample string 6</COMPANY_GB> <COMPANY_KATTA>sample string 5</COMPANY_KATTA> <EXTRA1>sample string 11</EXTRA1> <EXTRA2>sample string 12</EXTRA2> <EXTRA3>sample string 13</EXTRA3> <FARMER_GB>sample string 8</FARMER_GB> <FARMER_KATTA>sample string 7</FARMER_KATTA> <LANG_ID>sample string 14</LANG_ID> <MOISTURE>sample string 4</MOISTURE> <QTY_IN_KG>sample string 9</QTY_IN_KG> <SPRST_ID>sample string 1</SPRST_ID> <SP_ID>sample string 2</SP_ID> <TASK>sample string 10</TASK> </SeedPurchaseRawSeedTransfer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |