POST api/Master/UpdateGrowerMobileNo
Request Information
URI Parameters
None.
Body Parameters
GrowerUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Fact_Code | integer |
None. |
|
| UserLogin | string |
None. |
|
| Vill_Code | integer |
None. |
|
| Grow_Code | integer |
None. |
|
| Mobile_No | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fact_Code": 1,
"UserLogin": "sample string 2",
"Vill_Code": 3,
"Grow_Code": 4,
"Mobile_No": "sample string 5"
}
application/xml, text/xml
Sample:
<GrowerUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models"> <Fact_Code>1</Fact_Code> <Grow_Code>4</Grow_Code> <Mobile_No>sample string 5</Mobile_No> <UserLogin>sample string 2</UserLogin> <Vill_Code>3</Vill_Code> </GrowerUpdate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />