- print
- invoice
- FileController
- <p>
- 销方发票列表查询POST
- 查询预制发票列表POST
- 销方发票列表导出POST
- 查询预制发票列表(湖南)POST
- 根据excel中的发票号码分页查询发票信息POST
- 导出预制发票列表POST
- 发票操作POST
- 预制发票明细查询GET
- 编辑预制发票明细行POST
- 获取开票人POST
- 批量打印POST
- 确认开票POST
- 批量打印销货清单POST
- 确认开票批量POST
- 发送邮件前校验POST
- 模糊查询POST
- 发送邮件前校验(新款)POST
- 发送邮件POST
- 折让分摊POST
- 测试链接哪个数据库GET
- 根据批次号查询预制发票POST
- 发送邮件(新款)POST
- 打印通知POST
- 预制发票取消POST
- 销方发票详情查询GET
- 预制发票解锁POST
- 通过销项发票查询进项发票信息POST
- 批量确认取消POST
- 预制发票明细查询GET
- 批量确认重试POST
- 手工下载pdf文件POST
- 手工从百旺同步发票数据POST
- 查询销项发票用途POST
- 绑定手工开具的发票POST
- 历史发票导入-新POST
- 二维码确认开票POST
- 历史发票导入-测试POST
- 发票部分红冲POST
- 允许关联的发票POST
- InvoiceDocController
- SaleInvoiceController
- InvoiceCountController
- InvoiceNotifyController
- InvoiceDetailsController
- InvoiceRedInfoController
- ExportPreInvoiceController
- KVConfigController
- 非业务接口,运维使用
- 发票回调接收第三方供应商发票操作结果
- cms-order
- 手工开具
- 组票开票
- 分组模板
- 手工开票
- 销项发票推送
- CompanyChannelConfigController
- PreInvoiceMaintainController
- QrInvoiceController
- AutoInvoiceRuleController
- 第三方接口配置Controller
- 订单相关操作controller
- 对账相关操作controller
- InvoiceErrorStrategyController
- PrintAppController
- 发票提供 给业务系统相关操作controller
- 乐企开票相关接口
- OrderOperationLogController
- 系统配置相关操作controller
- 文件上传重置retryCountPOST
- 推送cms等业务系统POST
- 打印任务查询POST
- 打印POST
- 乐企发票生成POST
- 调文件中心接口POST
- 打印任务POST
查询订单信息
POST
/manualBilling/queryOrderDetails
请求参数
Header 参数
Biz-Type
string
可选
默认值:
{{Biz-Type}}
Gksk-Access-Token
string
可选
默认值:
{{Gksk-Access-Token}}
Gksk-Tenant-Code
string
可选
默认值:
{{Gksk-Tenant-Code}}
Ou
string
可选
默认值:
60
Taxno
string
可选
默认值:
{{Taxno}}
token
string
可选
默认值:
{{token}}
tenantId
string
可选
默认值:
{{tenantId}}
systemSource
string
可选
默认值:
{{systemSource}}
Body 参数application/json
orderGroupNo
string
订单组号
示例
{
"orderGroupNo": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/manualBilling/queryOrderDetails' \
--header 'Biz-Type: {{Biz-Type}}' \
--header 'Gksk-Access-Token: {{Gksk-Access-Token}}' \
--header 'Gksk-Tenant-Code: {{Gksk-Tenant-Code}}' \
--header 'Ou: 60' \
--header 'Taxno: {{Taxno}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'systemSource: {{systemSource}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderGroupNo": "string"
}'
返回响应
🟢200成功
application/json
Body
com.sinopharm.invoice.dto.response.Response<java.util.List<com.sinopharm.invoice.sale.biz.dto.response.OrderGroupDetailResponse>>
code
string | null
可选
message
string | null
可选
data
array[object (OrderGroupDetailResponse) {29}] | null
可选
行号
integer | null
行号
orderGroupNo
string | null
订单组号
orderNo
string | null
订单号
sellerName
string | null
销方名称
sellerTaxNo
string | null
销方税号
sellerAddress
string | null
销方地址
sellerPhone
string | null
销方电话
sellerBankName
string | null
销方银行名称
sellerBankAccount
string | null
销方银行账号
orderStatus
string | null
可选
orderType
string | null
可选
"1002", "销售退货订单"
"1003", "销售单据更正"
"1004", "销售差价"
订单类型:1001-正常销售订单,1002-销售退货订单,1003-销售单据更正,1004-销售差价
invoiceClassCode
string | null
可选
invoiceMedium
string | null
可选
taxationMethod
string | null
可选
goodsName
string | null
商品名称
goodsSpec
string | null
规格型号
goodsUnit
string | null
计量单位
goodsQuantity
number | null
数量
goodsPriceWithoutTax
string | null
商品不含税单价
amountWithoutTax
number | null
不含税金额
taxAmount
number | null
税额
goodsTaxRate
number | null
税率
goodsTotalAmount
number | null
含税总金额
goodsTaxCode
string | null
商品税收编码
goodsTaxName
string | null
商品税收名称
remakes
string | null
订单备注
extendData
string | null
扩展数据
orderDetails
array[object (OrderDetailDto) {25}] | null
订单详情
custTitleId
string | null
可选
time
string | null
可选
示例
{
"code": "",
"message": "",
"data": [
{
"行号": 0,
"orderGroupNo": "",
"orderNo": "",
"sellerName": "",
"sellerTaxNo": "",
"sellerAddress": "",
"sellerPhone": "",
"sellerBankName": "",
"sellerBankAccount": "",
"orderStatus": "",
"orderType": "",
"invoiceClassCode": "",
"invoiceMedium": "",
"taxationMethod": "",
"goodsName": "",
"goodsSpec": "",
"goodsUnit": "",
"goodsQuantity": 0.0,
"goodsPriceWithoutTax": "",
"amountWithoutTax": 0.0,
"taxAmount": 0.0,
"goodsTaxRate": 0.0,
"goodsTotalAmount": 0.0,
"goodsTaxCode": "",
"goodsTaxName": "",
"remakes": "",
"extendData": ""
}
],
"time": ""
}