GET jxc_api/AccConn/SearchCategoriesErp

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

SearchedListOfAccScmBasicDataType
NameDescriptionTypeAdditional information
Total

integer

None.

Items

Collection of AccScmBasicDataType

None.

SumModel

AccScmBasicDataType

None.

Response Formats

application/json, text/json

Sample:
{
  "Total": 1,
  "Items": [
    {
      "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
    }
  ],
  "SumModel": {
    "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:
<SearchedListOfAccScmBasicDataTypeHeXbFvz9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model">
  <_x003C_Items_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAcc.Scm.DTO">
    <d2p1:AccScmBasicDataType>
      <d2p1:AsId>1</d2p1:AsId>
      <d2p1:AsubId1>7</d2p1:AsubId1>
      <d2p1:AsubId2>8</d2p1:AsubId2>
      <d2p1:AsubId3>9</d2p1:AsubId3>
      <d2p1:Id>4</d2p1:Id>
      <d2p1:Name>sample string 6</d2p1:Name>
      <d2p1:ParentId>5</d2p1:ParentId>
      <d2p1:ScmAsId>2</d2p1:ScmAsId>
      <d2p1:Type>3</d2p1:Type>
    </d2p1:AccScmBasicDataType>
    <d2p1:AccScmBasicDataType>
      <d2p1:AsId>1</d2p1:AsId>
      <d2p1:AsubId1>7</d2p1:AsubId1>
      <d2p1:AsubId2>8</d2p1:AsubId2>
      <d2p1:AsubId3>9</d2p1:AsubId3>
      <d2p1:Id>4</d2p1:Id>
      <d2p1:Name>sample string 6</d2p1:Name>
      <d2p1:ParentId>5</d2p1:ParentId>
      <d2p1:ScmAsId>2</d2p1:ScmAsId>
      <d2p1:Type>3</d2p1:Type>
    </d2p1:AccScmBasicDataType>
  </_x003C_Items_x003E_k__BackingField>
  <_x003C_SumModel_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAcc.Scm.DTO">
    <d2p1:AsId>1</d2p1:AsId>
    <d2p1:AsubId1>7</d2p1:AsubId1>
    <d2p1:AsubId2>8</d2p1:AsubId2>
    <d2p1:AsubId3>9</d2p1:AsubId3>
    <d2p1:Id>4</d2p1:Id>
    <d2p1:Name>sample string 6</d2p1:Name>
    <d2p1:ParentId>5</d2p1:ParentId>
    <d2p1:ScmAsId>2</d2p1:ScmAsId>
    <d2p1:Type>3</d2p1:Type>
  </_x003C_SumModel_x003E_k__BackingField>
  <_x003C_Total_x003E_k__BackingField>1</_x003C_Total_x003E_k__BackingField>
</SearchedListOfAccScmBasicDataTypeHeXbFvz9>