POST api/business/saveAuditOpen

Request Information

URI Parameters

None.

Body Parameters

AuditOpenModel
NameDescriptionTypeAdditional information
employeeNumber

integer

None.

isOpen

integer

None.

changeType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "employeeNumber": 1,
  "isOpen": 2,
  "changeType": 3
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AuditOpenModel'.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
success

boolean

None.

data

Object

None.

error

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "data": {},
  "error": "sample string 3"
}