POST company/company_sign_agreement

企业端签订合同

Request Information

URI Parameters

None.

Body Parameters

CompanyUpdateSignAgreementViewModel
NameDescriptionTypeAdditional information
agreement_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "agreement_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
}