In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
1. Request parameter description:
1.data:JSON format data (refer to JSON format data for details) (must be recorded)
1.1.FormId: business object form Id (required)
1.2.FieldKeys: key collection of fields to be queried, string type, format: "key1,key2,..." (required) Note (query document body Key and underscore, such as: FEntryKey_FEntryId)
1.3.FilterString: filter criteria, string type (optional)
1.4.OrderString: sort field, string type (optional)
1.5.TopRowCount: returns the total number of lines, integer (optional)
1.6.StartRow: start row index, integer (optional)
1.7.Limit: maximum number of lines, integer, not more than 2000 (optional)
2. Return the result:
[["FValue1", "FValue2",...], ["FValue1", "FValue2",...],...]
3. Code example:
/ / use webapi to reference component Kingdee.BOS.WebApi.Client.dll
K3CloudApiClient client = new K3CloudApiClient ("http://k3cloud/");
Var loginResult = client.ValidateLogin ("5867f8d847e804", "Administrator", "888888", 2052)
Var resultType = JObject.Parse (loginResult) ["LoginResultType"] .Value ()
/ / the login result type is equal to 1, which means the login is successful
If (resultType = = 1)
{
Client.ExecuteBillQuery ("{" FormId ":", "FieldKeys": "," FilterString ":", "OrderString": "", "TopRowCount": 0, "StartRow": 0, "Limit": 0} ")
}
4. Data in JSON format:
{
"FormId":
"FieldKeys":
"FilterString":
"OrderString":
"TopRowCount": 0
"StartRow": 0
"Limit": 0
}
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.