POST
api/v1/is-apiket-exist?name={name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required |
Response Information
Description:
Return type: AccessNameExist
Response Formats
application/json, text/json
{
"IsNameExist": true,
"Message": "sample string 2"
}
text/html
{"IsNameExist":true,"Message":"sample string 2"}
application/xml, text/xml
<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>
