POST api/v1/is-apiket-exist?name={name}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
name

string

Required

Response Information

Description:

Return type: AccessNameExist

Response Formats
{
  "IsNameExist": true,
  "Message": "sample string 2"
}
{"IsNameExist":true,"Message":"sample string 2"}
<AccessNameExist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.AccessModule">
  <IsNameExist>true</IsNameExist>
  <Message>sample string 2</Message>
</AccessNameExist>