POST jxc_api/AssistData/GetLevels

Request Information

URI Parameters

None.

Body Parameters

CustomerLevelCondition
NameDescriptionTypeAdditional information
CustomSearchAndOrderCondition

CustomSearchAndOrderCondition

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomSearchAndOrderCondition": {
    "OrderColumnName": "sample string 1",
    "OrderType": 0,
    "CustomSearchParams": [
      {
        "ColumnName": "sample string 1",
        "Params": [
          {},
          {}
        ]
      },
      {
        "ColumnName": "sample string 1",
        "Params": [
          {},
          {}
        ]
      }
    ]
  }
}

application/xml, text/xml

Sample:
<CustomerLevelCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi.BaseData">
  <_x003C_CustomSearchAndOrderCondition_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi.BaseData">
    <d2p1:CustomSearchParams>
      <d2p1:CustomSearchParam>
        <d2p1:ColumnName>sample string 1</d2p1:ColumnName>
        <d2p1:Params xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:anyType />
          <d5p1:anyType />
        </d2p1:Params>
      </d2p1:CustomSearchParam>
      <d2p1:CustomSearchParam>
        <d2p1:ColumnName>sample string 1</d2p1:ColumnName>
        <d2p1:Params xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:anyType />
          <d5p1:anyType />
        </d2p1:Params>
      </d2p1:CustomSearchParam>
    </d2p1:CustomSearchParams>
    <d2p1:OrderColumnName>sample string 1</d2p1:OrderColumnName>
    <d2p1:OrderType>None</d2p1:OrderType>
  </_x003C_CustomSearchAndOrderCondition_x003E_k__BackingField>
</CustomerLevelCondition>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of CustomerLevelListModel
NameDescriptionTypeAdditional information
LevelId

integer

None.

LevelNo

string

None.

LevelName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "LevelId": 1,
    "LevelNo": "sample string 2",
    "LevelName": "sample string 3"
  },
  {
    "LevelId": 1,
    "LevelNo": "sample string 2",
    "LevelName": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCustomerLevelListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models">
  <CustomerLevelListModel>
    <LevelId>1</LevelId>
    <LevelName>sample string 3</LevelName>
    <LevelNo>sample string 2</LevelNo>
  </CustomerLevelListModel>
  <CustomerLevelListModel>
    <LevelId>1</LevelId>
    <LevelName>sample string 3</LevelName>
    <LevelNo>sample string 2</LevelNo>
  </CustomerLevelListModel>
</ArrayOfCustomerLevelListModel>