POST api/WebSPSS/usp_react_spss_alsjj_save_sjbq_by_xml

Request Information

URI Parameters

None.

Body Parameters

usp_react_spss_alsjj_get_sjbq_by_xml_request
NameDescriptionTypeAdditional information
dbname

string

None.

sjjxh

string

None.

lmc

string

None.

rybm

string

None.

jgbm

string

None.

sjbqs

Collection of usp_react_spss_alsjj_get_sjbq_by_xml

None.

Request Formats

application/json, text/json

Sample:
{
  "sjbqs": [
    {
      "sjz": "sample string 1",
      "bqz": "sample string 2"
    },
    {
      "sjz": "sample string 1",
      "bqz": "sample string 2"
    }
  ],
  "dbname": "sample string 1",
  "sjjxh": "sample string 2",
  "lmc": "sample string 3",
  "rybm": "sample string 4",
  "jgbm": "sample string 5"
}

application/xml, text/xml

Sample:
<usp_react_spss_alsjj_get_sjbq_by_xml_request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Umer.WebApi.Model.WebSPSS.DataHandling">
  <dbname>sample string 1</dbname>
  <jgbm>sample string 5</jgbm>
  <lmc>sample string 3</lmc>
  <rybm>sample string 4</rybm>
  <sjbqs>
    <usp_react_spss_alsjj_get_sjbq_by_xml>
      <bqz>sample string 2</bqz>
      <sjz>sample string 1</sjz>
    </usp_react_spss_alsjj_get_sjbq_by_xml>
    <usp_react_spss_alsjj_get_sjbq_by_xml>
      <bqz>sample string 2</bqz>
      <sjz>sample string 1</sjz>
    </usp_react_spss_alsjj_get_sjbq_by_xml>
  </sjbqs>
  <sjjxh>sample string 2</sjjxh>
</usp_react_spss_alsjj_get_sjbq_by_xml_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_alsjj_get_sjbq_by_xml_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
}