POST user/agree_job_apply

同意邀请

Request Information

URI Parameters

None.

Body Parameters

JobUserAgreeApplyViewModel
NameDescriptionTypeAdditional information
invite_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "invite_id": 1
}

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
}