POST jxc_api/JournalReceipt/SearchSourceBills

Request Information

URI Parameters

None.

Body Parameters

JournalSearchSourceBillsPara
NameDescriptionTypeAdditional information
Start

date

None.

End

date

None.

VcIds

Collection of integer

None.

SearchText

string

None.

UsePager

boolean

None.

PageIndex

integer

None.

PageSize

integer

None.

KWCustIds

Collection of integer

None.

KWVendIds

Collection of integer

None.

KWUserIds

Collection of integer

None.

KWCatIds

Collection of integer

None.

KWCreatedBy

Collection of integer

None.

KWCheckedBy

Collection of integer

None.

ExportDetails

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:
{
  "Start": "2024-11-25 02:21:44",
  "End": "2024-11-25 02:21:44",
  "VcIds": [
    1,
    2
  ],
  "SearchText": "sample string 3",
  "UsePager": true,
  "PageIndex": 4,
  "PageSize": 5,
  "KWCustIds": [
    1,
    2
  ],
  "KWVendIds": [
    1,
    2
  ],
  "KWUserIds": [
    1,
    2
  ],
  "KWCatIds": [
    1,
    2
  ],
  "KWCreatedBy": [
    1,
    2
  ],
  "KWCheckedBy": [
    1,
    2
  ],
  "ExportDetails": true,
  "CurrUserSn": 7,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 10,
  "DocumentDateArr": [
    "2024-11-25 02:21:44",
    "2024-11-25 02:21:44"
  ],
  "DeliveryDateType": 11,
  "DeliveryDateArr": [
    "2024-11-25 02:21:44",
    "2024-11-25 02:21:44"
  ],
  "OffDateType": 12,
  "OffDateArr": [
    "2024-11-25 02:21:44",
    "2024-11-25 02:21:44"
  ],
  "InventoryDateType": 13,
  "InventoryDateArr": [
    "2024-11-25 02:21:44",
    "2024-11-25 02:21:44"
  ]
}

application/xml, text/xml

Sample:
<JournalSearchSourceBillsPara 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:21:44.5034035+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:21:44.5034035+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">11</_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:21:44.5034035+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:21:44.5034035+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">10</_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:21:44.5034035+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:21:44.5034035+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">13</_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:21:44.5034035+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T02:21:44.5034035+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">12</_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">7</_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_ExportDetails_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model">true</_x003C_ExportDetails_x003E_k__BackingField>
  <_x003C_KWCatIds_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_KWCatIds_x003E_k__BackingField>
  <_x003C_KWCheckedBy_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_KWCheckedBy_x003E_k__BackingField>
  <_x003C_KWCreatedBy_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_KWCreatedBy_x003E_k__BackingField>
  <_x003C_KWCustIds_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_KWCustIds_x003E_k__BackingField>
  <_x003C_KWUserIds_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_KWUserIds_x003E_k__BackingField>
  <_x003C_KWVendIds_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_KWVendIds_x003E_k__BackingField>
  <_x003C_PageIndex_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model">4</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model">5</_x003C_PageSize_x003E_k__BackingField>
  <End>2024-11-25T02:21:44.5034035+08:00</End>
  <SearchText>sample string 3</SearchText>
  <Start>2024-11-25T02:21:44.5034035+08:00</Start>
  <VcIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </VcIds>
</JournalSearchSourceBillsPara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfJournalSourceBillModel
NameDescriptionTypeAdditional information
Items

Collection of JournalSourceBillModel

None.

SumModel

JournalSourceBillModel

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": [
    {
      "BillDate": "2024-11-25 02:21:44",
      "PayeeType": 1010,
      "VcId": 2,
      "BillBType": 1010,
      "Id": 3,
      "BillNo": "sample string 4",
      "BillAmount": 5.0,
      "AmountFirst": 6.0,
      "BillOFDAmount": 7.0,
      "BillOFUAmount": -2.0,
      "Note": "sample string 8",
      "AcName": "sample string 9",
      "VcNo": "sample string 10",
      "VcName": "sample string 11",
      "BillTypeName": "sample string 12",
      "BillDateFmt": "2024-11-25"
    },
    {
      "BillDate": "2024-11-25 02:21:44",
      "PayeeType": 1010,
      "VcId": 2,
      "BillBType": 1010,
      "Id": 3,
      "BillNo": "sample string 4",
      "BillAmount": 5.0,
      "AmountFirst": 6.0,
      "BillOFDAmount": 7.0,
      "BillOFUAmount": -2.0,
      "Note": "sample string 8",
      "AcName": "sample string 9",
      "VcNo": "sample string 10",
      "VcName": "sample string 11",
      "BillTypeName": "sample string 12",
      "BillDateFmt": "2024-11-25"
    }
  ],
  "SumModel": {
    "BillDate": "2024-11-25 02:21:44",
    "PayeeType": 1010,
    "VcId": 2,
    "BillBType": 1010,
    "Id": 3,
    "BillNo": "sample string 4",
    "BillAmount": 5.0,
    "AmountFirst": 6.0,
    "BillOFDAmount": 7.0,
    "BillOFUAmount": -2.0,
    "Note": "sample string 8",
    "AcName": "sample string 9",
    "VcNo": "sample string 10",
    "VcName": "sample string 11",
    "BillTypeName": "sample string 12",
    "BillDateFmt": "2024-11-25"
  },
  "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"
}