POST api/CustomNews/Action_PD_Approval

派单审核拒绝或同意

Request Information

URI Parameters

None.

Body Parameters

ActionPDApprovalRequestModel
NameDescriptionTypeAdditional information
StaffId

string

Required

String length: inclusive between 32 and 32

WorkOrderStaffId

string

Required

String length: inclusive between 32 and 32

Approval

boolean

None.

Memo

string

Max length: 200

Request Formats

application/json, text/json

Sample:
{
  "StaffId": "sample string 1",
  "WorkOrderStaffId": "sample string 2",
  "Approval": true,
  "Memo": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseResultObjOfString
NameDescriptionTypeAdditional information
Status

boolean

None.

Mesg

string

None.

Data

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Mesg": "sample string 2",
  "Data": "sample string 3"
}