POST api/VendorTransaction
Request Information
URI Parameters
None.
Body Parameters
VendorT| Name | Description | Type | Additional information |
|---|---|---|---|
| VT_ID | string |
None. |
|
| VENDOR_ID | string |
None. |
|
| USER_ID | string |
None. |
|
| VT_AMT | string |
None. |
|
| VT_DISCOUNT | string |
None. |
|
| FINAL_AMT | string |
None. |
|
| VT_QTY | string |
None. |
|
| VT_UNIT | string |
None. |
|
| REMARK | string |
None. |
|
| TASK | string |
None. |
|
| EXTRA | string |
None. |
|
| LATITUDE | string |
None. |
|
| LONGITUDE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VT_ID": "sample string 1",
"VENDOR_ID": "sample string 2",
"USER_ID": "sample string 3",
"VT_AMT": "sample string 4",
"VT_DISCOUNT": "sample string 5",
"FINAL_AMT": "sample string 6",
"VT_QTY": "sample string 7",
"VT_UNIT": "sample string 8",
"REMARK": "sample string 9",
"TASK": "sample string 10",
"EXTRA": "sample string 11",
"LATITUDE": "sample string 12",
"LONGITUDE": "sample string 13"
}
application/xml, text/xml
Sample:
<VendorT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiHUA.Models"> <EXTRA>sample string 11</EXTRA> <FINAL_AMT>sample string 6</FINAL_AMT> <LATITUDE>sample string 12</LATITUDE> <LONGITUDE>sample string 13</LONGITUDE> <REMARK>sample string 9</REMARK> <TASK>sample string 10</TASK> <USER_ID>sample string 3</USER_ID> <VENDOR_ID>sample string 2</VENDOR_ID> <VT_AMT>sample string 4</VT_AMT> <VT_DISCOUNT>sample string 5</VT_DISCOUNT> <VT_ID>sample string 1</VT_ID> <VT_QTY>sample string 7</VT_QTY> <VT_UNIT>sample string 8</VT_UNIT> </VendorT>
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. |