POST api/MessagePush/SubmitApprove
Request Information
URI Parameters
None.
Body Parameters
SubmitApproveDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractNo | string |
None. |
|
| CurrentDept | string |
None. |
|
| CurrentSeq | integer |
None. |
|
| ApproveResult | string |
None. |
|
| ApproveRemark | string |
None. |
|
| ApproveUserName | string |
None. |
|
| CurrentUserWeChatId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContractNo": "sample string 1",
"CurrentDept": "sample string 2",
"CurrentSeq": 3,
"ApproveResult": "sample string 4",
"ApproveRemark": "sample string 5",
"ApproveUserName": "sample string 6",
"CurrentUserWeChatId": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.