- 系统功能
- 工程数据
- 车间管理
- 普通生产
- 委外管理
- 销售管理
- 非标生产
- 费用收入单
- 费用支出单
- 费用申请单
- 差旅申请单
- 项目计划
- 进度填报单
- 备品备件领用单
- 工单填报单
- 基础资料查询
- 售后管理
- 项目立项
- 非标制造统计查询接口POST
- 售后统计查询接口POST
- 单据反审核操作POST
- 人力资源
- wms
- 采购管理
- 检斤管理
- 委外工序计划单
- KIS升级
- 工作流
- CRM客户管理
- 首页
- SRM管理
- 基础资料
- 轻MES
- 质量管理
工单执行下推费用收入
POST
/app/mxoc_0001_mxoc_pq/pq_orderexe_push_income
请求参数
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 参数application/json
operation
string
操作下推(push)
entryPk
string
取单据id
billdata
object
必需
id
string
取单据id
示例
{
"operation": "push",
"entryPk":"1634800180022794240",
"billdata": {
"id":"1634800180022794240"
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/app/mxoc_0001_mxoc_pq/pq_orderexe_push_income?access_token=' \
--header 'groupName;' \
--header 'accountid;' \
--header 'X-GW-Router-Addr;' \
--header 'Content-Type: application/json' \
--data-raw '{
"operation": "push",
"entryPk":"1634800180022794240",
"billdata": {
"id":"1634800180022794240"
}
}'
返回响应
🟢200成功
application/json
Body
id
string
单据id
billno
string
单据编号
billstatus
string
单据状态
mxoc_currency
string
币别
mxoc_billtype
string
单据类型
mxoc_incomeentryentity
string
分录标识
mxoc_applicant.id
string
申请人id
mxoc_custom_id
string
客户id
mxoc_projectnumber
string
项目编码
mxoc_projectname
string
项目名称
mxoc_taskseq
string
任务行号
mxoc_taskname
string
任务名称
mxoc_personliable
string
责任人
mxoc_servicebillno
string
售后工单编号
mxoc_incomeproject
string
收入项目
mxoc_incomeexplain
string
收入说明
mxoc_incomamount
string
收入金额
mxoc_invoicamount
string
开票金额
mxoc_uninvoicamount
string