POST api/v1/Jyy/UpdateRD
Request Information
URI Parameters
None.
Body Parameters
rd_data| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Wtdw | string |
None. |
|
| ThirdParty | string |
None. |
|
| Remark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Wtdw": "sample string 2",
"ThirdParty": "sample string 3",
"Remark": "sample string 4"
}
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": {}
}