POST ecommerce/{Sid}/util/checksql

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Sid

string

Required

Body Parameters

Collection of Object

None.

Request Formats

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

Sample:

Sample not available.

Response Information

Resource Description

RSBaseOfBoolean
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrMessage

string

None.

ErrCode

ErrorCode

None.

Data

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrMessage": "sample string 2",
  "ErrCode": 0,
  "Data": true
}