POST api/Web/Insert_Supplier_Entry
Request Information
URI Parameters
None.
Body Parameters
Trans_details_1| Name | Description | Type | Additional information |
|---|---|---|---|
| Trans_id | integer |
None. |
|
| QueryType | string |
None. |
|
| Date | string |
None. |
|
| Flower_id | integer |
None. |
|
| Sub_total | decimal number |
None. |
|
| Commission | decimal number |
None. |
|
| Total_paithu | decimal number |
None. |
|
| Grand_total | decimal number |
None. |
|
| Supplier_id | integer |
None. |
|
| Kg_qty | decimal number |
None. |
|
| Grm_qty | decimal number |
None. |
|
| Paithu_amt | decimal number |
None. |
|
| Rate | decimal number |
None. |
|
| Amount | decimal number |
None. |
|
| Company_id | string |
None. |
|
| Created_by | string |
None. |
|
| Updated_by | string |
None. |
|
| ListID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Trans_id": 1,
"QueryType": "sample string 2",
"Date": "sample string 3",
"Flower_id": 4,
"Sub_total": 1.0,
"Commission": 1.0,
"Total_paithu": 1.0,
"Grand_total": 1.0,
"Supplier_id": 5,
"Kg_qty": 1.0,
"Grm_qty": 1.0,
"Paithu_amt": 1.0,
"Rate": 1.0,
"Amount": 1.0,
"Company_id": "sample string 6",
"Created_by": "sample string 7",
"Updated_by": "sample string 8",
"ListID": 1
}
application/xml, text/xml
Sample:
<Trans_details_1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Flower_app.Models"> <Amount>1</Amount> <Commission>1</Commission> <Company_id>sample string 6</Company_id> <Created_by>sample string 7</Created_by> <Date>sample string 3</Date> <Flower_id>4</Flower_id> <Grand_total>1</Grand_total> <Grm_qty>1</Grm_qty> <Kg_qty>1</Kg_qty> <ListID>1</ListID> <Paithu_amt>1</Paithu_amt> <QueryType>sample string 2</QueryType> <Rate>1</Rate> <Sub_total>1</Sub_total> <Supplier_id>5</Supplier_id> <Total_paithu>1</Total_paithu> <Trans_id>1</Trans_id> <Updated_by>sample string 8</Updated_by> </Trans_details_1>
application/x-www-form-urlencoded
Sample:
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. |