POST api/WebSPSS/usp_react_spss_tdxfx_get_ztfb_by_xml

Request Information

URI Parameters

None.

Body Parameters

usp_react_spss_dataanalysis_request
NameDescriptionTypeAdditional information
dbname

string

None.

sjjxh

string

None.

lmcs

string

None.

fzlmc

string

None.

Request Formats

application/json, text/json

Sample:
{
  "dbname": "sample string 1",
  "sjjxh": "sample string 2",
  "lmcs": "sample string 3",
  "fzlmc": "sample string 4"
}

application/xml, text/xml

Sample:
<usp_react_spss_dataanalysis_request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Umer.WebApi.Model.WebSPSS.DataAnalysis">
  <dbname>sample string 1</dbname>
  <fzlmc>sample string 4</fzlmc>
  <lmcs>sample string 3</lmcs>
  <sjjxh>sample string 2</sjjxh>
</usp_react_spss_dataanalysis_request>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'usp_react_spss_dataanalysis_request'.

Response Information

Resource Description

ServerResult
NameDescriptionTypeAdditional information
success

boolean

None.

api_code

string

None.

api_message

string

None.

api_data

Object

None.

type

string

None.

encrypted

boolean

None.

code

string

None.

Response Formats

application/json, text/json

Sample:
{
  "api_code": "sample string 1",
  "api_message": "sample string 2",
  "api_data": {},
  "type": "sample string 4",
  "encrypted": true,
  "code": "sample string 6",
  "success": false
}