POST API/ControlTable/GetGeoTagControlData

Request Information

URI Parameters

None.

Body Parameters

ControlTable_GeoTag
NameDescriptionTypeAdditional information
UserName

string

None.

ControlTableId

integer

None.

DivisionId

integer

None.

BranchId

integer

None.

IsGeoTagEnable

boolean

None.

GeoTagRadius

string

None.

Latitude

string

None.

Longitude

string

None.

returnErrorMessage

string

None.

returnStatus

boolean

None.

ClientId

string

None.

clientName

string

None.

Connectionstring

string

None.

DocumentURL

string

None.

CreatedBy

string

None.

CreatedDate

date

None.

ModifiedBy

string

None.

ModifiedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "ControlTableId": 2,
  "DivisionId": 3,
  "BranchId": 4,
  "IsGeoTagEnable": true,
  "GeoTagRadius": "sample string 6",
  "Latitude": "sample string 7",
  "Longitude": "sample string 8",
  "returnErrorMessage": "sample string 9",
  "returnStatus": true,
  "ClientId": "sample string 11",
  "clientName": "sample string 12",
  "Connectionstring": "sample string 13",
  "DocumentURL": "sample string 14",
  "CreatedBy": "sample string 15",
  "CreatedDate": "2026-01-10T14:11:05.0277674+05:30",
  "ModifiedBy": "sample string 17",
  "ModifiedDate": "2026-01-10T14:11:05.0277674+05:30"
}

application/xml, text/xml

Sample:
<ControlTable_GeoTag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonWebAPI.Entity">
  <ClientId>sample string 11</ClientId>
  <Connectionstring>sample string 13</Connectionstring>
  <CreatedBy>sample string 15</CreatedBy>
  <CreatedDate>2026-01-10T14:11:05.0277674+05:30</CreatedDate>
  <DocumentURL>sample string 14</DocumentURL>
  <ModifiedBy>sample string 17</ModifiedBy>
  <ModifiedDate>2026-01-10T14:11:05.0277674+05:30</ModifiedDate>
  <clientName>sample string 12</clientName>
  <returnErrorMessage>sample string 9</returnErrorMessage>
  <returnStatus>true</returnStatus>
  <BranchId>4</BranchId>
  <ControlTableId>2</ControlTableId>
  <DivisionId>3</DivisionId>
  <GeoTagRadius>sample string 6</GeoTagRadius>
  <IsGeoTagEnable>true</IsGeoTagEnable>
  <Latitude>sample string 7</Latitude>
  <Longitude>sample string 8</Longitude>
  <UserName>sample string 1</UserName>
</ControlTable_GeoTag>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.