POST api/v1/Jyy/UpdateYhx
Request Information
URI Parameters
None.
Body Parameters
yhx_data| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Yhxnr | string |
None. |
|
| Yhxbz | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Yhxnr": "sample string 2",
"Yhxbz": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultValue| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| ErrorCode | string |
None. |
|
| prompt | boolean |
None. |
|
| result | boolean |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"ErrorCode": "sample string 2",
"prompt": true,
"result": true,
"msg": "sample string 5",
"data": {}
}