POST v1/ItemsWeb/{id}?columnName={columnName}&TableName={TableName}&companyId={companyId}

Function to check weather given name has duplicate value or not

Request Information

URI Parameters

NameDescriptionTypeAdditional information
columnName

ColumnName to check duplicate

string

Required

id

current record id (if exists else supply 0)

integer

Required

TableName

TableName to check duplicate

string

Required

companyId

CompanyId of the user

integer

Required

Body Parameters

Value to check duplicate

Object

None.

Request Formats

application/json, text/json

Sample:
{}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Object'.

Response Information

Resource Description

True/False

boolean

Response Formats

application/json, text/json

Sample:
true