GET api/DealerDirectoryAddressExtends/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

DealerDirectoryAddressExtend
NameDescriptionTypeAdditional information
DealerDirectoryAddressExtendId

integer

None.

DealerAxBrId

string

String length: inclusive between 0 and 20

IsPrimary

boolean

None.

Locator

string

String length: inclusive between 0 and 255

Type

integer

None.

RoleDescription

string

String length: inclusive between 0 and 40

DealerDirectoryId

integer

None.

DealerDirectory

DealerDirectory

None.

Response Formats

application/json, text/json

Sample:
{
  "dealerDirectoryAddressExtendId": 1,
  "dealerAxBrId": "sample string 2",
  "isPrimary": true,
  "locator": "sample string 3",
  "type": 4,
  "roleDescription": "sample string 5",
  "dealerDirectoryId": 6,
  "dealerDirectory": {
    "$id": "2",
    "dealerDirectoryId": 1,
    "dealerId": 1,
    "knownAs": "sample string 2",
    "latitude": 1.0,
    "longitude": 1.0,
    "note": "sample string 3",
    "companyChainId": "sample string 4",
    "dealershipTypeId": 1,
    "displayRecord": true,
    "showOnWeb": true,
    "deletedDate": "2024-09-19T22:36:19.432099+00:00",
    "axId": "sample string 5",
    "blocked": true,
    "accountNumber": "sample string 6",
    "dealerName": "sample string 7",
    "dealershipSFId": "sample string 8",
    "email": "sample string 9",
    "phone": "sample string 10",
    "importAction": "sample string 11",
    "importDate": "2024-09-19T22:36:19.432099+00:00",
    "salesDistrictId": 1,
    "segment": "sample string 12",
    "status": "sample string 13",
    "timeless": 1,
    "websiteURL": "sample string 14",
    "salesDistrict": {
      "$id": "3",
      "salesDistrictId": 1,
      "salesDistrict1": "sample string 2",
      "description": "sample string 3",
      "recId": 1,
      "recVersion": 1,
      "dealerDirectories": {
        "$id": "4",
        "$values": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ]
      }
    },
    "dealerDirectoryAddresses": {
      "$id": "5",
      "$values": [
        {
          "$id": "6",
          "dealerDirectoryAddressId": 1,
          "address1": "sample string 2",
          "address2": "sample string 3",
          "address3": "sample string 4",
          "town": "sample string 5",
          "county": "sample string 6",
          "stateId": 1,
          "countryId": 7,
          "postCode": "sample string 8",
          "qualifiedAddress": true,
          "deletedDate": "2024-09-19T22:36:19.432099+00:00",
          "dealerDirectoryId": 9,
          "dealerAddressTypeId": 1,
          "dealerDirectoryAddressSFId": "sample string 10",
          "isPrimary": true,
          "axAddressId": 1,
          "importAction": "sample string 11",
          "importDate": "2024-09-19T22:36:19.432099+00:00",
          "dealerAddressLocationType": "sample string 12",
          "countryLookup": {
            "$id": "7",
            "countryId": 1,
            "countryCode": "sample string 2",
            "countryName": "sample string 3",
            "alpha3Code": "sample string 4",
            "useOnScreen": true,
            "deletedDate": "2024-09-19T22:36:19.432099+00:00"
          },
          "stateLookup": {
            "$id": "8",
            "stateId": 1,
            "stateCode": "sample string 2",
            "stateName": "sample string 3",
            "countryId": 4,
            "deletedDate": "2024-09-19T22:36:19.432099+00:00",
            "countryLookup": {
              "$ref": "7"
            }
          },
          "dealerDirectory": {
            "$ref": "2"
          }
        },
        {
          "$ref": "6"
        }
      ]
    },
    "dealerGroupLinks": {
      "$id": "9",
      "$values": [
        {
          "$id": "10",
          "dealerGroupLinkId": 1,
          "dealerDirectoryId": 2,
          "dealerGroupId": 3,
          "dealerDirectory": {
            "$ref": "2"
          },
          "dealerGroup": {
            "$id": "11",
            "dealerGroupId": 1,
            "description": "sample string 2",
            "dealerGroupLinks": {
              "$id": "12",
              "$values": [
                {
                  "$ref": "10"
                },
                {
                  "$ref": "10"
                }
              ]
            }
          }
        },
        {
          "$ref": "10"
        }
      ]
    },
    "dealerStaffs": {
      "$id": "13",
      "$values": [
        {
          "$id": "14",
          "dealerStaffId": 1,
          "dealerDirectoryId": 2,
          "staffId": 3,
          "deletedDate": "2024-09-19T22:36:19.432099+00:00",
          "importAction": "sample string 4",
          "importDate": "2024-09-19T22:36:19.432099+00:00"
        },
        {
          "$ref": "14"
        }
      ]
    },
    "dealerDirectoryAddressExtends": {
      "$id": "15",
      "$values": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ]
    }
  }
}