POST jxc_api/OffsetList/Search

Request Information

URI Parameters

None.

Body Parameters

OffsetCondition
NameDescriptionTypeAdditional information
Ids

Collection of integer

None.

SearchText

string

None.

Start

string

None.

End

string

None.

Checked

Collection of integer

None.

BType

Collection of OFType

None.

ExportDetails

boolean

None.

CustIds

Collection of integer

None.

VendorIds

Collection of integer

None.

CreatedBy

Collection of integer

None.

CheckedBy

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:
{
  "Ids": [
    1,
    2
  ],
  "SearchText": "sample string 1",
  "Start": "sample string 2",
  "End": "sample string 3",
  "Checked": [
    1,
    2
  ],
  "BType": [
    1010,
    1010
  ],
  "ExportDetails": true,
  "CustIds": [
    1,
    2
  ],
  "VendorIds": [
    1,
    2
  ],
  "CreatedBy": [
    1,
    2
  ],
  "CheckedBy": [
    1,
    2
  ],
  "PageIndex": 5,
  "PageSize": 6,
  "UsePager": true,
  "CurrUserSn": 8,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 11,
  "DocumentDateArr": [
    "2024-04-19 16:46:07",
    "2024-04-19 16:46:07"
  ],
  "DeliveryDateType": 12,
  "DeliveryDateArr": [
    "2024-04-19 16:46:07",
    "2024-04-19 16:46:07"
  ],
  "OffDateType": 13,
  "OffDateArr": [
    "2024-04-19 16:46:07",
    "2024-04-19 16:46:07"
  ],
  "InventoryDateType": 14,
  "InventoryDateArr": [
    "2024-04-19 16:46:07",
    "2024-04-19 16:46:07"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfOffsetListModel
NameDescriptionTypeAdditional information
Items

Collection of OffsetListModel

None.

SumModel

OffsetListModel

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,
      "Status": "sample string 2",
      "IsChecked": 3,
      "Date": "2024-04-19 16:46:07",
      "BType": 1010,
      "Id": 5,
      "No": "sample string 6",
      "Org1": 7,
      "Org2": 8,
      "PrintCount": "sample string 9",
      "Note": "sample string 10",
      "CreatedBy": 11,
      "CreatedDate": "2024-04-19 16:46:07",
      "ModifiedBy": 13,
      "ModifiedDate": "2024-04-19 16:46:07",
      "CheckedBy": 15,
      "CheckedDate": "2024-04-19 16:46:07",
      "OFAmount": 16.0,
      "OFTypeName": "sample string 17",
      "CustName": "sample string 18",
      "CustNo": "sample string 19",
      "VendName": "sample string 20",
      "VendNo": "sample string 21",
      "CreatedByName": "sample string 22",
      "CheckedByName": "sample string 23",
      "CustId": 24,
      "VendId": 25,
      "DateFmt": "2024-04-19"
    },
    {
      "AsId": 1,
      "Status": "sample string 2",
      "IsChecked": 3,
      "Date": "2024-04-19 16:46:07",
      "BType": 1010,
      "Id": 5,
      "No": "sample string 6",
      "Org1": 7,
      "Org2": 8,
      "PrintCount": "sample string 9",
      "Note": "sample string 10",
      "CreatedBy": 11,
      "CreatedDate": "2024-04-19 16:46:07",
      "ModifiedBy": 13,
      "ModifiedDate": "2024-04-19 16:46:07",
      "CheckedBy": 15,
      "CheckedDate": "2024-04-19 16:46:07",
      "OFAmount": 16.0,
      "OFTypeName": "sample string 17",
      "CustName": "sample string 18",
      "CustNo": "sample string 19",
      "VendName": "sample string 20",
      "VendNo": "sample string 21",
      "CreatedByName": "sample string 22",
      "CheckedByName": "sample string 23",
      "CustId": 24,
      "VendId": 25,
      "DateFmt": "2024-04-19"
    }
  ],
  "SumModel": {
    "AsId": 1,
    "Status": "sample string 2",
    "IsChecked": 3,
    "Date": "2024-04-19 16:46:07",
    "BType": 1010,
    "Id": 5,
    "No": "sample string 6",
    "Org1": 7,
    "Org2": 8,
    "PrintCount": "sample string 9",
    "Note": "sample string 10",
    "CreatedBy": 11,
    "CreatedDate": "2024-04-19 16:46:07",
    "ModifiedBy": 13,
    "ModifiedDate": "2024-04-19 16:46:07",
    "CheckedBy": 15,
    "CheckedDate": "2024-04-19 16:46:07",
    "OFAmount": 16.0,
    "OFTypeName": "sample string 17",
    "CustName": "sample string 18",
    "CustNo": "sample string 19",
    "VendName": "sample string 20",
    "VendNo": "sample string 21",
    "CreatedByName": "sample string 22",
    "CheckedByName": "sample string 23",
    "CustId": 24,
    "VendId": 25,
    "DateFmt": "2024-04-19"
  },
  "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"
}