GET api/admin/AutoComplete/GetPracticeCity

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

DataActionResponse
NameDescriptionTypeAdditional information
IsSuccessful

boolean

None.

ErrorMessage

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccessful": true,
  "errorMessage": "sample string 2",
  "data": {}
}

text/html

Sample:
{"isSuccessful":true,"errorMessage":"sample string 2","data":{}}

application/xml, text/xml

Sample:
<DataActionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ps.CoreUtilities.Framework.Exceptions">
  <Data />
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsSuccessful>true</IsSuccessful>
</DataActionResponse>