其他票据录入

#### 其他票据录入 ###### 接口功能 > 其他票据录入 ###### 接口地址 > 智能报销地址/OpenApi/api/InvoiceAssistant/SaveOtherTicket ###### HTTP 请求方式 > POST ###### Header头 | 参数 | 必选 | 类型 | 说明 | | -------------- | ---- | ------ | ------ | | Authorization | 是 | string |Bearer token信息 | ###### 请求参数 | 参数 | 必选 | 类型 | 说明 |枚举值| | -------------- | ---- | ------ | ------ | | platform | 是 | string |平台关键字code |FinanceShare | trafficTicketActionRequests | 是 | array |发票信息 ###### trafficTicketActionRequests | 参数 | 必选 | 类型 | 说明 | 枚举值| | -------------- | ---- | ------ | ------ | | amount | 是 | decimal | 金额 || | attachment | 是 | string | 影像id || | category | 是 | string | 标签id || | id | 是 | string |主键id || | idCardNo | 是 | string | 发票号码 || | invoiceDateTime | 是 | datetime | 发票日期 || | invoiceType | 是 | int | 发票类型 || | tax | 是 | decimal |税额 || | taxRate | 是 | decimal |税率 || | ticketCode | 是 | string | 发票代码 || | valueAddedTax | 是 | decimal | 价税合计 || | Remark | 否 | string | 备注 ||