POST api/User/GrowerInfo

Request Information

URI Parameters

None.

Body Parameters

GrowerInfo
NameDescriptionTypeAdditional information
UserType

integer

None.

Fact_Code

integer

None.

UserLoginId

string

None.

VillCode

integer

None.

GrwCode

integer

None.

Year

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserType": 1,
  "Fact_Code": 2,
  "UserLoginId": "sample string 3",
  "VillCode": 4,
  "GrwCode": 5,
  "Year": 6
}

application/xml, text/xml

Sample:
<GrowerInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaneMis_WebAPI.Models">
  <Fact_Code>2</Fact_Code>
  <GrwCode>5</GrwCode>
  <UserLoginId>sample string 3</UserLoginId>
  <UserType>1</UserType>
  <VillCode>4</VillCode>
  <Year>6</Year>
</GrowerInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

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/" />