POST company/create_order
创建工资单
Request Information
URI Parameters
None.
Body Parameters
CreateOrderViewModelName | Description | Type | Additional information |
---|---|---|---|
title | string |
None. |
|
job_id | integer |
None. |
|
date_from | string |
None. |
|
date_to | string |
None. |
|
order_month | string |
None. |
|
tax_month | string |
None. |
|
note | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "title": "sample string 1", "job_id": 2, "date_from": "sample string 3", "date_to": "sample string 4", "order_month": "sample string 5", "tax_month": "sample string 6", "note": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
创建工资单
BaseResponseName | Description | Type | Additional 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 }