POST api/MessagePush/PushLastApprove

Request Information

URI Parameters

None.

Body Parameters

PushLastApproveDto
NameDescriptionTypeAdditional information
ContractNo

string

None.

CurrentDept

string

None.

ApproveResult

string

None.

ApproveRemark

string

None.

CurrentUserWeChatId

string

None.

BusinessWeChatId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ContractNo": "sample string 1",
  "CurrentDept": "sample string 2",
  "ApproveResult": "sample string 3",
  "ApproveRemark": "sample string 4",
  "CurrentUserWeChatId": "sample string 5",
  "BusinessWeChatId": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.