POST jxc_api/CostadjList/Search

Request Information

URI Parameters

None.

Body Parameters

CostAdjCondition
NameDescriptionTypeAdditional information
OwhsIds

Collection of integer

None.

SearchText

string

None.

StartDate

date

None.

EndDate

date

None.

WhId

Collection of integer

None.

ProdIds

Collection of integer

None.

CatId

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:
{
  "OwhsIds": [
    1,
    2
  ],
  "SearchText": "sample string 1",
  "StartDate": "2024-03-29 17:01:52",
  "EndDate": "2024-03-29 17:01:52",
  "WhId": [
    1,
    2
  ],
  "ProdIds": [
    1,
    2
  ],
  "CatId": [
    1,
    2
  ],
  "PageIndex": 4,
  "PageSize": 5,
  "UsePager": true,
  "CurrUserSn": 7,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 10,
  "DocumentDateArr": [
    "2024-03-29 17:01:52",
    "2024-03-29 17:01:52"
  ],
  "DeliveryDateType": 11,
  "DeliveryDateArr": [
    "2024-03-29 17:01:52",
    "2024-03-29 17:01:52"
  ],
  "OffDateType": 12,
  "OffDateArr": [
    "2024-03-29 17:01:52",
    "2024-03-29 17:01:52"
  ],
  "InventoryDateType": 13,
  "InventoryDateArr": [
    "2024-03-29 17:01:52",
    "2024-03-29 17:01:52"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfCostadjListModel
NameDescriptionTypeAdditional information
Items

Collection of CostadjListModel

None.

SumModel

CostadjListModel

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,
      "Date": "sample string 2",
      "No": "sample string 3",
      "TypeName": "sample string 4",
      "WhIds": [
        1,
        2
      ],
      "Amount": 5.0,
      "CreatedByName": "sample string 6",
      "PrintCount": "sample string 7",
      "Note": "sample string 8"
    },
    {
      "Id": 1,
      "Date": "sample string 2",
      "No": "sample string 3",
      "TypeName": "sample string 4",
      "WhIds": [
        1,
        2
      ],
      "Amount": 5.0,
      "CreatedByName": "sample string 6",
      "PrintCount": "sample string 7",
      "Note": "sample string 8"
    }
  ],
  "SumModel": {
    "Id": 1,
    "Date": "sample string 2",
    "No": "sample string 3",
    "TypeName": "sample string 4",
    "WhIds": [
      1,
      2
    ],
    "Amount": 5.0,
    "CreatedByName": "sample string 6",
    "PrintCount": "sample string 7",
    "Note": "sample string 8"
  },
  "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"
}