POST jxc_api/AccountTransferList/SearchDetails

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.

ExportType

ThreeSheetExportType

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,
  "ExportType": 1,
  "PageIndex": 8,
  "PageSize": 9,
  "UsePager": true,
  "CurrUserSn": 11,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 14,
  "DocumentDateArr": [
    "2024-11-25 02:40:06",
    "2024-11-25 02:40:06"
  ],
  "DeliveryDateType": 15,
  "DeliveryDateArr": [
    "2024-11-25 02:40:06",
    "2024-11-25 02:40:06"
  ],
  "OffDateType": 16,
  "OffDateArr": [
    "2024-11-25 02:40:06",
    "2024-11-25 02:40:06"
  ],
  "InventoryDateType": 17,
  "InventoryDateArr": [
    "2024-11-25 02:40:06",
    "2024-11-25 02:40:06"
  ]
}

application/xml, text/xml

Sample:
<AccountTransferCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi.Money">
  <_x003C_DeliveryDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T02:40:06.2799349+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:40:06.2799349+08:00</d2p1:dateTime>
  </_x003C_DeliveryDateArr_x003E_k__BackingField>
  <_x003C_DeliveryDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">15</_x003C_DeliveryDateType_x003E_k__BackingField>
  <_x003C_DocumentDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T02:40:06.2799349+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:40:06.2799349+08:00</d2p1:dateTime>
  </_x003C_DocumentDateArr_x003E_k__BackingField>
  <_x003C_DocumentDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">14</_x003C_DocumentDateType_x003E_k__BackingField>
  <_x003C_InventoryDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T02:40:06.2799349+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:40:06.2799349+08:00</d2p1:dateTime>
  </_x003C_InventoryDateArr_x003E_k__BackingField>
  <_x003C_InventoryDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">17</_x003C_InventoryDateType_x003E_k__BackingField>
  <_x003C_OffDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T02:40:06.2799349+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:40:06.2799349+08:00</d2p1:dateTime>
  </_x003C_OffDateArr_x003E_k__BackingField>
  <_x003C_OffDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">16</_x003C_OffDateType_x003E_k__BackingField>
  <_x003C_CanOpeAllWh_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">true</_x003C_CanOpeAllWh_x003E_k__BackingField>
  <_x003C_CanViewAllBill_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">true</_x003C_CanViewAllBill_x003E_k__BackingField>
  <_x003C_CurrUserSn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">11</_x003C_CurrUserSn_x003E_k__BackingField>
  <_x003C_OpeWhList_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_OpeWhList_x003E_k__BackingField>
  <_x003C_PageIndex_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi">8</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi">9</_x003C_PageSize_x003E_k__BackingField>
  <_x003C_UsePager_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi">true</_x003C_UsePager_x003E_k__BackingField>
  <_ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_ids>
  <_searchText>sample string 1</_searchText>
  <_x003C_CheckedFmt_x003E_k__BackingField>4</_x003C_CheckedFmt_x003E_k__BackingField>
  <_x003C_End_x003E_k__BackingField>sample string 3</_x003C_End_x003E_k__BackingField>
  <_x003C_ExportDetails_x003E_k__BackingField>true</_x003C_ExportDetails_x003E_k__BackingField>
  <_x003C_ExportType_x003E_k__BackingField>DETAIL_MERGE_ONLY</_x003C_ExportType_x003E_k__BackingField>
  <_x003C_PayAt_x003E_k__BackingField>6</_x003C_PayAt_x003E_k__BackingField>
  <_x003C_RecAt_x003E_k__BackingField>5</_x003C_RecAt_x003E_k__BackingField>
  <_x003C_Start_x003E_k__BackingField>sample string 2</_x003C_Start_x003E_k__BackingField>
</AccountTransferCondition>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfAccountTransferListDetailModel
NameDescriptionTypeAdditional information
Items

Collection of AccountTransferListDetailModel

None.

SumModel

AccountTransferListDetailModel

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-11-25 02:40:06",
      "Id": 3,
      "No": "sample string 4",
      "Note": "sample string 5",
      "Checked": true,
      "CreatedBy": 7,
      "CreatedByName": "sample string 8",
      "CreatedDate": "2024-11-25 02:40:06",
      "ModifiedBy": 10,
      "ModifiedDate": "2024-11-25 02:40:06",
      "CheckedBy": 12,
      "CheckedByName": "sample string 13",
      "CheckedDate": "2024-11-25 02:40:06",
      "GoodsAmount": 15.0,
      "PayAcc": 16,
      "PayAtName": "sample string 17",
      "RecAcc": 18,
      "RecAtName": "sample string 19",
      "PrintCount": 20,
      "PayMethodName": "sample string 21",
      "DateFmt": "2024-11-25",
      "RefNo": "sample string 22",
      "DetailNote": "sample string 23",
      "StrValue1": "sample string 24",
      "StrValue2": "sample string 25",
      "StrValue3": "sample string 26",
      "StrValue4": "sample string 27",
      "StrValue5": "sample string 28",
      "StrValue6": "sample string 29",
      "StrValue7": "sample string 30",
      "StrValue8": "sample string 31"
    },
    {
      "AsId": 1,
      "Date": "2024-11-25 02:40:06",
      "Id": 3,
      "No": "sample string 4",
      "Note": "sample string 5",
      "Checked": true,
      "CreatedBy": 7,
      "CreatedByName": "sample string 8",
      "CreatedDate": "2024-11-25 02:40:06",
      "ModifiedBy": 10,
      "ModifiedDate": "2024-11-25 02:40:06",
      "CheckedBy": 12,
      "CheckedByName": "sample string 13",
      "CheckedDate": "2024-11-25 02:40:06",
      "GoodsAmount": 15.0,
      "PayAcc": 16,
      "PayAtName": "sample string 17",
      "RecAcc": 18,
      "RecAtName": "sample string 19",
      "PrintCount": 20,
      "PayMethodName": "sample string 21",
      "DateFmt": "2024-11-25",
      "RefNo": "sample string 22",
      "DetailNote": "sample string 23",
      "StrValue1": "sample string 24",
      "StrValue2": "sample string 25",
      "StrValue3": "sample string 26",
      "StrValue4": "sample string 27",
      "StrValue5": "sample string 28",
      "StrValue6": "sample string 29",
      "StrValue7": "sample string 30",
      "StrValue8": "sample string 31"
    }
  ],
  "SumModel": {
    "AsId": 1,
    "Date": "2024-11-25 02:40:06",
    "Id": 3,
    "No": "sample string 4",
    "Note": "sample string 5",
    "Checked": true,
    "CreatedBy": 7,
    "CreatedByName": "sample string 8",
    "CreatedDate": "2024-11-25 02:40:06",
    "ModifiedBy": 10,
    "ModifiedDate": "2024-11-25 02:40:06",
    "CheckedBy": 12,
    "CheckedByName": "sample string 13",
    "CheckedDate": "2024-11-25 02:40:06",
    "GoodsAmount": 15.0,
    "PayAcc": 16,
    "PayAtName": "sample string 17",
    "RecAcc": 18,
    "RecAtName": "sample string 19",
    "PrintCount": 20,
    "PayMethodName": "sample string 21",
    "DateFmt": "2024-11-25",
    "RefNo": "sample string 22",
    "DetailNote": "sample string 23",
    "StrValue1": "sample string 24",
    "StrValue2": "sample string 25",
    "StrValue3": "sample string 26",
    "StrValue4": "sample string 27",
    "StrValue5": "sample string 28",
    "StrValue6": "sample string 29",
    "StrValue7": "sample string 30",
    "StrValue8": "sample string 31"
  },
  "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"
}