GET api/DealerDirectoryAddressExtends

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of 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:
[
  {
    "$id": "2",
    "dealerDirectoryAddressExtendId": 1,
    "dealerAxBrId": "sample string 2",
    "isPrimary": true,
    "locator": "sample string 3",
    "type": 4,
    "roleDescription": "sample string 5",
    "dealerDirectoryId": 6,
    "dealerDirectory": {
      "$id": "3",
      "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-19T15:02:47.3120707+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-19T15:02:47.3120707+00:00",
      "salesDistrictId": 1,
      "segment": "sample string 12",
      "status": "sample string 13",
      "timeless": 1,
      "websiteURL": "sample string 14",
      "salesDistrict": {
        "$id": "4",
        "salesDistrictId": 1,
        "salesDistrict1": "sample string 2",
        "description": "sample string 3",
        "recId": 1,
        "recVersion": 1,
        "dealerDirectories": {
          "$id": "5",
          "$values": [
            {
              "$ref": "3"
            },
            {
              "$ref": "3"
            }
          ]
        }
      },
      "dealerDirectoryAddresses": {
        "$id": "6",
        "$values": [
          {
            "$id": "7",
            "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-19T15:02:47.3120707+00:00",
            "dealerDirectoryId": 9,
            "dealerAddressTypeId": 1,
            "dealerDirectoryAddressSFId": "sample string 10",
            "isPrimary": true,
            "axAddressId": 1,
            "importAction": "sample string 11",
            "importDate": "2024-09-19T15:02:47.3120707+00:00",
            "dealerAddressLocationType": "sample string 12",
            "countryLookup": {
              "$id": "8",
              "countryId": 1,
              "countryCode": "sample string 2",
              "countryName": "sample string 3",
              "alpha3Code": "sample string 4",
              "useOnScreen": true,
              "deletedDate": "2024-09-19T15:02:47.3120707+00:00"
            },
            "stateLookup": {
              "$id": "9",
              "stateId": 1,
              "stateCode": "sample string 2",
              "stateName": "sample string 3",
              "countryId": 4,
              "deletedDate": "2024-09-19T15:02:47.3120707+00:00",
              "countryLookup": {
                "$ref": "8"
              }
            },
            "dealerDirectory": {
              "$ref": "3"
            }
          },
          {
            "$ref": "7"
          }
        ]
      },
      "dealerGroupLinks": {
        "$id": "10",
        "$values": [
          {
            "$id": "11",
            "dealerGroupLinkId": 1,
            "dealerDirectoryId": 2,
            "dealerGroupId": 3,
            "dealerDirectory": {
              "$ref": "3"
            },
            "dealerGroup": {
              "$id": "12",
              "dealerGroupId": 1,
              "description": "sample string 2",
              "dealerGroupLinks": {
                "$id": "13",
                "$values": [
                  {
                    "$ref": "11"
                  },
                  {
                    "$ref": "11"
                  }
                ]
              }
            }
          },
          {
            "$ref": "11"
          }
        ]
      },
      "dealerStaffs": {
        "$id": "14",
        "$values": [
          {
            "$id": "15",
            "dealerStaffId": 1,
            "dealerDirectoryId": 2,
            "staffId": 3,
            "deletedDate": "2024-09-19T15:02:47.3120707+00:00",
            "importAction": "sample string 4",
            "importDate": "2024-09-19T15:02:47.3120707+00:00"
          },
          {
            "$ref": "15"
          }
        ]
      },
      "dealerDirectoryAddressExtends": {
        "$id": "16",
        "$values": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ]
      }
    }
  },
  {
    "$ref": "2"
  }
]