GET api/storelocations/{networkID}/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
networkID

integer

Required

id

integer

Required

Body Parameters

None.

Response Information

Resource Description

StoreLocationModel
NameDescriptionTypeAdditional information
StoreNPI

string

None.

StoreName

string

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

Distance

decimal number

None.

Address1

string

None.

Address2

string

None.

City

string

None.

State

string

None.

Zip

string

None.

TelephoneNumber

string

None.

FaxNumber

string

None.

Hours

string

None.

CustomAttribute1

string

None.

CustomAttribute2

string

None.

CustomAttribute3

string

None.

Url

Gets or sets the link representing a link back to the resource

string

None.

ID

Gets or sets the identifier for the resource

integer

None.

Response Formats

application/json, text/json, application/json-patch+json

Sample:
{
  "url": "sample string 16",
  "id": 17,
  "storeNPI": "sample string 2",
  "storeName": "sample string 3",
  "latitude": 1.0,
  "longitude": 1.0,
  "distance": 4.0,
  "address1": "sample string 5",
  "address2": "sample string 6",
  "city": "sample string 7",
  "state": "sample string 8",
  "zip": "sample string 9",
  "telephoneNumber": "sample string 10",
  "faxNumber": "sample string 11",
  "hours": "sample string 12",
  "customAttribute1": "sample string 13",
  "customAttribute2": "sample string 14",
  "customAttribute3": "sample string 15"
}