GET shop/{shopId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
shopId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Shop
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

address

string

None.

city

string

None.

state

string

None.

zip_code

string

None.

ops

string

None.

ops_date

date

None.

market_id

integer

None.

am_discount

integer

None.

bumper_discount

integer

None.

radiator_discount

integer

None.

salvage_discount

integer

None.

wheel_discount

string

None.

express

integer

None.

maint_date

date

None.

group_id

integer

None.

time_zone

integer

None.

data_pump

integer

None.

valutrax

integer

None.

latitude

string

None.

longitude

string

None.

isInsurance

integer

None.

updatedby

integer

None.

updated_date

date

None.

created_date

date

None.

lighting_discount

integer

None.

invited

integer

None.

changemade

string

None.

accounting_enabled

integer

None.

lat

decimal number

None.

long

decimal number

None.

location_id

integer

None.

location_processed

integer

None.

salesforce_id

string

None.

nissan_certified

integer

None.

ops_num

string

None.

enable

byte

None.

buyer_id

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "address": "sample string 3",
  "city": "sample string 4",
  "state": "sample string 5",
  "zip_code": "sample string 6",
  "ops": "sample string 7",
  "ops_date": "2026-05-05T21:31:45.8012974+00:00",
  "market_id": 1,
  "am_discount": 1,
  "bumper_discount": 1,
  "radiator_discount": 1,
  "salvage_discount": 1,
  "wheel_discount": "sample string 8",
  "express": 1,
  "maint_date": "2026-05-05T21:31:45.8012974+00:00",
  "group_id": 1,
  "time_zone": 1,
  "data_pump": 1,
  "valutrax": 1,
  "latitude": "sample string 9",
  "longitude": "sample string 10",
  "isInsurance": 1,
  "updatedby": 1,
  "updated_date": "2026-05-05T21:31:45.8012974+00:00",
  "created_date": "2026-05-05T21:31:45.8012974+00:00",
  "lighting_discount": 1,
  "invited": 1,
  "changemade": "sample string 11",
  "accounting_enabled": 1,
  "lat": 1.0,
  "long": 1.0,
  "location_id": 1,
  "location_processed": 1,
  "salesforce_id": "sample string 12",
  "nissan_certified": 1,
  "ops_num": "sample string 13",
  "enable": 64,
  "buyer_id": 1
}

text/html

Sample:
{"id":1,"name":"sample string 2","address":"sample string 3","city":"sample string 4","state":"sample string 5","zip_code":"sample string 6","ops":"sample string 7","ops_date":"2026-05-05T21:31:45.8012974+00:00","market_id":1,"am_discount":1,"bumper_discount":1,"radiator_discount":1,"salvage_discount":1,"wheel_discount":"sample string 8","express":1,"maint_date":"2026-05-05T21:31:45.8012974+00:00","group_id":1,"time_zone":1,"data_pump":1,"valutrax":1,"latitude":"sample string 9","longitude":"sample string 10","isInsurance":1,"updatedby":1,"updated_date":"2026-05-05T21:31:45.8012974+00:00","created_date":"2026-05-05T21:31:45.8012974+00:00","lighting_discount":1,"invited":1,"changemade":"sample string 11","accounting_enabled":1,"lat":1.0,"long":1.0,"location_id":1,"location_processed":1,"salesforce_id":"sample string 12","nissan_certified":1,"ops_num":"sample string 13","enable":64,"buyer_id":1}

application/xml, text/xml

Sample:
<Shop xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ops.Data.Traxpod">
  <accounting_enabled>1</accounting_enabled>
  <address>sample string 3</address>
  <am_discount>1</am_discount>
  <bumper_discount>1</bumper_discount>
  <buyer_id>1</buyer_id>
  <changemade>sample string 11</changemade>
  <city>sample string 4</city>
  <created_date>2026-05-05T21:31:45.8012974+00:00</created_date>
  <data_pump>1</data_pump>
  <enable>64</enable>
  <express>1</express>
  <group_id>1</group_id>
  <id>1</id>
  <invited>1</invited>
  <isInsurance>1</isInsurance>
  <lat>1</lat>
  <latitude>sample string 9</latitude>
  <lighting_discount>1</lighting_discount>
  <location_id>1</location_id>
  <location_processed>1</location_processed>
  <long>1</long>
  <longitude>sample string 10</longitude>
  <maint_date>2026-05-05T21:31:45.8012974+00:00</maint_date>
  <market_id>1</market_id>
  <name>sample string 2</name>
  <nissan_certified>1</nissan_certified>
  <ops>sample string 7</ops>
  <ops_date>2026-05-05T21:31:45.8012974+00:00</ops_date>
  <ops_num>sample string 13</ops_num>
  <radiator_discount>1</radiator_discount>
  <salesforce_id>sample string 12</salesforce_id>
  <salvage_discount>1</salvage_discount>
  <state>sample string 5</state>
  <time_zone>1</time_zone>
  <updated_date>2026-05-05T21:31:45.8012974+00:00</updated_date>
  <updatedby>1</updatedby>
  <valutrax>1</valutrax>
  <wheel_discount>sample string 8</wheel_discount>
  <zip_code>sample string 6</zip_code>
</Shop>