财务集成API允许外部系统与SAP Concur生成的财务文档交互,以便将财务过账到ERP中。

此API提供了一个自动化解决方案,可请求将可用数据对象(如批准的费用报告、现金预付款和发票)导入到客户内部系统,并有机会在对象被锁定且无法在SAP Concur中更改之前将过账确认发送回SAP Concur。

以下是使用金融整合服务的一些好处:

  • 使用现代方法,不再处理平面文件。
  • 接近实时经验vs. SAP Concur隔夜处理。
  • 1对1 SAP同意ERP对账与提取批处理。
  • 在SAP Concur中锁定对象之前修改和重试的机会。
  • 确保系统之间的数据同步。

局限性:该API对已被SAP Concur授予访问权限的客户和合作伙伴都可用。Invoice Standard的客户应该联系他们的SAP Concur代表,以获得更多关于实施的信息。对该文档的访问不能提供对API的访问。该API可用于北美、EMEA和中国的生产和实施环境。

开始

产品和版本

  • Concur费用专业版
  • Concur费用标准版
  • 同意发票专业版
  • Concur发票标准版

使用范围

的名字 描述 端点
FISVC 阅读财务交易,并写财务交易的确认和确认。 得到,邮寄

访问令牌的使用

此API仅支持公司级访问令牌。

获得金融交易

该请求返回一个已准备好处理的财务文档列表。请求可以包含限制结果的参数。

范围

FISVC-指使用范围全部细节。

请求

URI

模板
https://datacenterURI/ financialintegration / fi / v4 /公司/ transactiontypes /文档类型/交易
参数
的名字 类型 总体安排 描述
文档类型 一串 路径 要求的要返回的财务文档类型。一次只能检索一种事务类型。支持的值是:费用发票预付现金工资义务
int32 查询 起始页码。
限制 int32 查询 每页要返回的记录数。默认值:25。
docId 一串 查询 交易记录唯一标识符,可以是费用报告ID、付款请求ID或现金预付款ID。如果指定,则为匹配的单个文档docId返回。
ignoreDocumentStatus 一串 查询 忽略财务文件的状态。如果,无论文档的状态如何都会返回。如果没有,仅返回尚未确认/确认的文档。支持的值:没有. (见下文注释)
systemId 一串 查询 处理文档的外部系统ID。最多50个字符。

请注意ignoreDocumentStatus参数对于使用带有生产SAP Concur费用报告的Test ERP的通用(标准版)客户是有用的(通用客户没有SAP Concur测试站点或Test User功能,因此使用真实的报告进行测试)。一旦测试确认,合作伙伴可以再次调用报告,以便他们可以post到生产ERP中。

  • DocumentFormatAs:值可以是文本或JSON。这决定了从API返回的文档格式。
  • RFC 7235授权-标识呼叫方的承载令牌。这是Company访问令牌。

有效载荷

没有一个

响应

状态码

有效载荷

财务文件

例子

请求

收到https://us.api.concursolutions.com/financialintegration/fi/v4/companies/transactiontypes/expense/transactions?limit3:授权持票人令牌

响应

200 OK Content-Type: application/jsondate-requested内容长度:491
“链接”“rel”“第一”“href”“https://fiserviceurlhere/fi/v4/companies/transactiontypes/expense/transactions?限制= 3和页面= 0大小= 3”“hreflang”“媒体”“标题”“类型”“反对”},“rel”“自我”“href”“https://fiserviceurlhere/fi/v4/companies/transactiontypes/expense/transactions?限制= 3和页面= 0大小= 3”“hreflang”“媒体”“标题”“类型”“反对”},“rel”“下一个”“href”"https://fiserviceurlhere/fi/v4/companies/transactiontypes/expense/transactions?limit=3&page=1&size=3"“hreflang”“媒体”“标题”“类型”“反对”},“rel”“最后一次”“href”"https://fiserviceurlhere/fi/v4/companies/transactiontypes/expense/transactions?limit=3&page=2&size=3"“hreflang”“媒体”“标题”“类型”“反对”],“内容”“id”“e7f810cabc8348cdb051dd9431c8cfbb”“docType”“费用”“公司ID”“COMPANY_ID_HERE”“entityId”“ENTITY_ID_HERE”“companyUuid”“COMPANY_UUID_HERE”“系统ID”""“文件”“{THE_FINANCIAL_DOCUMENT}”“docStatus”“准备好了”“链接”},“id”“e1500222f16748718fdd2d493ee4c9dd”“docType”“费用”“公司ID”“COMPANY_ID_HERE”“entityId”“ENTITY_ID_HERE”“companyUuid”“COMPANY_UUID_HERE”“系统ID”“文件”“{THE_FINANCIAL_DOCUMENT}”“docStatus”“准备好了”“链接”},“id”“e2135678f16748718fdd2d493ee4c9dd”“docType”“费用”“公司ID”“COMPANY_ID_HERE”“entityId”“ENTITY_ID_HERE”“companyUuid”“COMPANY_UUID_HERE”“系统ID”“文件”“{THE_FINANCIAL_DOCUMENT}”“docStatus”“准备好了”“链接”],“页面”“大小”3.“总体要素”8“totalPages”3.“数量”0

财务交易后确认

允许外部系统确认它已成功地从SAP Concur检索到一个或多个财务事务,并将开始处理这些事务。然后将POST请求中的事务从就绪队列中取出。

应用程序应该在GET请求之后立即执行POST请求。消除请求之间的任何时间将避免ERP和SAP Concur之间的差异。例如,如果存在时间延迟,客户管理员可以使用SAP Concur Processor工具收回或发送报告(或发票)给报告所有者,在那里他或她可以更改或甚至删除它。这将在SAP Concur和ERP之间产生差异。

范围

FISVC-指使用范围全部细节。

请求

URI

模板
https://datacenterURI/ financialintegration / fi / v4 /公司/ transactiontypes /文档类型/交易/确认
参数
的名字 类型 总体安排 描述
文档类型 一串 路径 要求的财务文件类型。一次只能确认一种事务类型。支持的价值观:费用发票预付现金工资义务

有效载荷

确认请求

响应

状态码

有效载荷

AcknowledgeResponse

例子

请求

POST https://us.api.concursolutions.com/financialintegration/fi/v4/companies/transactiontypes/expense/transactions/acknowledgements授权方式:承载方式令牌内容类型:application / json
“id”“5 ab9224e02e840148e7cd7d9e8e72968”“2 ac9224e02e840148e7cd7d9e8e12345”

响应

这个反应显示了成功和失败服务代码例子。

200 OK Content-Type: application/jsondate-requested内容长度:372
“代码”0“文档ID”“5 ab9224e02e840148e7cd7d9e8e72968”“系统ID”“acknowledgeResult”“成功”“errorMessage”""},“代码”101“文档ID”“2 ac9224e02e840148e7cd7d9e8e12345”“系统ID”“acknowledgeResult”“失败”“errorMessage”“此文档以前由SystemId:null确认。”

金融交易确认

允许财务报表结果发送到SAP Concur。

范围

FISVC-指使用范围全部细节。

请求

URI

模板
https://datacenterURI/ financialintegration / fi / v4 /公司/ transactiontypes /文档类型/交易/ postingconfirmations
参数
的名字 类型 总体安排 描述
文档类型 一串 路径 要求的要返回的财务文档类型。一次只能检索一种事务类型。支持的价值观:费用发票预付现金工资义务
confirmationRequest - 身体 要求的要发布的JSON请求。

有效载荷

确认请求

响应

状态码

有效载荷

张贴确认回复

例子

请求

邮递https://us.api.concursolutions.com/financialintegration/fi/v4/companies/transactiontypes/expense/transactions/postingconfirmations 授权:持票人令牌内容类型:application / json
“系统ID”""“postingConfirmations”“文档ID”“0 c06ab044834454d91f83cbd7b6431d2”“overallPostingStatusCode”“错误”“postingDocs”: [],“系统消息”“concurTransactionLineItemId”""“消息ID”“010 - cte发布”“messageLanguage”“嗯”“消息长文本”""“messageShortText”“无法过帐系统CONCUR的费用报告{ReportKey}。”},“concurTransactionLineItemId”""“消息ID”“003 - cc”“messageLanguage”“嗯”“消息长文本”""“messageShortText”“利润中心/公司代码分配不正确。请检查条目。”},“文档ID”“3331 dbeb8e2240ffad7ab5b69492722a”“overallPostingStatusCode”“成功”“postingDocs”“公司ID”"0100"“documentNumber”“0123456”“财政部”“2018”“付款相关行项目”: [],“发布日期”“2018-03-02”},“公司ID”“0800”“documentNumber”“0123478”“财政部”“2018”“付款相关行项目”: [],“发布日期”“2018-03-02”],“系统消息”: []

响应

这个反应显示了成功和失败服务代码例子。

200 OK Content-Type: application/jsondate-requested内容长度:405
“代码”0“文档ID”“0 c06ab044834454d91f83cbd7b6431d2”“系统ID”“postingConfirmationResult”“成功”“errorMessage”""“detailMessage”""},“代码”116“文档ID”“3331 dbeb8e2240ffad7ab5b69492722a”“系统ID”""“postingConfirmationResult”“失败”“errorMessage”“此文档不存在。”“detailMessage”""

财务付款后确认书

允许财务支付结果发送到SAP Concur。

范围

FISVC-指使用范围全部细节。

请求

URI

模板
https://datacenterURI/ financialintegration / fi / v4 /公司/ transactiontypes /文档类型/交易/付款确认
参数
的名字 类型 总体安排 描述
文档类型 一串 路径 要求的要返回的财务文档类型。一次只能检索一种事务类型。支持的价值观:费用发票预付现金工资义务
confirmationRequest 身体 要求的要发布的JSON请求。

有效载荷

付款确认请求

响应

状态码

有效载荷

付款确认响应

例子

请求

POST https://us.api.concursolutions.com/financialintegration/fi/v4/companies/transactiontypes/expense/transactions/paymentconfirmations授权方式:承载方式令牌内容类型:application / json
“系统ID”""“processingConfirmation”“文档ID”“0 c06ab044834454d91f83cbd7b6431d2”“processingStatusCode”“CP”“clearingDetails”:[“清算日期”“2019-02-06T12:00:00.27Z”“clearingAmount”220“clearingCurrency”“美元”“接收者”: {“receiverId”"22344"“receiverName”“查尔斯”“receiverType”“员工”},“clearingReference”: {“companyCode”“US01”“财务文件”"667799"“财政部”"2019"“paymentRef”“US01/667799/2019/2”“paymentMethod”“E”},“文档ID”“454 d91f83cbd7b6431d20c06ab044834”“processingStatusCode”“PP”“clearingDetails”:[“清算日期”“2019-02-06T12:00:00.27Z”“clearingAmount”40.00“clearingCurrency”“美元”“接收者”: {“receiverId”"57"“receiverName”“约翰。”“receiverType”“员工”},“clearingReference”: {“companyCode”“US01”“财务文件”“996675”“财政部”"2019"“paymentRef”“US01/996675/2019/2”“paymentMethod”“E”},“文档ID”“1 d20c06ab0445d7b64348344d91f83cb”“processingStatusCode”“PP”“clearingDetails”:[“清算日期”“2019-02-06T12:00:00.27Z”“clearingAmount”23“clearingCurrency”“美元”“接收者”: {“receiverId”"57"“receiverName”“爱丽丝”“receiverType”“员工”},“clearingReference”: {“companyCode”“US01”“财务文件”"95432"“财政部”"2019"“paymentRef”“US01/95432/2019/2”“paymentMethod”“E”},“文档ID”“d2454d91fcb44834830c06ab0d7b6431”“processingStatusCode”“重新”“additionalMessage”“这份报告被发送到错误的系统”“clearingDetails”:[“清算日期”“2019-02-06T12:00:00.27Z”“clearingAmount”10.00“clearingCurrency”“美元”“接收者”: {“receiverId”"57"“receiverName”“彼得”“receiverType”“员工”},“clearingReference”: {“companyCode”“US01”“财务文件”“5498”“财政部”"2019"“paymentRef”“US01/5498/2019/2”“paymentMethod”“E”},“文档ID”“b6431d2454dcbd791f44834830c06ab0”“processingStatusCode”“OB”“additionalMessage”“不需要了”“clearingDetails”:[“清算日期”“2019-02-06T12:00:00.27Z”“clearingAmount”54.00“clearingCurrency”“美元”“接收者”: {“receiverId”"57"“receiverName”“凯文”“receiverType”“员工”},“clearingReference”: {“companyCode”“US01”“财务文件”“32478”“财政部”"2019"“paymentRef”“US01/32478/2019/2”“paymentMethod”“E”

响应

这个反应显示了成功和失败服务代码例子。

200 OK Content-Type: application/jsondate-requested内容长度:405
“代码”0“文档ID”“0 c06ab044834454d91f83cbd7b6431d2”“系统ID”""“paymentConfirmationResult”“成功”“errorMessage”“paymentRef”“US01/667799/2019/2”“detailMessage”""},“代码”116“文档ID”“454 d91f83cbd7b6431d20c06ab044834”“系统ID”""“paymentConfirmationResult”“失败”“errorMessage”“此文档不存在。”“paymentRef”“US01/996675/2019/2”“detailMessage”""},“代码”298“文档ID”“1 d20c06ab0445d7b64348344d91f83cb”“系统ID”""“paymentConfirmationResult”“等待”“errorMessage”“付款确认已存在于US01/95432/2019/2。”“paymentRef”“US01/95432/2019/2”“detailMessage”""“代码”0“文档ID”“d2454d91fcb44834830c06ab0d7b6431”“系统ID”""“paymentConfirmationResult”“成功”“errorMessage”“paymentRef”“US01/5498/2019/2”“detailMessage”""},“代码”0“文档ID”“b6431d2454dcbd791f44834830c06ab0”“系统ID”""“paymentConfirmationResult”“成功”“errorMessage”“paymentRef”“US01/32478/2019/2”“detailMessage”""

服务代码

金融综合院将根据个人记录的成功与否,返还服务代码,进行确认和提交确认文件。

密码 描述 类别
0 成功处理 任何
99 请求中的系统ID与FI数据库中的系统ID不匹配。 任何
101 该文件已被事先确认。 承认
102 本文件已被收回。 承认
103 这份文件还没有准备好。 承认
104 该文档在FI数据库中不存在。 承认
105 此文档不是类型(费用、发票、现金预付款)。 承认
111 该文件尚未得到确认。 发布
112 本文件已被收回。 发布
113 此文件的确认函已寄出。 发布
114 文档不处于已知状态。 发布
115 此文档不是类型(费用、发票、现金预付款)。 发布
116 该文档在FI数据库中不存在。 发布
198 无效请求-如果重试,此请求将不起作用。 发布
199 未知错误,请稍后再试。 任何

模式

财务文件

的名字 类型 总体安排 描述
内容 大堆 FIDocument 结果集合。
一串 PageMetadata 分页的细节。
链接 大堆 链接 分页链接。

FIDocument

的名字 类型 总体安排 描述
id 一串 - 文档的唯一标识符。
文档类型 一串 - 事务类型。支持的价值观:费用发票预付现金工资义务
公司ID 一串 - SAP Concur中公司的唯一标识符。最多32个字符。
实体ID 一串 - SAP Concur中实体的唯一标识符。最多32个字符。
companyUuid 一串 UUID SAP Concur中公司的UUID。最大36个字符。
erpSystemId 一串 - 处理文档的外部系统ID。最大的50个字符。
文件 大堆 - JSON财务文档。检查FI样本文档在下面。
文件状态 一串 - 财务文件的状况。支持的价值观:准备好了承认POSTING_CONFIRMED_SUCCESSPOSTING_CONFIRMED_FAILURE

PageMetadata

的名字 类型 总体安排 描述
大小 int32 - 返回的总页数。
totalElements int32 - 返回的记录总数。
总页数 int32 - 返回的总页数。
数量 int32 - 返回结果的页面位置,例如:第一页以0开头,第二页以1开头。
的名字 类型 总体安排 描述
rel 一串 - 链接的关系,例如:第一个自我下一个最后的
href 一串 - 已分页链接的完整URL。
hreflang 一串 - 链接语言,如果有的话。
媒体 一串 - 媒体类型,如果有的话。
标题 一串 - 链接标题,如果有。
类型 一串 - 链接类型(如果有)。
弃用 一串 - 不赞成的指示,如果有的话。

确认请求

的名字 类型 总体安排 描述
id 大堆 一串 财务文件的唯一标识符列表。
systemId 一串 - 确认文档的外部系统ID。

AcknowledgeResponse

的名字 类型 总体安排 描述
AcknowledgeResponse 数组 确认响应项 JSON响应。

确认响应项

的名字 类型 总体安排 描述
acknowledgeResult 一串 - 确认处理结果。支持的值是:成功失败
代码 Int32 服务代码 金融集成服务代码。这是一个特定的代码,基于确认文档的单个记录的成功与失败。
docId 一串 - 财务文档的唯一标识符。最多32个字符。
错误信息 一串 - 错误消息(如果有的话)。
systemId 一串 - 确认文档的外部系统ID。最多50个字符。

确认请求

的名字 类型 总体安排 描述
systemId 一串 - 要求的确认文档的外部系统ID,它可以是空字符串。最大的50个字符。
postingConfirmations 大堆 过帐确认申请项目 发布确认JSON请求。

投寄确认要求

的名字 类型 总体安排 描述
docId 一串 - 要求的对财务凭证ID进行确认。最多32个字符。
overallPostingStatusCode 一串 - 要求的发布状态。价值观:错误或成功。
postingDocs 数组 上传文件的细节 发布文件细节(如果有的话)。
系统消息 数组 系统消息 要求的发送至SAP Concur的消息(如有)。

上传文件的细节

的名字 类型 总体安排 描述
公司ID 一串 - 要求的外部系统组织单元ID。最多32个字符。
documentNumber 一串 - 外部系统文档标识符。最多80个字符。
fiscalYear int32 - 外部系统会计年度。
paymentRelevantLineItems 数组 - 付款相关行项目。此数组通常为空。
postingDate 一串 YYYY-MM-DD 外部系统发布日期。

系统消息

的名字 类型 总体安排 描述
concurTransactionLineItemId 一串 - 报告相关行项目id。
消息ID 一串 - 外部系统消息标识符。
messageLanguage 一串 - 消息语言代码,示例FR
messageLongText 数组 - 消息文本,将张贴在SAP Concur的审计跟踪。最多1300个字符。
短消息 一串 - 消息文本,将张贴在SAP Concur的审计跟踪。最多1300个字符。

张贴确认回复

的名字 类型 总体安排 描述
PostingConfirmationResponse 数组 投寄确认及回应项目 JSON响应体。

发布确认响应项

的名字 类型 总体安排 描述
发布确认结果 一串 - 张贴确认结果。支持的值:成功SYSTEM_ERROR_OCCURREDNOT_YET_ACKNOWLEDGEDDOCUMENT_NOT_FOUND失败你被召回了吗
detailMessage 一串 - 发布确认消息。
代码 Int32 - 金融服务返回代码。
docId 一串 - 文档ID。最多32个字符。
错误信息 一串 - 错误消息(如果有的话)。
systemId 一串 - 确认文档的外部系统ID。最大的50个字符。

付款确认请求

的名字 类型 总体安排 描述
systemId 一串 - 要求的确认文档的外部系统ID,它可以是空字符串。最大的50个字符。
processingConfirmation 大堆 付款确认请求项 付款确认JSON请求。

付款确认请求项

的名字 类型 总体安排 描述
docId 一串 - 对财务凭证ID进行确认。最多32个字符。
processingStatusCode 一串 - 付款状态。支持的价值观:CP聚丙烯重新OB(全部支付、部分支付、撤销、作废)。最多3个字符。
additionalMessage 一串 - 反转信息或废弃信息(如有)。
clearingDetails 数组 付款文件的细节 付款文件的细节,如果有。

付款文件的细节

的名字 类型 总体安排 描述
clearingDate 一串 - 付款日期。
clearingAmount 双重的 - 结清的金额。
clearingCurrency 一串 - 货币的价值。
接收机 数组 接收机的细节 接收机的细节。
clearingReference 数组 结算参考细节 结算参考细节。

接收机的细节

的名字 类型 总体安排 描述
receiverId 一串 - 接收机ID。
接管人姓名 双重的 - 接收人姓名。
receiverType 一串 - 接收器的类型。

结算参考细节

的名字 类型 总体安排 描述
公司代码 一串 - 公司代码。
financialDocumentId 一串 - ERP中的文档ID。
fiscalYear 一串 - 财政年度。
paymentRef 一串 - 付款参考ID。
paymentMethod 一串 - 付款方法E=电子资金转账或C=检查。

付款确认响应

的名字 类型 总体安排 描述
付款确认回复 数组 付款确认响应项 JSON响应主体

PaymentConfirmationResponseItem

的名字 类型 总体安排 描述
paymentConfirmationResult 一串 - 付款确认的结果。支持的价值观:成功SYSTEM_ERROR_OCCURREDNOT_POSTING_CONFIRMEDDOCUMENT_NOT_FOUND失败无操作
paymentRef 一串 - 与正在处理的付款参考相对应的任何消息。
detailMessage 一串 - 付款确认信息。
代码 Int32 - 金融服务返回代码。
docId 一串 - 文档ID。最多32个字符。
错误信息 一串 - 错误消息(如果有的话)。
systemId 一串 - 确认文档的外部系统ID。最大的50个字符。

例如财务文件

费用

“雇员”“employeeFirstName”“名字”“employeeLastName”“姓”“雇员ID”“12345AB”“employeeMI”“employeeOrgUnit4Value”“employeeOrgUnit5Value”“employeeOrgUnit6Value”“employeeCustom1Code”“雇员客户代码”“employeeCustom3Code”“employeeCustom4Code”"001"“employeeCustom5Code”“USPUG”“employeeCustom6Code”"1234"“employeeCustom7Code”“employeeCustom8Code”“员工自定义代码”“employeeCustom10Code”“employeeCustom11Code”“employeeCustom12Code”“employeeCustom13Code”“employeeCustom14Code”“employeeCustom15Code”“employeeCustom16Code”“N”“雇员客户代码”“employeeCustom18Code”“employeeCustom19Code”“雇员客户代码”“雇员客户代码”“我们集团”“employeeCustom1Value”“employeeCustom2Value”“employeeCustom3Value”“employeeCustom4Value”“美国公司”。“employeeCustom5Value”“我们发布”“employeeCustom6Value”“操作”“employeeCustom7Value”“employeeCustom8Value”“employeeCustom9Value”“employeeCustom10Value”“employeeCustom11Value”“employeeCustom12Value”“employeeCustom13Value”“employeeCustom14Value”“员工客户价值”“employeeCustom16Value”“员工客户价值”“员工客户价值”“employeeCustom19Value”“employeeCustom20Value”“employeeCustom21Value”“我们集团”“employeeOrgUnit1Code”“employeeOrgUnit2Code”“employeeOrgUnit3Code”“employeeOrgUnit4Code”“员工组织单元5代码”“employeeOrgUnit6Code”“employeeOrgUnit1Value”“employeeOrgUnit2Value”“employeeOrgUnit3Value”},“报告”“reportKey”345“ledgerCode”“默认”“reportId”“D0719B539ED64FE612AB”“总批准金额”200“reportName”“明尼阿波利斯之旅”“坚持”“N”“reportStartDate”“reportEndDate”“雇员货币字母代码”“美元”“payrollPayIndicator”“N”“payrollPaymentClearingAccountCode”“cashAdvanceReturnsAmount”0E-8“修订编号”“1”“versionId”“4”“homeCountryCode”“我们”“reportCustom20Code”“reportCustom1Value”“reportCustom2Value”“reportCustom3Value”“reportCustom4Value”“reportCustom5Value”“reportCustom6Value”“reportCustom7Value”“reportCustom8Value”“reportCustom9Value”“reportCustom10Value”“reportCustom11Value”“reportCustom12Value”“reportCustom13Value”“reportCustom14Value”“reportCustom15Value”“我们集团”“reportCustom16Value”“reportCustom17Value”“reportCustom18Value”“reportCustom19Value”“reportCustom20Value”“ReportOrgUnit1代码”“reportOrgUnit2Code”“reportOrgUnit3Code”“reportOrgUnit4Code”“reportOrgUnit5Code”“reportOrgUnit6Code”“reportOrgUnit1Value”“ReportOrgUnit2值”“reportCustom5Code”“reportCustom6Code”“reportCustom7Code”“reportCustom8Code”“reportCustom9Code”“reportCustom10Code”“reportCustom11Code”“reportCustom12Code”“reportCustom13Code”“reportCustom14Code”“reportCustom15Code”“我们集团”“reportCustom16Code”“12345AB”“reportCustom17Code”“reportCustom18Code”“reportCustom19Code”“报告提交日期”“2018 - 03 - 02 - t18:12:03.050z”“reportUserDefinedDate”“2018-03-02T00:00:00.000Z”“reportPaymentProcessingDate”“2018-03-02T18:34:30.260Z”“reportCreationDate”“2018-03-02T18:08:37.887Z”“reportCustom1Code”“12345AB”“reportCustom2Code”“reportCustom3Code”“reportCustom4Code”“reportOrgUnit3Value”“reportOrgUnit4Value”“reportOrgUnit5Value”“reportOrgUnit6Value”},“expenseEntry”“cardProgramTypeCode”“entryCustom20Code”“entryCustom21Code”“entryCustom22Code”“entryCustom23Code”“entryCustom24Code”“entryCustom25Code”“entryCustom26Code”“entryCustom27Code”“entryCustom28Code”“entryCustom29Code”“entryCustom30Code”“entryCustom31Code”“entryCustom32Code”“entryCustom33Code”“entryCustom34Code”“entryCustom35Code”“我们”“entryCustom36Code”“entryCustom37Code”“entryCustom38Code”“entryCustom39Code”"0.00000000"“entryCustom40Code”"200.00000000"“ReportEntryTransactionMount”200“entryLocationCityName”“明”“entryCountrySubCode”“US-MN”“EntrySBillable”“N”“EntryOrgUnit1代码”“entryOrgUnit2Code”“entryOrgUnit3Code”“entryOrgUnit4Code”“entryOrgUnit5Code”“entryOrgUnit6Code”“offsetPayType”“N”“entryCountryCode”“我们”“entryUuid”“entrySupplierTaxID”“entryCustom1Code”“entryCustom2Code”“entryCustom3Code”“entryCustom4Code”“entryCustom5Code”“entryCustom6Code”“entryCustom7Code”“entryCustom8Code”“entryCustom9Code”“entryCustom10Code”“entryCustom11Code”“entryCustom12Code”“entryCustom13Code”“entryCustom14Code”“entryCustom15Code”“entryCustom16Code”“entryCustom17Code”“entryCustom18Code”“entryCustom19Code”“cardAccountID”“cardTransactionID”“cardTransactionAmount”“cardTransactionCurrency”“cardTransactionPostedAmount”“cardTransactionPostedCurrency”“clearingAccountCode”“entryApprovedAmount”200“expensePayIndicator”“N”“entryId”“A92F3AD820F4E546800515258C3E0893”“entryDescription”""“entryVendorCode”“阿斯顿酒店”“entryCustom1Value”“entryCustom2Value”“entryCustom3Value”“entryCustom4Value”“entryCustom5Value”“entryCustom6Value”“entryCustom7Value”“entryCustom8Value”“entryCustom9Value”“entryCustom10Value”“entryCustom11Value”“entryCustom12Value”“entryCustom13Value”“entryCustom14Value”“entryCustom15Value”“entryCustom16Value”“entryCustom17Value”“entryCustom18Value”“entryCustom19Value”“entryCustom20Value”“entryCustom21Value”“entryCustom22Value”“entryCustom23Value”“entryCustom24Value”“entryCustom25Value”“entryCustom26Value”“entryCustom27Value”“entryCustom28Value”“entryCustom29Value”“entryCustom30Value”“entryCustom31Value”“entryCustom32Value”“entryCustom33Value”“entryCustom34Value”“entryCustom35Value”“entryCustom36Value”“entryCustom37Value”“entryCustom38Value”“entryCustom39Value”“entryCustom40Value”“EntryOrgUnit1值”“entryOrgUnit2Value”“EntryOrgUnit3值”“entryOrgUnit4Value”“EntryOrgUnit5值”“EntryOrgUnit6值”“entryLocationName”“明”“entryReceiptId”“E921EECCBCBA393EAC5A9212DCE57D9B”“entryElectronicReceiptId”“分配”“allocationId”“76 a1774fec7d0c4981fbb332ab5671a3”“allocationCustom1Code”""“allocationCustom2Code”""“allocationCustom3Code”""“allocationCustom4Code”“allocationCustom5Code”“allocationCustom6Code”“allocationCustom7Code”“allocationCustom8Code”“allocationCustom9Code”“allocationCustom10Code”“allocationCustom11Code”“allocationCustom12Code”“allocationCustom13Code”“AllocationCustom14代码”“allocationCustom15Code”“allocationCustom16Code”“allocationCustom17Code”“allocationCustom18Code”“allocationCustom19Code”“allocationCustom20Code”“allocationCustom1Value”“allocationCustom2Value”“allocationCustom3Value”“allocationCustom4Value”“allocationCustom5Value”“allocationCustom6Value”“allocationCustom7Value”“allocationCustom8Value”“allocationCustom9Value”“allocationCustom10Value”“allocationCustom11Value”“allocationCustom12Value”“allocationCustom13Value”“allocationCustom14Value”“allocationCustom15Value”“allocationCustom16Value”“allocationCustom17Value”“allocationCustom18Value”“allocationCustom19Value”“allocationCustom20Value”“分配百分比”One hundred.“杂志”“amountGrossCard”“日记账代码”“125ABC”“journalPayee”“EMPL”“journalPayer”“薪酬”“cardTransactionReferenceNumber”“amountNetOfReclaim”150“amountNetOfTax”150“amountGross”150“taxGuid”[],“accountingTransactionType”},“amountGrossCard”“日记账代码”"12345"“journalPayee”“EMPL”“journalPayer”“薪酬”“cardTransactionReferenceNumber”“amountNetOfReclaim”50“amountNetOfTax”50“amountGross”50“taxGuid”[],“accountingTransactionType”],“税”[]],“entryReceiptType”“N”“entryExchangeRateDirection”“M”“EntrySpersonal”“N”“entryVendorDescription”“阿斯顿酒店”“legacyEntryId”294“负债账户代码”“expenseTypeName”“酒店”“entryDate”“2018 - 02 - 17 t00:00:00.000z”“entryCurrAlphaCode”“美元”“entryExchangeRate”1“expenseTypeCode”“洛丁”“cardStatementPeriodStartDate”“cardStatementPeriodEndDate”“reportEntryPatKey”“现金”],“cashAdvanceApplication”“cashAdvanceClearingAccountCode”"12345"“cashAdvanceId”“6A107A548D1B4B49BBF370DF02EC890D”“现金推进应用程序安装”-50年“cashAdvanceTransactionType”2

发票

“requestHeader”: {“ledgerCode”“默认”“clearingAccountCode”“invoiceDate”“08/08/2018”“reqKey”35“发布日期”“poNumber”“坚持”“N”“deliverySlipNumber”“discountPercentage”“paymentDueDate”“09/07/2018”“请求ID”“9 b1d30723cbf4f86a574”“requestOrgUnit4Code”“requestOrgUnit5Code”“requestOrgUnit6Code”“currencyAlphaCode”“美元”“账本名称”“默认”“vendorInvoiceNumber”“25688”“多采购订单”“N”“invoicePayIndicator”“N”“payMethodType”“客户端”“submitDate”“2018-09-05T03:37:42.923Z”“requestTotal”50.00000000“修订编号”“1”“processCompleteDate”“invoiceReceivedDate”“requestOrgUnit1Value”“RequestOrgUnit2值”“requestOrgUnit3Value”“requestOrgUnit4Value”“requestOrgUnit5Value”“RequestOrgUnit6值”“versionId”“4”“RequestOrgUnit1代码”“requestOrgUnit2Code”“requestOrgUnit3Code”“requestCustom21Code”“请求自定义代码”“requestCustom1Value”“requestCustom2Value”“requestCustom3Value”“requestCustom4Value”“requestCustom5Value”“requestCustom6Value”“requestCustom7Value”“requestCustom8Value”“requestCustom9Value”“requestCustom10Value”“Default-Change客户”“requestCustom11Value”“requestCustom12Value”“requestCustom13Value”“requestCustom14Value”“requestCustom15Value”“requestCustom16Value”“requestCustom17Value”“requestCustom18Value”“请求自定义值”“requestCustom20Value”“requestCustom21Value”“requestCustom22Value”“requestCustom23Value”“请求自定义值”“amountNetInvoice”50.00000000“amountShippingTotal”0E-8“请求标题”“FIS测试”“discountTermsDays”“请求自定义1代码”“requestCustom2Code”“requestCustom3Code”“requestCustom4Code”“requestCustom5Code”“requestCustom6Code”“requestCustom7Code”“requestCustom8Code”“requestCustom9Code”“requestCustom10Code”“默认”“请求自定义代码”“requestCustom12Code”“请求自定义代码”“请求自定义代码”“requestCustom15Code”“requestCustom16Code”“requestCustom17Code”“requestCustom18Code”“requestCustom19Code”“requestCustom20Code”“requestCustom24Code”“netPaymentTermDays”"30"“requestCreationDate”“2018 - 09 - 05 - t03:37:00.143z”“requestCustom23Code”“请求描述”},“ownerEmployee”: {“employeeCustom20Value”“employeeCustom21Value”“系统”“employeeCustom10Code”“默认”“employeeOrgUnit1Code”“employeeOrgUnit2Code”“employeeOrgUnit3Code”“employeeOrgUnit4Code”“员工组织单元5代码”“employeeOrgUnit6Code”“employeeOrgUnit1Value”“employeeOrgUnit2Value”“employeeOrgUnit3Value”“employeeOrgUnit4Value”“employeeOrgUnit5Value”“employeeOrgUnit6Value”“employeeCustom1Code”“ext-record-4”“雇员客户代码”“employeeCustom3Code”“employeeCustom4Code”“employeeCustom5Code”“employeeCustom6Code”“employeeCustom7Code”“employeeCustom8Code”“员工自定义代码”“28”“employeeCustom11Code”“employeeCustom13Code”“employeeCustom14Code”“employeeCustom15Code”“employeeCustom16Code”“N”“雇员客户代码”“employeeCustom18Code”“employeeCustom19Code”“雇员客户代码”“雇员客户代码”“SYS”“employeeCustom1Value”“employeeCustom2Value”“employeeCustom3Value”“employeeCustom4Value”“employeeCustom5Value”“employeeCustom6Value”“employeeCustom7Value”“employeeCustom8Value”“employeeCustom9Value”“522”产品“employeeCustom10Value”“Default-Change客户”“employeeCustom11Value”“employeeCustom12Value”“employeeCustom13Value”“employeeCustom14Value”“员工客户价值”“employeeCustom16Value”“员工客户价值”“员工客户价值”“employeeCustom19Value”“雇员ID”“12345AB”“employeeMI”“C”“employeeFirstName”“名字”“employeeLastName”“姓”“employeeCustom12Code”},“供应商”: {“vendorName”“测试供应商”“卖方代码”“94 f538f2c3224c6e871cfed9f0f8333a”“vendorShipFromAddressCode”“供应商发送地址代码”"333"“vendorContactFirstName”“vendorContactLastName”},“lineItem”:[“分配”:[“杂志”: {“会计代码”“母亲”“amountShipping”0“金额净额”50“amountGross”50“税”},“allocationAccountCode”“母亲”“allocationCustom6Code”“allocationCustom7Code”“allocationCustom8Code”“allocationCustom9Code”“allocationCustom10Code”“allocationCustom11Code”“allocationCustom12Code”“allocationCustom13Code”“AllocationCustom14代码”“allocationCustom15Code”“allocationCustom16Code”“allocationCustom17Code”“allocationCustom18Code”“allocationCustom19Code”“allocationCustom20Code”“allocationCustom1Code”""“allocationCustom2Code”""“allocationCustom3Code”""“allocationCustom4Code”“allocationCustom5Code”“分配百分比”100.00000000“allocationCustom1Value”“allocationCustom2Value”“allocationCustom3Value”“allocationCustom4Value”“allocationCustom5Value”“allocationCustom6Value”“allocationCustom7Value”“allocationCustom8Value”“allocationCustom9Value”“allocationCustom10Value”“allocationCustom11Value”“allocationCustom12Value”“allocationCustom13Value”“allocationCustom14Value”“allocationCustom15Value”“allocationCustom16Value”“allocationCustom17Value”“allocationCustom18Value”“allocationCustom19Value”“allocationCustom20Value”“allocationKey”158],“receiptNumbers”:[],“expenseTypeName”“材料”“poLineNumber”“externalLineItemId”“expenseTypeCode”"2000 "“lineItemPurchaseOrderNumber”“lineItemCode”“lineItemDeliverySlipNumber”“lineItemUnitPrice”50.00000000“lineItemSequenceOrder”1“lineItemQuantity”1“lineItemCustom1Value”“lineItemCustom2Value”“lineItemCustom3Value”“lineItemCustom4Value”“lineItemCustom5Value”“lineItemCustom6Value”“lineItemCustom7Value”“lineItemCustom8Value”“lineItemCustom9Value”“lineItemCustom10Value”“lineItemCustom11Value”“lineItemCustom12Value”“lineItemCustom13Value”“lineItemCustom14Value”“lineItemCustom15Value”“lineItemCustom16Value”“lineItemCustom17Value”“LineItemCustom18值”“lineItemCustom19Value”“lineItemCustom20Value”“lineItemCustom1Code”“lineItemCustom2Code”“lineItemCustom3Code”“lineItemCustom4Code”“lineItemCustom5Code”“lineItemCustom6Code”“lineItemCustom7Code”“lineItemCustom8Code”“lineItemCustom9Code”“lineItemCustom10Code”“lineItemCustom11Code”“lineItemCustom12Code”“lineItemCustom13Code”“LineItemCustom14代码”“lineItemCustom15Code”“lineItemCustom16Code”“LineItemCustom17代码”“lineItemCustom18Code”“lineItemCustom19Code”“lineItemCustom20Code”“lineItemDescription”“商品”

预付现金

“employeeData”“employeeFirstName”“名字”“employeeLastName”“姓”“雇员ID”“12345 id”“employeeMI”“员工组织单元5代码”“employeeOrgUnit6Code”“employeeOrgUnit1Value”“employeeOrgUnit2Value”“employeeOrgUnit3Value”“employeeOrgUnit4Value”“employeeOrgUnit5Value”“employeeOrgUnit6Value”“employeeCustom1Code”“雇员客户代码”“employeeCustom3Code”“employeeCustom4Code”"001"“employeeCustom5Code”“ABUFG”“employeeCustom6Code”"2567"“employeeCustom7Code”“employeeCustom8Code”“员工自定义代码”“employeeCustom10Code”“employeeCustom11Code”“employeeCustom13Value”“employeeCustom14Value”“员工客户价值”“employeeCustom16Value”“员工客户价值”“员工客户价值”“employeeCustom19Value”“employeeCustom20Value”“employeeCustom21Value”“我们集团”“employeeCustom12Code”“employeeCustom13Code”“employeeCustom14Code”“employeeCustom15Code”“employeeCustom16Code”“N”“雇员客户代码”“employeeCustom18Code”“employeeCustom19Code”“雇员客户代码”“雇员客户代码”“我们集团”“employeeCustom1Value”“employeeCustom2Value”“employeeCustom3Value”“employeeCustom4Value”“美国公司”。“employeeCustom5Value”“我们发布”“employeeCustom6Value”“操作”“employeeCustom7Value”“employeeCustom8Value”“employeeCustom9Value”“employeeCustom10Value”“employeeCustom11Value”“employeeCustom12Value”“employeeOrgUnit1Code”“employeeOrgUnit2Code”“employeeOrgUnit3Code”“employeeOrgUnit4Code”},“现金预付款数据”“locationName”“汇率”1“countryCode”“currencyAlphaCode”“美元”“cashAdvanceId”“FE884EE31617CF4CABE36C7FC44512A1”“clearingAccountCode”“目的”“paymentMethod”0“请求金额”150“请求日期”“2018 - 03 - 03 - t02:16:51.363z”“发布日期”“2018 - 03 - 06 - t03:54:36.993z”“坚持”“N”“countrySubCode”“请求的DisbursementDate”“travelStartDate”“travelEndDate”“currencyNumCode”“840”“expensePayIndicator”“N”“雇员货币字母代码”“美元”“cardAccountID”“cardTransactionID”“cardTransactionAmount”“cardTransactionCurrency”“cardTransactionPostedAmount”“cardTransactionPostedCurrency”“transactionType”1“名称”“预支现金测试3”},“journalData”“会计代码”"12345"“数量”150“收款人”“EMPL”“debitOrCredit”“博士”“付款人”“薪酬”“paymentCode”“现金”