POST api/RawSeedTransport
Request Information
URI Parameters
None.
Body Parameters
RawSeedTransport| Name | Description | Type | Additional information |
|---|---|---|---|
| RST_ID | string |
None. |
|
| ADMIN_ID | string |
None. |
|
| TM_ID | string |
None. |
|
| SP_ID | string |
None. |
|
| RST_NO | string |
None. |
|
| LR_NO | string |
None. |
|
| SOURCE_LOCATION | string |
None. |
|
| DESTINATION_LOCATION | string |
None. |
|
| LABOUR_CHARGE_PER_QTL | string |
None. |
|
| WEIGHING_RECEIPT_NO | string |
None. |
|
| WEIGHT_KG | string |
None. |
|
| TRANSPORT_CHARGE_PER_KM | string |
None. |
|
| TRANSPORT_KM | string |
None. |
|
| FREIGHT_CHARGE | string |
None. |
|
| HALTING_CHARGES | string |
None. |
|
| REMARK | 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:
{
"RST_ID": "sample string 1",
"ADMIN_ID": "sample string 2",
"TM_ID": "sample string 3",
"SP_ID": "sample string 4",
"RST_NO": "sample string 5",
"LR_NO": "sample string 6",
"SOURCE_LOCATION": "sample string 7",
"DESTINATION_LOCATION": "sample string 8",
"LABOUR_CHARGE_PER_QTL": "sample string 9",
"WEIGHING_RECEIPT_NO": "sample string 10",
"WEIGHT_KG": "sample string 11",
"TRANSPORT_CHARGE_PER_KM": "sample string 12",
"TRANSPORT_KM": "sample string 13",
"FREIGHT_CHARGE": "sample string 14",
"HALTING_CHARGES": "sample string 15",
"REMARK": "sample string 16",
"TASK": "sample string 17",
"EXTRA1": "sample string 18",
"EXTRA2": "sample string 19",
"EXTRA3": "sample string 20",
"LANG_ID": "sample string 21"
}
application/xml, text/xml
Sample:
<RawSeedTransport 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 2</ADMIN_ID> <DESTINATION_LOCATION>sample string 8</DESTINATION_LOCATION> <EXTRA1>sample string 18</EXTRA1> <EXTRA2>sample string 19</EXTRA2> <EXTRA3>sample string 20</EXTRA3> <FREIGHT_CHARGE>sample string 14</FREIGHT_CHARGE> <HALTING_CHARGES>sample string 15</HALTING_CHARGES> <LABOUR_CHARGE_PER_QTL>sample string 9</LABOUR_CHARGE_PER_QTL> <LANG_ID>sample string 21</LANG_ID> <LR_NO>sample string 6</LR_NO> <REMARK>sample string 16</REMARK> <RST_ID>sample string 1</RST_ID> <RST_NO>sample string 5</RST_NO> <SOURCE_LOCATION>sample string 7</SOURCE_LOCATION> <SP_ID>sample string 4</SP_ID> <TASK>sample string 17</TASK> <TM_ID>sample string 3</TM_ID> <TRANSPORT_CHARGE_PER_KM>sample string 12</TRANSPORT_CHARGE_PER_KM> <TRANSPORT_KM>sample string 13</TRANSPORT_KM> <WEIGHING_RECEIPT_NO>sample string 10</WEIGHING_RECEIPT_NO> <WEIGHT_KG>sample string 11</WEIGHT_KG> </RawSeedTransport>
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. |