POST api/DynamicInformationGet
Request Information
URI Parameters
None.
Body Parameters
UserDynamicInformation_GetName | Description | Type | Additional information |
---|---|---|---|
Year | integer |
Matching regular expression pattern: ([0-9]+)$ |
|
CurruntSeason | integer |
None. |
|
Month | integer |
None. |
|
Season | integer |
Matching regular expression pattern: ([0-9]+)$ |
|
FarmerID | integer |
Matching regular expression pattern: ([0-9]+)$ |
|
Submitcall | integer |
None. |
|
RoleID | integer |
None. |
|
culture | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Year": 1, "CurruntSeason": 2, "Month": 3, "Season": 4, "FarmerID": 5, "Submitcall": 6, "RoleID": 7, "culture": 8 }
application/xml, text/xml
Sample:
<UserDynamicInformation_Get xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WDD_Models"> <CurruntSeason>2</CurruntSeason> <FarmerID>5</FarmerID> <Month>3</Month> <RoleID>7</RoleID> <Season>4</Season> <Submitcall>6</Submitcall> <Year>1</Year> <culture>8</culture> </UserDynamicInformation_Get>
application/x-www-form-urlencoded
Sample:
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/" />