POST jxc_api/DDL/Keyword2Category

Request Information

URI Parameters

None.

Body Parameters

SearchCategoryDataPara
NameDescriptionTypeAdditional information
FTypeId

FType

None.

Keyword

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FTypeId": 1010,
  "Keyword": "sample string 1"
}

application/xml, text/xml

Sample:
<SearchCategoryDataPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models">
  <FTypeId>Customer</FTypeId>
  <Keyword>sample string 1</Keyword>
</SearchCategoryDataPara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CategoryListModel
NameDescriptionTypeAdditional information
TypeId

integer

None.

TypeNo

string

None.

TypeName

string

None.

ParentId

integer

None.

SummaryKeywords

string

None.

TypeNameWithNoFormate

string

None.

TypeNameWithFormate

string

None.

CanSelect

boolean

None.

Children

Collection of CategoryListModel

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.