- 系统功能
- 工程数据
- 车间管理
- 普通生产
- 委外管理
- 销售管理
- 非标生产
- 费用收入单
- 费用支出单
- 费用申请单
- 差旅申请单
- 项目计划
- 进度填报单
- 备品备件领用单
- 工单填报单
- 基础资料查询
- 售后管理
- 项目立项
- 非标制造统计查询接口POST
- 售后统计查询接口POST
- 单据反审核操作POST
- 人力资源
- wms
- 采购管理
- 检斤管理
- 委外工序计划单
- KIS升级
- 工作流
- CRM客户管理
- 首页
- SRM管理
- 基础资料
- 轻MES
- 质量管理
项目计划下推差旅申请
POST
/mxoc_0001_mxoc_pq/pq_task_push_cashreimburse
请求参数
Query 参数
access_token
string
必需
默认值:
{{access_token}}
Header 参数
groupName
string
必需
默认值:
{{groupName}}
Content-Type
string
必需
默认值:
{{Content-Type}}
accountid
string
必需
默认值:
{{accountId}}
X-GW-Router-Addr
string
必需
默认值:
{{X-GW-Router-Addr}}
Body 参数text/plain
示例
示例值:{
"operation": "push",
"entryPk":"1566543033959188480",
"billdata": {
"id":"1566544181109720064"
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/mxoc_0001_mxoc_pq/pq_task_push_cashreimburse?access_token=' \
--header 'groupName;' \
--header 'accountid;' \
--header 'X-GW-Router-Addr;' \
--header 'Content-Type: text/plain' \
--data-raw '{
"operation": "push",
"entryPk":"1566543033959188480",
"billdata": {
"id":"1566544181109720064"
}
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"success": true,
"reachPlugin": true,
"data": {
"creator_number": "u18292322870",
"creator_masterid": "0",
"modifier_name": "",
"createtime": "2022-12-27 15:00:47",
"billstatus": "A",
"auditor_name": "",
"modifytime": "",
"mxoc_billdate": "2022-12-27 00:00:00",
"mxoc_remark": "",
"auditdate": "",
"entryentity": [
{
"mxoc_itemnumber": "XMJH-20221202-0001",
"mxoc_budcontrolmode": "",
"mxoc_businesstravel": "0",
"mxoc_currency_isshowsign": false,
"mxoc_taskname": "蓝图设计",
"mxoc_reimburseamount": "0",
"mxoc_settlementmode": "A",
"mxoc_entryremark": "",
"mxoc_applicant_number": "TTZY00282",
"mxoc_applicant_name": "吴本峰",
"id": "0",
"mxoc_airticket": "0",
"mxoc_taskid": "1566543033959188480",
"mxoc_expensestatus": "A",
"entryentity_lk": [
{
"entryentity_lk_sbillid": "1566544181109720064",
"entryentity_lk_sid": "1566543033959188480",
"id": "0",
"entryentity_lk_stableid": "6472243047508068251",
"seq": "1"
}
],
"mxoc_itemname": "测试设备安装",
"mxoc_responsibleman_id": "1561655277323813888",
"mxoc_currency_id": "1297339258264157184",
"mxoc_currency_amtprecision": "5",
"mxoc_avabudgetamount": "0",
"mxoc_responsibleman_number": "TTZY00282",
"mxoc_taskseq": "3",
"mxoc_costitem_id": "0",
"mxoc_costdepartent_number": "",
"mxoc_applyamount": "0",
"mxoc_costitem_name": "",
"mxoc_startdate": "",
"mxoc_applicant_id": "1561655277323813888",
"mxoc_othercost": "0",
"mxoc_currency_name": "CNY",
"mxoc_travelallowance": "0",
"mxoc_currency_number": "CNY",
"mxoc_vouchamount": "0",
"mxoc_totalbudgetamount": "0",
"mxoc_itemid": "1566544181109720064",
"mxoc_currency_priceprecision": "6",
"mxoc_othertrafficcost": "0",
"mxoc_quarterage": "0",
"seq": "1",
"mxoc_responsibleman_name": "吴本峰",
"mxoc_costdepartent_name": "",
"mxoc_departuresite": "",
"mxoc_currency_sign": "",
"mxoc_paystatus": "A",
"mxoc_costdepartent_id": "0",
"mxoc_destination": "",
"mxoc_enddate": "",
"mxoc_paidamount": "0",
"mxoc_costitem_number": ""
}
],
"auditor_number": "",
"voucherid": "0",
"creator_id": "9861695",
"modifier_id": "0",
"billdate": "2022-12-27 00:00:00",
"creator_name": "问瑞娜",
"id": "0",
"billno": "CLSQ-20221227-0001",
"modifier_number": "",
"auditor_id": "0"
},
"errorCode": "success"
}
🟢200异常示例