POST company/edit_order

编辑工资单

Request Information

URI Parameters

None.

Body Parameters

EditOrderViewModel
NameDescriptionTypeAdditional information
order_id

integer

None.

title

string

None.

job_id

integer

None.

order_month

string

None.

tax_month

string

None.

note

string

None.

Request Formats

application/json, text/json

Sample:
{
  "order_id": 1,
  "title": "sample string 2",
  "job_id": 3,
  "order_month": "sample string 4",
  "tax_month": "sample string 5",
  "note": "sample string 6"
}

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
}