POST jxc_api/BaseDataSearch/SearchDataByType

Request Information

URI Parameters

None.

Body Parameters

SearchDataCondition
NameDescriptionTypeAdditional information
SettingTypeIds

Collection of SettingType

None.

FTypeId

FType

None.

FeatchAll

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SettingTypeIds": [
    1010,
    1010
  ],
  "FTypeId": 1010,
  "FeatchAll": 1
}

application/xml, text/xml

Sample:
<SearchDataCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi">
  <_x003C_FTypeId_x003E_k__BackingField>Customer</_x003C_FTypeId_x003E_k__BackingField>
  <_x003C_FeatchAll_x003E_k__BackingField>1</_x003C_FeatchAll_x003E_k__BackingField>
  <_x003C_SettingTypeIds_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.Model">
    <d2p1:SettingType>Product</d2p1:SettingType>
    <d2p1:SettingType>Product</d2p1:SettingType>
  </_x003C_SettingTypeIds_x003E_k__BackingField>
</SearchDataCondition>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />