POST jxc_api/JournalReceiptList/Search

Request Information

URI Parameters

None.

Body Parameters

JournalOffsetCondition
NameDescriptionTypeAdditional information
OfType

OFType

None.

SearchText

string

None.

Start

string

None.

End

string

None.

VcIds

Collection of integer

None.

Id

integer

None.

OfMode

Collection of integer

None.

OfBy

Collection of integer

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:
{
  "OfType": 1010,
  "SearchText": "sample string 1",
  "Start": "sample string 2",
  "End": "sample string 3",
  "VcIds": [
    1,
    2
  ],
  "Id": 4,
  "OfMode": [
    1,
    2
  ],
  "OfBy": [
    1,
    2
  ],
  "PageIndex": 5,
  "PageSize": 6,
  "UsePager": true,
  "CurrUserSn": 8,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 11,
  "DocumentDateArr": [
    "2024-05-03 19:25:08",
    "2024-05-03 19:25:08"
  ],
  "DeliveryDateType": 12,
  "DeliveryDateArr": [
    "2024-05-03 19:25:08",
    "2024-05-03 19:25:08"
  ],
  "OffDateType": 13,
  "OffDateArr": [
    "2024-05-03 19:25:08",
    "2024-05-03 19:25:08"
  ],
  "InventoryDateType": 14,
  "InventoryDateArr": [
    "2024-05-03 19:25:08",
    "2024-05-03 19:25:08"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfJournalReceiptListModel
NameDescriptionTypeAdditional information
Items

Collection of JournalReceiptListModel

None.

SumModel

JournalReceiptListModel

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": [
    {
      "VcName": "sample string 1",
      "VcId": 2,
      "Id": 3,
      "No": "sample string 4",
      "OfMode": "sample string 5",
      "OfAmount": 6.0,
      "CreatedByName": "sample string 7",
      "OfDateFmt": "sample string 8",
      "Items": [
        {
          "BillDateFmt": "sample string 1",
          "BillBType": 1010,
          "BillTypeName": "sample string 2",
          "BillId": 3,
          "BillNo": "sample string 4",
          "AcId": 5,
          "BillAmount": 6.0
        },
        {
          "BillDateFmt": "sample string 1",
          "BillBType": 1010,
          "BillTypeName": "sample string 2",
          "BillId": 3,
          "BillNo": "sample string 4",
          "AcId": 5,
          "BillAmount": 6.0
        }
      ]
    },
    {
      "VcName": "sample string 1",
      "VcId": 2,
      "Id": 3,
      "No": "sample string 4",
      "OfMode": "sample string 5",
      "OfAmount": 6.0,
      "CreatedByName": "sample string 7",
      "OfDateFmt": "sample string 8",
      "Items": [
        {
          "BillDateFmt": "sample string 1",
          "BillBType": 1010,
          "BillTypeName": "sample string 2",
          "BillId": 3,
          "BillNo": "sample string 4",
          "AcId": 5,
          "BillAmount": 6.0
        },
        {
          "BillDateFmt": "sample string 1",
          "BillBType": 1010,
          "BillTypeName": "sample string 2",
          "BillId": 3,
          "BillNo": "sample string 4",
          "AcId": 5,
          "BillAmount": 6.0
        }
      ]
    }
  ],
  "SumModel": {
    "VcName": "sample string 1",
    "VcId": 2,
    "Id": 3,
    "No": "sample string 4",
    "OfMode": "sample string 5",
    "OfAmount": 6.0,
    "CreatedByName": "sample string 7",
    "OfDateFmt": "sample string 8",
    "Items": [
      {
        "BillDateFmt": "sample string 1",
        "BillBType": 1010,
        "BillTypeName": "sample string 2",
        "BillId": 3,
        "BillNo": "sample string 4",
        "AcId": 5,
        "BillAmount": 6.0
      },
      {
        "BillDateFmt": "sample string 1",
        "BillBType": 1010,
        "BillTypeName": "sample string 2",
        "BillId": 3,
        "BillNo": "sample string 4",
        "AcId": 5,
        "BillAmount": 6.0
      }
    ]
  },
  "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"
}