POST api/v1/Aqzx/SubmitAqjc
Request Information
URI Parameters
None.
Body Parameters
submitdata| Name | Description | Type | Additional information |
|---|---|---|---|
| Jdzch | string |
None. |
|
| Jcdx | string |
None. |
|
| data | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Jdzch": "sample string 1",
"Jcdx": "sample string 2",
"data": "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": {}
}