GET api/auth/Location/default1

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

LocationDetailResponseModel
NameDescriptionTypeAdditional information
CountryId

integer

None.

CountryName

string

None.

CountryCode

string

None.

IpAddress

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CountryId": 1,
  "CountryName": "sample string 2",
  "CountryCode": "sample string 3",
  "IpAddress": "sample string 4"
}

application/xml, text/xml

Sample:
<LocationDetailResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Web.Api.Models.Customer.Response">
  <CountryCode>sample string 3</CountryCode>
  <CountryId>1</CountryId>
  <CountryName>sample string 2</CountryName>
  <IpAddress>sample string 4</IpAddress>
</LocationDetailResponseModel>