POST v1/Items/{id}?columnName={columnName}&TableName={TableName}&companyId={companyId}
Function to check weather given name has duplicate value or not
Request Information
URI Parameters
Name | Description | Type | Additional 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
ObjectNone.
Request Formats
application/json, text/json
Sample:
{}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
True/False
booleanResponse Formats
application/json, text/json
Sample:
true