POST api/WebManage/usp_react_sm_bzwd_save_by_xml
Request Information
URI Parameters
None.
Body Parameters
usp_react_sm_bzwd_get_by_xml| Name | Description | Type | Additional information |
|---|---|---|---|
| _id | string |
None. |
|
| doc_num | string |
None. |
|
| description | string |
None. |
|
| after_ann | string |
None. |
|
| modelId | string |
None. |
|
| model | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"_id": "sample string 1",
"doc_num": "sample string 2",
"description": "sample string 3",
"after_ann": "sample string 4",
"modelId": "sample string 5",
"model": "sample string 6"
}
application/xml, text/xml
Sample:
<usp_react_sm_bzwd_get_by_xml xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Umer.WebApi.Model.WebManage.StructuredManage"> <_id>sample string 1</_id> <after_ann>sample string 4</after_ann> <description>sample string 3</description> <doc_num>sample string 2</doc_num> <model>sample string 6</model> <modelId>sample string 5</modelId> </usp_react_sm_bzwd_get_by_xml>
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
}