POST jxc_api/CustomerSearchConfig/GetColConfig

Request Information

URI Parameters

None.

Body Parameters

CustomerSearchColumnConfigInfoEx
NameDescriptionTypeAdditional information
AsId

integer

None.

UserSn

integer

None.

RouteKey

string

None.

SolutionIndex

integer

None.

ConfigJson

string

None.

CreateBy

integer

None.

CreateDate

date

None.

ModifiedBy

integer

None.

ModifiedDate

date

None.

ErrorList

Collection of string

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResultModelOfObject
NameDescriptionTypeAdditional information
StatusCode

HttpStatusCode

None.

BusinessCode

integer

None.

Data

Object

None.

Success

boolean

None.

Message

string

None.

ErrorData

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "StatusCode": 100,
  "BusinessCode": 1,
  "Data": {},
  "Success": true,
  "Message": "sample string 4",
  "ErrorData": {}
}

application/xml, text/xml

Sample:
<ApiResultModelOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Models">
  <BusinessCode>1</BusinessCode>
  <Data />
  <ErrorData />
  <Message>sample string 4</Message>
  <StatusCode>Continue</StatusCode>
  <Success>true</Success>
</ApiResultModelOfanyType>