POST api/AdminMaster/Farm_master_opertions
Request Information
URI Parameters
None.
Body Parameters
Farm_master| Name | Description | Type | Additional information |
|---|---|---|---|
| Condition | string |
None. |
|
| FarmName | string |
None. |
|
| Address | string |
None. |
|
| GSTIN | string |
None. |
|
| Startdateof_farm | string |
None. |
|
| Phone | string |
None. |
|
| Seeding_Capacity | string |
None. |
|
| GrowBed_Capacity | string |
None. |
|
| Growing_Capacity | string |
None. |
|
| Transdate | string |
None. |
|
| Remarks | string |
None. |
|
| Farmid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Condition": "sample string 1",
"FarmName": "sample string 2",
"Address": "sample string 3",
"GSTIN": "sample string 4",
"Startdateof_farm": "sample string 5",
"Phone": "sample string 6",
"Seeding_Capacity": "sample string 7",
"GrowBed_Capacity": "sample string 8",
"Growing_Capacity": "sample string 9",
"Transdate": "sample string 10",
"Remarks": "sample string 11",
"Farmid": "sample string 12"
}
application/xml, text/xml
Sample:
<Farm_master xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.CropMaster"> <Address>sample string 3</Address> <Condition>sample string 1</Condition> <FarmName>sample string 2</FarmName> <Farmid>sample string 12</Farmid> <GSTIN>sample string 4</GSTIN> <GrowBed_Capacity>sample string 8</GrowBed_Capacity> <Growing_Capacity>sample string 9</Growing_Capacity> <Phone>sample string 6</Phone> <Remarks>sample string 11</Remarks> <Seeding_Capacity>sample string 7</Seeding_Capacity> <Startdateof_farm>sample string 5</Startdateof_farm> <Transdate>sample string 10</Transdate> </Farm_master>
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. |