POST jxc_api/SimpleResource/GetSimpleWarehousing

Request Information

URI Parameters

None.

Body Parameters

WarehousingCondition
NameDescriptionTypeAdditional information
SearchText

string

None.

Status

boolean

None.

CategroryIds

Collection of integer

None.

AppAsId

string

None.

AccAsId

integer

None.

Ftype

integer

None.

CategoryKeyword

string

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",
  "Status": true,
  "CategroryIds": [
    1,
    2
  ],
  "AppAsId": "sample string 3",
  "AccAsId": 4,
  "Ftype": 1030,
  "CategoryKeyword": "sample string 5",
  "PageIndex": 6,
  "PageSize": 7,
  "UsePager": true,
  "CurrUserSn": 9,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 12,
  "DocumentDateArr": [
    "2024-05-03 13:21:13",
    "2024-05-03 13:21:13"
  ],
  "DeliveryDateType": 13,
  "DeliveryDateArr": [
    "2024-05-03 13:21:13",
    "2024-05-03 13:21:13"
  ],
  "OffDateType": 14,
  "OffDateArr": [
    "2024-05-03 13:21:13",
    "2024-05-03 13:21:13"
  ],
  "InventoryDateType": 15,
  "InventoryDateArr": [
    "2024-05-03 13:21:13",
    "2024-05-03 13:21:13"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of SimpleWarehousing
NameDescriptionTypeAdditional information
AsId

integer

None.

Id

integer

None.

No

string

None.

Name

string

None.

CategoryID

integer

None.

CategoryNmae

string

None.

Address

string

None.

Note

string

None.

Status

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

ModifiedBy

integer

None.

ModifiedDate

date

None.

PinYin

string

None.

WhKeeper

integer

None.

WhKeeperName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AsId": 1,
    "Id": 2,
    "No": "sample string 3",
    "Name": "sample string 4",
    "CategoryID": 5,
    "CategoryNmae": "sample string 6",
    "Address": "sample string 7",
    "Note": "sample string 8",
    "Status": 9,
    "CreatedBy": 10,
    "CreatedDate": "2024-05-03 13:21:13",
    "ModifiedBy": 12,
    "ModifiedDate": "2024-05-03 13:21:13",
    "PinYin": "sample string 14",
    "WhKeeper": 15,
    "WhKeeperName": "sample string 16"
  },
  {
    "AsId": 1,
    "Id": 2,
    "No": "sample string 3",
    "Name": "sample string 4",
    "CategoryID": 5,
    "CategoryNmae": "sample string 6",
    "Address": "sample string 7",
    "Note": "sample string 8",
    "Status": 9,
    "CreatedBy": 10,
    "CreatedDate": "2024-05-03 13:21:13",
    "ModifiedBy": 12,
    "ModifiedDate": "2024-05-03 13:21:13",
    "PinYin": "sample string 14",
    "WhKeeper": 15,
    "WhKeeperName": "sample string 16"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSimpleWarehousing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Framework.Models">
  <SimpleWarehousing>
    <Address>sample string 7</Address>
    <AsId>1</AsId>
    <CategoryID>5</CategoryID>
    <CategoryNmae>sample string 6</CategoryNmae>
    <CreatedBy>10</CreatedBy>
    <CreatedDate>2024-05-03T13:21:13.4956982+08:00</CreatedDate>
    <Id>2</Id>
    <ModifiedBy>12</ModifiedBy>
    <ModifiedDate>2024-05-03T13:21:13.4956982+08:00</ModifiedDate>
    <Name>sample string 4</Name>
    <No>sample string 3</No>
    <Note>sample string 8</Note>
    <PinYin>sample string 14</PinYin>
    <Status>9</Status>
    <WhKeeper>15</WhKeeper>
    <WhKeeperName>sample string 16</WhKeeperName>
  </SimpleWarehousing>
  <SimpleWarehousing>
    <Address>sample string 7</Address>
    <AsId>1</AsId>
    <CategoryID>5</CategoryID>
    <CategoryNmae>sample string 6</CategoryNmae>
    <CreatedBy>10</CreatedBy>
    <CreatedDate>2024-05-03T13:21:13.4956982+08:00</CreatedDate>
    <Id>2</Id>
    <ModifiedBy>12</ModifiedBy>
    <ModifiedDate>2024-05-03T13:21:13.4956982+08:00</ModifiedDate>
    <Name>sample string 4</Name>
    <No>sample string 3</No>
    <Note>sample string 8</Note>
    <PinYin>sample string 14</PinYin>
    <Status>9</Status>
    <WhKeeper>15</WhKeeper>
    <WhKeeperName>sample string 16</WhKeeperName>
  </SimpleWarehousing>
</ArrayOfSimpleWarehousing>