POST user/job_apply_end_complain

离职申诉

Request Information

URI Parameters

None.

Body Parameters

JobApplyEndComplainViewModel
NameDescriptionTypeAdditional information
job_id

integer

None.

description

string

None.

Request Formats

application/json, text/json

Sample:
{
  "job_id": 1,
  "description": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

离职申诉

BaseResponse
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "success": true
}