GET jxc_api/AccConn/SearchAllCategoriesErp

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AsId

integer

None.

AccAsId

integer

None.

Type

AccBasicDataType

None.

DIds

Collection of integer

None.

UsePager

boolean

None.

PageIndex

integer

None.

PageSize

integer

None.

KWCustIds

Collection of integer

None.

KWVendIds

Collection of integer

None.

KWUserIds

Collection of integer

None.

KWCatIds

Collection of integer

None.

KWCreatedBy

Collection of integer

None.

KWCheckedBy

Collection of integer

None.

ExportDetails

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.

Body Parameters

None.

Response Information

Resource Description

Collection of AccScmBasicDataType
NameDescriptionTypeAdditional information
AsId

integer

None.

ScmAsId

integer

None.

Type

integer

None.

Id

integer

None.

ParentId

integer

None.

Name

string

None.

AsubId1

integer

None.

AsubId2

integer

None.

AsubId3

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AsId": 1,
    "ScmAsId": 2,
    "Type": 3,
    "Id": 4,
    "ParentId": 5,
    "Name": "sample string 6",
    "AsubId1": 7,
    "AsubId2": 8,
    "AsubId3": 9
  },
  {
    "AsId": 1,
    "ScmAsId": 2,
    "Type": 3,
    "Id": 4,
    "ParentId": 5,
    "Name": "sample string 6",
    "AsubId1": 7,
    "AsubId2": 8,
    "AsubId3": 9
  }
]

application/xml, text/xml

Sample:
<ArrayOfAccScmBasicDataType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAcc.Scm.DTO">
  <AccScmBasicDataType>
    <AsId>1</AsId>
    <AsubId1>7</AsubId1>
    <AsubId2>8</AsubId2>
    <AsubId3>9</AsubId3>
    <Id>4</Id>
    <Name>sample string 6</Name>
    <ParentId>5</ParentId>
    <ScmAsId>2</ScmAsId>
    <Type>3</Type>
  </AccScmBasicDataType>
  <AccScmBasicDataType>
    <AsId>1</AsId>
    <AsubId1>7</AsubId1>
    <AsubId2>8</AsubId2>
    <AsubId3>9</AsubId3>
    <Id>4</Id>
    <Name>sample string 6</Name>
    <ParentId>5</ParentId>
    <ScmAsId>2</ScmAsId>
    <Type>3</Type>
  </AccScmBasicDataType>
</ArrayOfAccScmBasicDataType>