POST api/SaiReminder/App/GeoLocationLatLong

Request Information

URI Parameters

None.

Body Parameters

SAILocationMaster
NameDescriptionTypeAdditional information
Attention

string

None.

AddressLine1

string

None.

AddressLine2

string

None.

City

string

None.

State

string

None.

Zip

string

None.

Country

string

None.

GeoLocationLatitude

string

None.

GeoLocationLongitude

string

None.

IsGoogleVerified

boolean

None.

IsCustomerVerified

boolean

None.

AccountId

integer

None.

CompanyId

string

None.

Account

Account

None.

SAICompany

SAICompany

None.

CreatedOn

date

None.

CreatedBy

string

None.

UpdatedOn

date

None.

UpdatedBy

string

None.

IsLockedForEditing

boolean

None.

LockedBy

string

None.

Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Attention": "sample string 1",
  "AddressLine1": "sample string 2",
  "AddressLine2": "sample string 3",
  "City": "sample string 4",
  "State": "sample string 5",
  "Zip": "sample string 6",
  "Country": "sample string 7",
  "GeoLocationLatitude": "sample string 8",
  "GeoLocationLongitude": "sample string 9",
  "IsGoogleVerified": true,
  "IsCustomerVerified": true,
  "Key": "sample string 10"
}

application/xml, text/xml

Sample:
<SaiReminderController.SAILocationMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.WebAPI.Controllers.AccountSpecific.SAI">
  <AddressLine1>sample string 2</AddressLine1>
  <AddressLine2>sample string 3</AddressLine2>
  <Attention>sample string 1</Attention>
  <City>sample string 4</City>
  <Country>sample string 7</Country>
  <GeoLocationLatitude>sample string 8</GeoLocationLatitude>
  <GeoLocationLongitude>sample string 9</GeoLocationLongitude>
  <IsCustomerVerified>true</IsCustomerVerified>
  <IsGoogleVerified>true</IsGoogleVerified>
  <Key>sample string 10</Key>
  <State>sample string 5</State>
  <Zip>sample string 6</Zip>
</SaiReminderController.SAILocationMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GeoLocationLatLongDebug
NameDescriptionTypeAdditional information
GeoLocationLatitude

string

None.

GeoLocationLongitude

string

None.

Response

string

None.

Response Formats

application/json, text/json

Sample:
{
  "GeoLocationLatitude": "sample string 1",
  "GeoLocationLongitude": "sample string 2",
  "Response": "sample string 3"
}

application/xml, text/xml

Sample:
<SaiReminderController.GeoLocationLatLongDebug xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.WebAPI.Controllers.AccountSpecific.SAI">
  <GeoLocationLatitude>sample string 1</GeoLocationLatitude>
  <GeoLocationLongitude>sample string 2</GeoLocationLongitude>
  <Response>sample string 3</Response>
</SaiReminderController.GeoLocationLatLongDebug>