POST api/WebSPSS/usp_react_spss_alsjj_save_blzth_by_xml
Request Information
URI Parameters
None.
Body Parameters
usp_react_spss_alsjj_save_blzth_by_xml_request| Name | Description | Type | Additional information |
|---|---|---|---|
| dbname | string |
None. |
|
| sjjxh | string |
None. |
|
| lmc | string |
None. |
|
| thzs | Collection of usp_react_spss_alsjj_save_blzth_by_xml_value |
None. |
Request Formats
application/json, text/json
Sample:
{
"dbname": "sample string 1",
"sjjxh": "sample string 2",
"lmc": "sample string 3",
"thzs": [
{
"oldValue": 1.1,
"newValue": 2.1
},
{
"oldValue": 1.1,
"newValue": 2.1
}
]
}
application/xml, text/xml
Sample:
<usp_react_spss_alsjj_save_blzth_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>
<lmc>sample string 3</lmc>
<sjjxh>sample string 2</sjjxh>
<thzs>
<usp_react_spss_alsjj_save_blzth_by_xml_value>
<newValue>2.1</newValue>
<oldValue>1.1</oldValue>
</usp_react_spss_alsjj_save_blzth_by_xml_value>
<usp_react_spss_alsjj_save_blzth_by_xml_value>
<newValue>2.1</newValue>
<oldValue>1.1</oldValue>
</usp_react_spss_alsjj_save_blzth_by_xml_value>
</thzs>
</usp_react_spss_alsjj_save_blzth_by_xml_request>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ServerResult| Name | Description | Type | Additional 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
}