POST Api/Invoke/ExportPurchasePayableNotReconcileds

导出采购单付款项未对账数据表

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": "2026-01-13T18:04:35.7211821+08:00",
  "MaxDateTime": "2026-01-13T18:04:35.7211821+08:00",
  "SiteIds": [
    "sample string 1",
    "sample string 2"
  ]
}

Response Information

Resource Description

导出采购单付款项未对账数据表

Collection of SpeedPower.Utility.Models.Project.Orders.Service.ExportPurchasePayableNotReconciledModel
NameDescriptionTypeAdditional information
PurchaseOrders

采购单模型

SpeedPower.Utility.Models.Project.Orders.Service.ExportReversePurchaseOrderModel

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.

PurchaseOrderId

父级ID

globally unique identifier

None.

PayPrice

支付金额

decimal number

None.

PaymentTag

支付路由

string

String length: inclusive between 0 and 20

PaymentCode

支付源代码

string

String length: inclusive between 0 and 20

PaymentAccount

支付账户名称

string

Required

String length: inclusive between 0 and 128

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:
[
  {
    "PurchaseOrders": {
      "Orders": {
        "OrderStatus": [
          {
            "ID": "9ac6d5f7-0435-47bd-8f3d-339727344e12",
            "RecordType": 0,
            "Creater": "sample string 2",
            "Time": "2026-01-13T18:04:35.736807+08:00",
            "OrderId": "20f9247a-561c-4d5a-ba7b-bb1d2e8e3a09",
            "Status": 1,
            "Remarks": "sample string 5"
          },
          {
            "ID": "9ac6d5f7-0435-47bd-8f3d-339727344e12",
            "RecordType": 0,
            "Creater": "sample string 2",
            "Time": "2026-01-13T18:04:35.736807+08:00",
            "OrderId": "20f9247a-561c-4d5a-ba7b-bb1d2e8e3a09",
            "Status": 1,
            "Remarks": "sample string 5"
          }
        ],
        "OLockedStatus": [
          {
            "ID": "874045a6-06c4-4b92-9365-a051dca7654e",
            "RecordType": 0,
            "Creater": "sample string 2",
            "Time": "2026-01-13T18:04:35.736807+08:00",
            "OrderId": "5e2c79f5-c03c-4de9-b882-5c283f864c0e",
            "Status": 0,
            "Remarks": "sample string 5"
          },
          {
            "ID": "874045a6-06c4-4b92-9365-a051dca7654e",
            "RecordType": 0,
            "Creater": "sample string 2",
            "Time": "2026-01-13T18:04:35.736807+08:00",
            "OrderId": "5e2c79f5-c03c-4de9-b882-5c283f864c0e",
            "Status": 0,
            "Remarks": "sample string 5"
          }
        ],
        "OrderInternalNumber": "sample string 1",
        "OrderSource": 0,
        "InternalTime": "2026-01-13T18:04:35.736807+08:00",
        "Creater": "sample string 3",
        "ID": "7aeccc4f-f2ab-4c7c-bad0-3bb731eecdaa",
        "SiteId": "sample string 5",
        "OrderExternalNumber": "sample string 6",
        "LatestTime": "2026-01-13T18:04:35.736807+08:00",
        "ExternalTime": "2026-01-13T18:04:35.736807+08:00"
      },
      "RecordType": 0,
      "PaymentUri": "sample string 1",
      "Manual": true,
      "Creater": "sample string 2",
      "Time": "2026-01-13T18:04:35.736807+08:00",
      "ID": "5a2a7979-f348-443b-a0ab-0734eb667a7b",
      "OrderId": "36b00159-7892-4dc7-a5c9-13d7a039622f",
      "PurchaseOrderNumber": "sample string 6",
      "PurchaseOrderType": 0,
      "TotalPrice": 7.1,
      "PlatName": "sample string 8",
      "PurchaseTag": "sample string 9",
      "ProviderCode": "sample string 10",
      "CabinLevel": 0,
      "CabinCode": "sample string 11",
      "ProductRules": "sample string 12",
      "Remarks": "sample string 13"
    },
    "RecordType": 0,
    "Creater": "sample string 1",
    "Time": "2026-01-13T18:04:35.736807+08:00",
    "ID": "99c16fd3-b22b-4e03-985a-79485b5c0de4",
    "PurchaseOrderId": "a59968b8-336d-4ddb-9156-695e26c637c3",
    "PayPrice": 5.1,
    "PaymentTag": "sample string 6",
    "PaymentCode": "sample string 7",
    "PaymentAccount": "sample string 8",
    "TransactionId": "sample string 9",
    "Reconciled": true,
    "Remarks": "sample string 11"
  },
  {
    "PurchaseOrders": {
      "Orders": {
        "OrderStatus": [
          {
            "ID": "9ac6d5f7-0435-47bd-8f3d-339727344e12",
            "RecordType": 0,
            "Creater": "sample string 2",
            "Time": "2026-01-13T18:04:35.736807+08:00",
            "OrderId": "20f9247a-561c-4d5a-ba7b-bb1d2e8e3a09",
            "Status": 1,
            "Remarks": "sample string 5"
          },
          {
            "ID": "9ac6d5f7-0435-47bd-8f3d-339727344e12",
            "RecordType": 0,
            "Creater": "sample string 2",
            "Time": "2026-01-13T18:04:35.736807+08:00",
            "OrderId": "20f9247a-561c-4d5a-ba7b-bb1d2e8e3a09",
            "Status": 1,
            "Remarks": "sample string 5"
          }
        ],
        "OLockedStatus": [
          {
            "ID": "874045a6-06c4-4b92-9365-a051dca7654e",
            "RecordType": 0,
            "Creater": "sample string 2",
            "Time": "2026-01-13T18:04:35.736807+08:00",
            "OrderId": "5e2c79f5-c03c-4de9-b882-5c283f864c0e",
            "Status": 0,
            "Remarks": "sample string 5"
          },
          {
            "ID": "874045a6-06c4-4b92-9365-a051dca7654e",
            "RecordType": 0,
            "Creater": "sample string 2",
            "Time": "2026-01-13T18:04:35.736807+08:00",
            "OrderId": "5e2c79f5-c03c-4de9-b882-5c283f864c0e",
            "Status": 0,
            "Remarks": "sample string 5"
          }
        ],
        "OrderInternalNumber": "sample string 1",
        "OrderSource": 0,
        "InternalTime": "2026-01-13T18:04:35.736807+08:00",
        "Creater": "sample string 3",
        "ID": "7aeccc4f-f2ab-4c7c-bad0-3bb731eecdaa",
        "SiteId": "sample string 5",
        "OrderExternalNumber": "sample string 6",
        "LatestTime": "2026-01-13T18:04:35.736807+08:00",
        "ExternalTime": "2026-01-13T18:04:35.736807+08:00"
      },
      "RecordType": 0,
      "PaymentUri": "sample string 1",
      "Manual": true,
      "Creater": "sample string 2",
      "Time": "2026-01-13T18:04:35.736807+08:00",
      "ID": "5a2a7979-f348-443b-a0ab-0734eb667a7b",
      "OrderId": "36b00159-7892-4dc7-a5c9-13d7a039622f",
      "PurchaseOrderNumber": "sample string 6",
      "PurchaseOrderType": 0,
      "TotalPrice": 7.1,
      "PlatName": "sample string 8",
      "PurchaseTag": "sample string 9",
      "ProviderCode": "sample string 10",
      "CabinLevel": 0,
      "CabinCode": "sample string 11",
      "ProductRules": "sample string 12",
      "Remarks": "sample string 13"
    },
    "RecordType": 0,
    "Creater": "sample string 1",
    "Time": "2026-01-13T18:04:35.736807+08:00",
    "ID": "99c16fd3-b22b-4e03-985a-79485b5c0de4",
    "PurchaseOrderId": "a59968b8-336d-4ddb-9156-695e26c637c3",
    "PayPrice": 5.1,
    "PaymentTag": "sample string 6",
    "PaymentCode": "sample string 7",
    "PaymentAccount": "sample string 8",
    "TransactionId": "sample string 9",
    "Reconciled": true,
    "Remarks": "sample string 11"
  }
]