POST Api/Invoke/ExportOrderPaymentNotReconcileds

导出订单收付款未对账数据表

Request Information

URI Parameters

None.

Body Parameters

检索模型

SpeedPower.Utility.Models.Project.Orders.Service.SearchOrderReconciledModel
NameDescriptionTypeAdditional information
MinDateTime

最小查询时间

date

Required

MaxDateTime

最大查询时间

date

Required

SiteIds

站点ID列表

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "MinDateTime": "2025-12-18T09:48:00.8234771+08:00",
  "MaxDateTime": "2025-12-18T09:48:00.8234771+08:00",
  "SiteIds": [
    "sample string 1",
    "sample string 2"
  ]
}

Response Information

Resource Description

导出订单收付款未对账数据表

Collection of SpeedPower.Utility.Models.Project.Orders.Service.ExportOrderPaymentNotReconciledModel
NameDescriptionTypeAdditional information
Orders

主订单结构

SpeedPower.Utility.Models.Project.Orders.Service.ExportReverseOrderModel

None.

RecordType

记录添加方式

SpeedPower.Utility.Models.Project.Orders.Enums.RecordType

None.

Creater

创建人

string

Required

String length: inclusive between 0 and 128

Time

添加时间

date

None.

ID

设置ID

globally unique identifier

None.

OrderId

父级ID

globally unique identifier

None.

PaymentType

收付款类型

SpeedPower.Utility.Models.Project.Orders.Enums.PaymentType

None.

TotalPrice

支付/收款金额

decimal number

None.

TransactionId

交易流水号

string

String length: inclusive between 0 and 200

Reconciled

是否已对账

boolean

None.

Remarks

备注内容

string

String length: inclusive between 0 and 500

Response Formats

application/json, text/json

Sample:
[
  {
    "Orders": {
      "OrderStatus": [
        {
          "ID": "b9f3d9af-e433-48d0-bcde-45c877f583d0",
          "RecordType": 0,
          "Creater": "sample string 2",
          "Time": "2025-12-18T09:48:00.8234771+08:00",
          "OrderId": "d95c07e3-60ea-4955-88f3-49c1f1290a49",
          "Status": 1,
          "Remarks": "sample string 5"
        },
        {
          "ID": "b9f3d9af-e433-48d0-bcde-45c877f583d0",
          "RecordType": 0,
          "Creater": "sample string 2",
          "Time": "2025-12-18T09:48:00.8234771+08:00",
          "OrderId": "d95c07e3-60ea-4955-88f3-49c1f1290a49",
          "Status": 1,
          "Remarks": "sample string 5"
        }
      ],
      "OLockedStatus": [
        {
          "ID": "25fb75b1-840a-4f86-b184-3dcfa7b4c023",
          "RecordType": 0,
          "Creater": "sample string 2",
          "Time": "2025-12-18T09:48:00.8234771+08:00",
          "OrderId": "847bc685-ca7c-402f-8d76-ed4f7d3a13d1",
          "Status": 0,
          "Remarks": "sample string 5"
        },
        {
          "ID": "25fb75b1-840a-4f86-b184-3dcfa7b4c023",
          "RecordType": 0,
          "Creater": "sample string 2",
          "Time": "2025-12-18T09:48:00.8234771+08:00",
          "OrderId": "847bc685-ca7c-402f-8d76-ed4f7d3a13d1",
          "Status": 0,
          "Remarks": "sample string 5"
        }
      ],
      "OrderInternalNumber": "sample string 1",
      "OrderSource": 0,
      "InternalTime": "2025-12-18T09:48:00.8234771+08:00",
      "Creater": "sample string 3",
      "ID": "84ed5150-8464-4d97-8dfd-59008750f595",
      "SiteId": "sample string 5",
      "OrderExternalNumber": "sample string 6",
      "LatestTime": "2025-12-18T09:48:00.8234771+08:00",
      "ExternalTime": "2025-12-18T09:48:00.8234771+08:00"
    },
    "RecordType": 0,
    "Creater": "sample string 1",
    "Time": "2025-12-18T09:48:00.8234771+08:00",
    "ID": "b2e5660b-2145-4773-95c3-d0d3c98a4b48",
    "OrderId": "b986ef10-4ab8-47d1-89bd-cceac32caae6",
    "PaymentType": 0,
    "TotalPrice": 5.1,
    "TransactionId": "sample string 6",
    "Reconciled": true,
    "Remarks": "sample string 8"
  },
  {
    "Orders": {
      "OrderStatus": [
        {
          "ID": "b9f3d9af-e433-48d0-bcde-45c877f583d0",
          "RecordType": 0,
          "Creater": "sample string 2",
          "Time": "2025-12-18T09:48:00.8234771+08:00",
          "OrderId": "d95c07e3-60ea-4955-88f3-49c1f1290a49",
          "Status": 1,
          "Remarks": "sample string 5"
        },
        {
          "ID": "b9f3d9af-e433-48d0-bcde-45c877f583d0",
          "RecordType": 0,
          "Creater": "sample string 2",
          "Time": "2025-12-18T09:48:00.8234771+08:00",
          "OrderId": "d95c07e3-60ea-4955-88f3-49c1f1290a49",
          "Status": 1,
          "Remarks": "sample string 5"
        }
      ],
      "OLockedStatus": [
        {
          "ID": "25fb75b1-840a-4f86-b184-3dcfa7b4c023",
          "RecordType": 0,
          "Creater": "sample string 2",
          "Time": "2025-12-18T09:48:00.8234771+08:00",
          "OrderId": "847bc685-ca7c-402f-8d76-ed4f7d3a13d1",
          "Status": 0,
          "Remarks": "sample string 5"
        },
        {
          "ID": "25fb75b1-840a-4f86-b184-3dcfa7b4c023",
          "RecordType": 0,
          "Creater": "sample string 2",
          "Time": "2025-12-18T09:48:00.8234771+08:00",
          "OrderId": "847bc685-ca7c-402f-8d76-ed4f7d3a13d1",
          "Status": 0,
          "Remarks": "sample string 5"
        }
      ],
      "OrderInternalNumber": "sample string 1",
      "OrderSource": 0,
      "InternalTime": "2025-12-18T09:48:00.8234771+08:00",
      "Creater": "sample string 3",
      "ID": "84ed5150-8464-4d97-8dfd-59008750f595",
      "SiteId": "sample string 5",
      "OrderExternalNumber": "sample string 6",
      "LatestTime": "2025-12-18T09:48:00.8234771+08:00",
      "ExternalTime": "2025-12-18T09:48:00.8234771+08:00"
    },
    "RecordType": 0,
    "Creater": "sample string 1",
    "Time": "2025-12-18T09:48:00.8234771+08:00",
    "ID": "b2e5660b-2145-4773-95c3-d0d3c98a4b48",
    "OrderId": "b986ef10-4ab8-47d1-89bd-cceac32caae6",
    "PaymentType": 0,
    "TotalPrice": 5.1,
    "TransactionId": "sample string 6",
    "Reconciled": true,
    "Remarks": "sample string 8"
  }
]