POST company/agree_order

财务审核通过

Request Information

URI Parameters

None.

Body Parameters

AgreeOrderViewModel
NameDescriptionTypeAdditional information
job_id

integer

None.

order_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "job_id": 1,
  "order_id": 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
}