POST jxc_api/SellDeliveryList/SearchInvoices

Request Information

URI Parameters

None.

Body Parameters

SearchInvoicesPara
NameDescriptionTypeAdditional information
SearchText

string

None.

Start

string

None.

End

string

None.

InvoiceType

InvoiceType

None.

VcId

integer

None.

PayeeType

ContactType

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:
{
  "SearchText": "sample string 1",
  "Start": "sample string 2",
  "End": "sample string 3",
  "InvoiceType": 1010,
  "VcId": 4,
  "PayeeType": 1010,
  "PageIndex": 5,
  "PageSize": 6,
  "UsePager": true,
  "CurrUserSn": 8,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 11,
  "DocumentDateArr": [
    "2024-05-03 15:55:30",
    "2024-05-03 15:55:30"
  ],
  "DeliveryDateType": 12,
  "DeliveryDateArr": [
    "2024-05-03 15:55:30",
    "2024-05-03 15:55:30"
  ],
  "OffDateType": 13,
  "OffDateArr": [
    "2024-05-03 15:55:30",
    "2024-05-03 15:55:30"
  ],
  "InventoryDateType": 14,
  "InventoryDateArr": [
    "2024-05-03 15:55:30",
    "2024-05-03 15:55:30"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfInvoiceEnrollListModel
NameDescriptionTypeAdditional information
Items

Collection of InvoiceEnrollListModel

None.

SumModel

InvoiceEnrollListModel

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": [
    {
      "Id": 1,
      "VcId": 2,
      "Date": "2024-05-03 15:55:30",
      "DateFmt": "2024-05-03",
      "No": "sample string 4",
      "Type": 1010,
      "TypeName": "sample string 5",
      "Amount": 6.0,
      "Tax": 7.0,
      "AmountTax": 8.0,
      "OfdAmount": 9.0,
      "OfuAmount": -1.0,
      "OfAmount": 10.0,
      "PayeeType": 1010,
      "PayeeId": 11
    },
    {
      "Id": 1,
      "VcId": 2,
      "Date": "2024-05-03 15:55:30",
      "DateFmt": "2024-05-03",
      "No": "sample string 4",
      "Type": 1010,
      "TypeName": "sample string 5",
      "Amount": 6.0,
      "Tax": 7.0,
      "AmountTax": 8.0,
      "OfdAmount": 9.0,
      "OfuAmount": -1.0,
      "OfAmount": 10.0,
      "PayeeType": 1010,
      "PayeeId": 11
    }
  ],
  "SumModel": {
    "Id": 1,
    "VcId": 2,
    "Date": "2024-05-03 15:55:30",
    "DateFmt": "2024-05-03",
    "No": "sample string 4",
    "Type": 1010,
    "TypeName": "sample string 5",
    "Amount": 6.0,
    "Tax": 7.0,
    "AmountTax": 8.0,
    "OfdAmount": 9.0,
    "OfuAmount": -1.0,
    "OfAmount": 10.0,
    "PayeeType": 1010,
    "PayeeId": 11
  },
  "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"
}