源系统平台:金蝶云星空
源系统接口: 逐个单据查询ExecuteBillQuery
目标系统平台: 轻易云集成平台
目标系统接口: 写入空操作写入空操作
源平台元数据配置:
{
"id": "FId",
"api": "ExecuteBillQuery",
"type": "QUERY",
"method": "POST",
"number": "FNumber",
"idCheck": true,
"request": [
{
"type": "string",
"field": "Limit",
"label": "最大行数",
"value": "{{PAGINATION_PAGE_SIZE}}",
"describe": "金蝶的查询分页参数",
"is_required": true
},
{
"type": "string",
"field": "StartRow",
"label": "开始行索引",
"value": "{{PAGINATION_START_ROW}}",
"describe": "金蝶的查询分页参数",
"is_required": true
},
{
"type": "int",
"field": "TopRowCount",
"label": "返回总行数",
"value": "0",
"describe": "金蝶的查询分页参数",
"is_required": false
},
{
"type": "string",
"field": "FilterString",
"label": "过滤条件",
"value": null,
"describe": "示例写法 FSupplierId.FNumber = 'VEN00010' and FApproveDate>=",
"is_required": false
},
{
"type": "array",
"field": "FieldKeys",
"label": "需查询的字段key集合",
"parser": {
"name": "ArrayToString",
"params": ","
},
"describe": "金蝶分录主键ID格式:FPOOrderEntry_FEntryId,其它格式 FPurchaseOrgId.FNumber",
"is_required": true
},
{
"type": "string",
"field": "FormId",
"label": "业务对象表单Id",
"value": "BD_Account",
"describe": "必须填写金蝶的表单ID如:PUR_PurchaseOrder",
"is_required": true
}
],
"response": [
{
"type": "string",
"field": "DocumentStatus",
"label": "数据状态",
"value": null
},
{
"type": "string",
"field": "ForbidStatus",
"label": "禁用状态",
"value": null
},
{
"type": "string",
"field": "Name",
"label": "名称",
"value": null
},
{
"type": "string",
"field": "Number",
"label": "编码",
"value": null
},
{
"type": "string",
"field": "Description",
"label": "描述",
"value": null
},
{
"type": "string",
"field": "CreateOrgId_Id",
"label": "创建组织_Id",
"value": null
},
{
"type": "string",
"field": "CreateOrgId_Name",
"label": "创建组织_名称",
"value": null
},
{
"type": "string",
"field": "CreateOrgId_Number",
"label": "创建组织_编码",
"value": null
},
{
"type": "string",
"field": "UseOrgId_Id",
"label": "使用组织_Id",
"value": null
},
{
"type": "string",
"field": "UseOrgId_Name",
"label": "使用组织_名称",
"value": null
},
{
"type": "string",
"field": "UseOrgId_Number",
"label": "使用组织_编码",
"value": null
},
{
"type": "string",
"field": "CreatorId_Id",
"label": "创建人_Id",
"value": null
},
{
"type": "string",
"field": "CreatorId_Name",
"label": "创建人_名称",
"value": null
},
{
"type": "string",
"field": "CreatorId_Number",
"label": "创建人_编码",
"value": null
},
{
"type": "string",
"field": "ModifierId_Id",
"label": "修改人_Id",
"value": null
},
{
"type": "string",
"field": "ModifierId_Name",
"label": "修改人_名称",
"value": null
},
{
"type": "string",
"field": "ModifierId_Number",
"label": "修改人_编码",
"value": null
},
{
"type": "string",
"field": "CreateDate",
"label": "创建日期",
"value": null
},
{
"type": "string",
"field": "FModifyDate",
"label": "修改日期",
"value": null
},
{
"type": "string",
"field": "HelperCode",
"label": "助记码",
"value": null
},
{
"type": "string",
"field": "ItemDetail",
"label": "核算维度",
"value": null
},
{
"type": "string",
"field": "IsCashflow",
"label": "现金等价物",
"value": null
},
{
"type": "string",
"field": "IsCash",
"label": "现金科目",
"value": null
},
{
"type": "string",
"field": "GroupID",
"label": "科目类别",
"value": null
},
{
"type": "string",
"field": "DC",
"label": "余额方向",
"value": null
},
{
"type": "string",
"field": "IsBank",
"label": "银行科目",
"value": null
},
{
"type": "string",
"field": "AuditorID_Id",
"label": "审核人_Id",
"value": null
},
{
"type": "string",
"field": "AuditorID_Name",
"label": "审核人_名称",
"value": null
},
{
"type": "string",
"field": "AuditorID_Number",
"label": "审核人_编码",
"value": null
},
{
"type": "string",
"field": "ForbidderID_Id",
"label": "禁用人_Id",
"value": null
},
{
"type": "string",
"field": "ForbidderID_Name",
"label": "禁用人_名称",
"value": null
},
{
"type": "string",
"field": "ForbidderID_Number",
"label": "禁用人_编码",
"value": null
},
{
"type": "string",
"field": "AuditDate",
"label": "审核日期",
"value": null
},
{
"type": "string",
"field": "ForbidDate",
"label": "禁用日期",
"value": null
},
{
"type": "string",
"field": "IsSysPreset",
"label": "系统预置",
"value": null
},
{
"type": "string",
"field": "ParentID_Id",
"label": "上级科目_Id",
"value": null
},
{
"type": "string",
"field": "ParentID_Name",
"label": "上级科目_名称",
"value": null
},
{
"type": "string",
"field": "ParentID_Number",
"label": "上级科目_编码",
"value": null
},
{
"type": "string",
"field": "ACCTTBLID_Id",
"label": "科目表_Id",
"value": null
},
{
"type": "string",
"field": "ACCTTBLID_Name",
"label": "科目表_名称",
"value": null
},
{
"type": "string",
"field": "ACCTTBLID_Number",
"label": "科目表_编码",
"value": null
},
{
"type": "string",
"field": "FLEVEL",
"label": "级次",
"value": null
},
{
"type": "string",
"field": "FISDETAIL",
"label": "明细科目",
"value": null
},
{
"type": "string",
"field": "IsAllocate",
"label": "期末调汇",
"value": null
},
{
"type": "string",
"field": "FullName",
"label": "全名",
"value": null
},
{
"type": "string",
"field": "OCFItemID_Id",
"label": "主表项目(减少)_Id",
"value": null
},
{
"type": "string",
"field": "OCFItemID_Name",
"label": "主表项目(减少)_名称",
"value": null
},
{
"type": "string",
"field": "OCFItemID_Number",
"label": "主表项目(减少)_编码",
"value": null
},
{
"type": "string",
"field": "OCFIndirectItemId_Id",
"label": "附表项目(减少)_Id",
"value": null
},
{
"type": "string",
"field": "OCFIndirectItemId_Name",
"label": "附表项目(减少)_名称",
"value": null
},
{
"type": "string",
"field": "OCFIndirectItemId_Number",
"label": "附表项目(减少)_编码",
"value": null
},
{
"type": "string",
"field": "AllCurrency",
"label": "核算所有币别",
"value": null
},
{
"type": "string",
"field": "CFItemID_Id",
"label": "主表项目(增加)_Id",
"value": null
},
{
"type": "string",
"field": "CFItemID_Name",
"label": "主表项目(增加)_名称",
"value": null
},
{
"type": "string",
"field": "CFItemID_Number",
"label": "主表项目(增加)_编码",
"value": null
},
{
"type": "string",
"field": "CFIndirectItemId_Id",
"label": "附表项目(增加)_Id",
"value": null
},
{
"type": "string",
"field": "CFIndirectItemId_Name",
"label": "附表项目(增加)_名称",
"value": null
},
{
"type": "string",
"field": "CFIndirectItemId_Number",
"label": "附表项目(增加)_编码",
"value": null
},
{
"type": "string",
"field": "CurrencyList",
"label": "外币核算(作废)",
"value": null
},
{
"type": "string",
"field": "CURRENCYS",
"label": "外币核算",
"value": null
},
{
"type": "string",
"field": "IsQty",
"label": "启用数量金额辅助核算",
"value": null
},
{
"type": "string",
"field": "UnitGroupId_Id",
"label": "计量单位组_Id",
"value": null
},
{
"type": "string",
"field": "UnitGroupId_Name",
"label": "计量单位组_名称",
"value": null
},
{
"type": "string",
"field": "UnitGroupId_Number",
"label": "计量单位组_编码",
"value": null
},
{
"type": "string",
"field": "UnitId_Id",
"label": "默认单位_Id",
"value": null
},
{
"type": "string",
"field": "UnitId_Name",
"label": "默认单位_名称",
"value": null
},
{
"type": "string",
"field": "UnitId_Number",
"label": "默认单位_编码",
"value": null
},
{
"type": "string",
"field": "ControlOrgId_Id",
"label": "管控组织_Id",
"value": null
},
{
"type": "string",
"field": "ControlOrgId_Name",
"label": "管控组织_名称",
"value": null
},
{
"type": "string",
"field": "ControlOrgId_Number",
"label": "管控组织_编码",
"value": null
},
{
"type": "string",
"field": "ISSHOWJOURNAL",
"label": "出日记账",
"value": null
},
{
"type": "string",
"field": "AMOUNTDC",
"label": "发生额方向",
"value": null
},
{
"type": "string",
"field": "ISCONTACT",
"label": "往来科目",
"value": null
},
{
"type": "string",
"field": "FUNMANUAL",
"label": "不允许手工录入",
"value": null
},
{
"type": "array",
"field": "AccountCy",
"label": "外币核算单据体",
"children": [
{
"type": "string",
"field": "CurrencyID_Id",
"label": "币别编码_Id",
"value": null
},
{
"type": "string",
"field": "CurrencyID_Name",
"label": "币别编码_名称",
"value": null
},
{
"type": "string",
"field": "CurrencyID_Number",
"label": "币别编码_编码",
"value": null
}
]
},
{
"type": "array",
"field": "BD_ACCOUNTFLEXENTRY",
"label": "核算维度",
"children": [
{
"type": "string",
"field": "FlEXITEMPROPERTYID_Id",
"label": "维度_Id",
"value": null
},
{
"type": "string",
"field": "FlEXITEMPROPERTYID_Name",
"label": "维度_名称",
"value": null
},
{
"type": "string",
"field": "FlEXITEMPROPERTYID_Number",
"label": "维度_编码",
"value": null
},
{
"type": "string",
"field": "AcctItemIsValid",
"label": "是否启用",
"value": null
},
{
"type": "string",
"field": "InputType",
"label": "必录类型",
"value": null
},
{
"type": "string",
"field": "DataFieldName",
"label": "数据字段名称",
"value": null
}
]
},
{
"type": "array",
"field": "BD_ACCOUNTDISTRIBUTE",
"label": "分配信息",
"children": [
{
"type": "string",
"field": "IsAllowAddChild",
"label": "允许新增下级科目",
"value": null
},
{
"type": "string",
"field": "DISTFORBIDDATE",
"label": "禁用时间(分配)",
"value": null
},
{
"type": "string",
"field": "DISTRIBUTEORGID_Id",
"label": "分配组织_Id",
"value": null
},
{
"type": "string",
"field": "DISTRIBUTEORGID_Name",
"label": "分配组织_名称",
"value": null
},
{
"type": "string",
"field": "DISTRIBUTEORGID_Number",
"label": "分配组织_编码",
"value": null
},
{
"type": "string",
"field": "USEORGID_Id",
"label": "使用组织_Id",
"value": null
},
{
"type": "string",
"field": "USEORGID_Name",
"label": "使用组织_名称",
"value": null
},
{
"type": "string",
"field": "USEORGID_Number",
"label": "使用组织_编码",
"value": null
},
{
"type": "string",
"field": "DISTFORBIDORGID_Id",
"label": "禁用组织(分配)_Id",
"value": null
},
{
"type": "string",
"field": "DISTFORBIDORGID_Name",
"label": "禁用组织(分配)_名称",
"value": null
},
{
"type": "string",
"field": "DISTFORBIDORGID_Number",
"label": "禁用组织(分配)_编码",
"value": null
},
{
"type": "string",
"field": "DISTFORBIDDERID_Id",
"label": "禁用人(分配)_Id",
"value": null
},
{
"type": "string",
"field": "DISTFORBIDDERID_Name",
"label": "禁用人(分配)_名称",
"value": null
},
{
"type": "string",
"field": "DISTFORBIDDERID_Number",
"label": "禁用人(分配)_编码",
"value": null
},
{
"type": "string",
"field": "DISTFBDSTATUS",
"label": "禁用状态(分配)",
"value": null
},
{
"type": "string",
"field": "IsAllowRedistribute",
"label": "允许再分配",
"value": null
}
]
}
],
"pagination": {
"pageSize": 10
},
"otherRequest": [],
"otherResponse": []
}
目标平台元数据配置:
{
"id": null,
"api": "空操作",
"type": "EXECUTE",
"method": "POST",
"number": null,
"idCheck": true,
"request": [],
"response": [],
"otherRequest": [],
"otherResponse": []
}