POST jxc_api/AccountTransferList/Search

Request Information

URI Parameters

None.

Body Parameters

AccountTransferCondition
NameDescriptionTypeAdditional information
Ids

Collection of integer

None.

SearchText

string

None.

Start

string

None.

End

string

None.

CheckedFmt

integer

None.

RecAt

integer

None.

PayAt

integer

None.

ExportDetails

boolean

None.

PageIndex

integer

None.

PageSize

integer

None.

UsePager

boolean

None.

CurrUserSn

integer

None.

CanViewAllBill

boolean

None.

CanOpeAllWh

boolean

None.

OpeWhList

Collection of integer

None.

DocumentDateType

integer

None.

DocumentDateArr

Collection of date

None.

DeliveryDateType

integer

None.

DeliveryDateArr

Collection of date

None.

OffDateType

integer

None.

OffDateArr

Collection of date

None.

InventoryDateType

integer

None.

InventoryDateArr

Collection of date

None.

Request Formats

application/json, text/json

Sample:
{
  "Ids": [
    1,
    2
  ],
  "SearchText": "sample string 1",
  "Start": "sample string 2",
  "End": "sample string 3",
  "CheckedFmt": 4,
  "RecAt": 5,
  "PayAt": 6,
  "ExportDetails": true,
  "PageIndex": 8,
  "PageSize": 9,
  "UsePager": true,
  "CurrUserSn": 11,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 14,
  "DocumentDateArr": [
    "2024-04-25 14:48:17",
    "2024-04-25 14:48:17"
  ],
  "DeliveryDateType": 15,
  "DeliveryDateArr": [
    "2024-04-25 14:48:17",
    "2024-04-25 14:48:17"
  ],
  "OffDateType": 16,
  "OffDateArr": [
    "2024-04-25 14:48:17",
    "2024-04-25 14:48:17"
  ],
  "InventoryDateType": 17,
  "InventoryDateArr": [
    "2024-04-25 14:48:17",
    "2024-04-25 14:48:17"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfAccountTransferListModel
NameDescriptionTypeAdditional information
Items

Collection of AccountTransferListModel

None.

SumModel

AccountTransferListModel

None.

PageIndex

integer

None.

PageSize

integer

None.

Total

integer

None.

UsePager

boolean

None.

CategoriesFounded

Collection of integer

None.

RDocumentStartDate

string

None.

RDocumentEndDate

string

None.

RDeliveryStartDate

string

None.

RDeliveryEndDate

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "AsId": 1,
      "Date": "2024-04-25 14:48:17",
      "Id": 3,
      "No": "sample string 4",
      "Note": "sample string 5",
      "IsChecked": 1,
      "CreatedBy": 7,
      "CreatedDate": "2024-04-25 14:48:17",
      "ModifiedBy": 9,
      "ModifiedDate": "2024-04-25 14:48:17",
      "CheckedBy": 11,
      "CheckedDate": "2024-04-25 14:48:17",
      "Amount": 13.0,
      "PayAt": 14,
      "PayAtName": "sample string 15",
      "RecAt": 16,
      "RecAtName": "sample string 17",
      "CreatedByName": "sample string 18",
      "CheckedByName": "sample string 19",
      "DateFmt": "2024-04-25",
      "Checked": true,
      "PrintCount": "sample string 21"
    },
    {
      "AsId": 1,
      "Date": "2024-04-25 14:48:17",
      "Id": 3,
      "No": "sample string 4",
      "Note": "sample string 5",
      "IsChecked": 1,
      "CreatedBy": 7,
      "CreatedDate": "2024-04-25 14:48:17",
      "ModifiedBy": 9,
      "ModifiedDate": "2024-04-25 14:48:17",
      "CheckedBy": 11,
      "CheckedDate": "2024-04-25 14:48:17",
      "Amount": 13.0,
      "PayAt": 14,
      "PayAtName": "sample string 15",
      "RecAt": 16,
      "RecAtName": "sample string 17",
      "CreatedByName": "sample string 18",
      "CheckedByName": "sample string 19",
      "DateFmt": "2024-04-25",
      "Checked": true,
      "PrintCount": "sample string 21"
    }
  ],
  "SumModel": {
    "AsId": 1,
    "Date": "2024-04-25 14:48:17",
    "Id": 3,
    "No": "sample string 4",
    "Note": "sample string 5",
    "IsChecked": 1,
    "CreatedBy": 7,
    "CreatedDate": "2024-04-25 14:48:17",
    "ModifiedBy": 9,
    "ModifiedDate": "2024-04-25 14:48:17",
    "CheckedBy": 11,
    "CheckedDate": "2024-04-25 14:48:17",
    "Amount": 13.0,
    "PayAt": 14,
    "PayAtName": "sample string 15",
    "RecAt": 16,
    "RecAtName": "sample string 17",
    "CreatedByName": "sample string 18",
    "CheckedByName": "sample string 19",
    "DateFmt": "2024-04-25",
    "Checked": true,
    "PrintCount": "sample string 21"
  },
  "PageIndex": 1,
  "PageSize": 2,
  "Total": 3,
  "UsePager": true,
  "CategoriesFounded": [
    1,
    2
  ],
  "RDocumentStartDate": "sample string 5",
  "RDocumentEndDate": "sample string 6",
  "RDeliveryStartDate": "sample string 7",
  "RDeliveryEndDate": "sample string 8"
}