GET api/contactaddresses/{id}

Retrieve Contact Address item by primary key

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

מזהה כתובת

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

כתובת

Collection of ContactAddress
NameDescriptionTypeAdditional information
ucc_address_type

סוג כתובת

ucc_address_type

None.

ucc_address_property

מאפיין כתובת

ucc_address_property

None.

ucc_apartment

דירה

string

None.

ucc_city_id

עיר

ucc_city

None.

ucc_country_id

מדינה

Country

None.

ucc_entrance

כניסה

string

None.

ucc_floor

קומה

string

None.

ucc_house_number

מספר בית

string

None.

ucc_Is_Address_identical

האם זהה לכתובת למשלוח דואר?

boolean

None.

ucc_mailbox

תיבת דואר

string

None.

ucc_name

שם

string

None.

ucc_postalcode_id

מיקוד - לא בשימוש כרגע

ucc_postalcode

None.

ucc_street_id

רחוב

ucc_street

None.

ucc_priority

עדיפות

ucc_priority

None.

Id

Dynamics 365 primary key.

globally unique identifier

None.

CreatedOn

נוצר ב

date

None.

ModifiedOn

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ucc_address_type": 801270000,
    "ucc_address_property": 801270000,
    "ucc_apartment": "sample string 1",
    "ucc_city_id": {
      "displayName": "sample string 1",
      "id": "67453950-888b-4208-8a8a-3ae13fd44efd",
      "createdOn": "2026-06-03T18:13:13.1553371+00:00",
      "modifiedOn": "2026-06-03T18:13:13.1553371+00:00"
    },
    "ucc_country_id": {
      "displayName": "sample string 1",
      "id": "c189c0e3-c07e-44a7-b08e-3ed91a6c83bd",
      "createdOn": "2026-06-03T18:13:13.1553371+00:00",
      "modifiedOn": "2026-06-03T18:13:13.1553371+00:00"
    },
    "ucc_entrance": "sample string 2",
    "ucc_floor": "sample string 3",
    "ucc_house_number": "sample string 4",
    "ucc_Is_Address_identical": true,
    "ucc_mailbox": "sample string 5",
    "ucc_name": "sample string 6",
    "ucc_postalcode_id": {
      "displayName": "sample string 1",
      "id": "f7492202-c3e0-4729-ae0a-b3ba34011802",
      "createdOn": "2026-06-03T18:13:13.1553371+00:00",
      "modifiedOn": "2026-06-03T18:13:13.1553371+00:00"
    },
    "ucc_street_id": {
      "displayName": "sample string 1",
      "id": "0620a730-339e-4a0f-9380-f72054f221c6",
      "createdOn": "2026-06-03T18:13:13.1553371+00:00",
      "modifiedOn": "2026-06-03T18:13:13.1553371+00:00"
    },
    "ucc_priority": 801270000,
    "id": "a3e83730-b1d3-4747-a939-0b35d19a821a",
    "createdOn": "2026-06-03T18:13:13.1553371+00:00",
    "modifiedOn": "2026-06-03T18:13:13.1553371+00:00"
  },
  {
    "ucc_address_type": 801270000,
    "ucc_address_property": 801270000,
    "ucc_apartment": "sample string 1",
    "ucc_city_id": {
      "displayName": "sample string 1",
      "id": "67453950-888b-4208-8a8a-3ae13fd44efd",
      "createdOn": "2026-06-03T18:13:13.1553371+00:00",
      "modifiedOn": "2026-06-03T18:13:13.1553371+00:00"
    },
    "ucc_country_id": {
      "displayName": "sample string 1",
      "id": "c189c0e3-c07e-44a7-b08e-3ed91a6c83bd",
      "createdOn": "2026-06-03T18:13:13.1553371+00:00",
      "modifiedOn": "2026-06-03T18:13:13.1553371+00:00"
    },
    "ucc_entrance": "sample string 2",
    "ucc_floor": "sample string 3",
    "ucc_house_number": "sample string 4",
    "ucc_Is_Address_identical": true,
    "ucc_mailbox": "sample string 5",
    "ucc_name": "sample string 6",
    "ucc_postalcode_id": {
      "displayName": "sample string 1",
      "id": "f7492202-c3e0-4729-ae0a-b3ba34011802",
      "createdOn": "2026-06-03T18:13:13.1553371+00:00",
      "modifiedOn": "2026-06-03T18:13:13.1553371+00:00"
    },
    "ucc_street_id": {
      "displayName": "sample string 1",
      "id": "0620a730-339e-4a0f-9380-f72054f221c6",
      "createdOn": "2026-06-03T18:13:13.1553371+00:00",
      "modifiedOn": "2026-06-03T18:13:13.1553371+00:00"
    },
    "ucc_priority": 801270000,
    "id": "a3e83730-b1d3-4747-a939-0b35d19a821a",
    "createdOn": "2026-06-03T18:13:13.1553371+00:00",
    "modifiedOn": "2026-06-03T18:13:13.1553371+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfContactAddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
  <ContactAddress>
    <CreatedOn>2026-06-03T18:13:13.1553371+00:00</CreatedOn>
    <Id>a3e83730-b1d3-4747-a939-0b35d19a821a</Id>
    <ModifiedOn>2026-06-03T18:13:13.1553371+00:00</ModifiedOn>
    <ucc_Is_Address_identical>true</ucc_Is_Address_identical>
    <ucc_address_property>OtherAddress</ucc_address_property>
    <ucc_address_type>Address</ucc_address_type>
    <ucc_apartment>sample string 1</ucc_apartment>
    <ucc_city_id>
      <CreatedOn>2026-06-03T18:13:13.1553371+00:00</CreatedOn>
      <Id>67453950-888b-4208-8a8a-3ae13fd44efd</Id>
      <ModifiedOn>2026-06-03T18:13:13.1553371+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_city_id>
    <ucc_country_id>
      <CreatedOn>2026-06-03T18:13:13.1553371+00:00</CreatedOn>
      <Id>c189c0e3-c07e-44a7-b08e-3ed91a6c83bd</Id>
      <ModifiedOn>2026-06-03T18:13:13.1553371+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_country_id>
    <ucc_entrance>sample string 2</ucc_entrance>
    <ucc_floor>sample string 3</ucc_floor>
    <ucc_house_number>sample string 4</ucc_house_number>
    <ucc_mailbox>sample string 5</ucc_mailbox>
    <ucc_name>sample string 6</ucc_name>
    <ucc_postalcode_id>
      <CreatedOn>2026-06-03T18:13:13.1553371+00:00</CreatedOn>
      <Id>f7492202-c3e0-4729-ae0a-b3ba34011802</Id>
      <ModifiedOn>2026-06-03T18:13:13.1553371+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_postalcode_id>
    <ucc_priority>Primary</ucc_priority>
    <ucc_street_id>
      <CreatedOn>2026-06-03T18:13:13.1553371+00:00</CreatedOn>
      <Id>0620a730-339e-4a0f-9380-f72054f221c6</Id>
      <ModifiedOn>2026-06-03T18:13:13.1553371+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_street_id>
  </ContactAddress>
  <ContactAddress>
    <CreatedOn>2026-06-03T18:13:13.1553371+00:00</CreatedOn>
    <Id>a3e83730-b1d3-4747-a939-0b35d19a821a</Id>
    <ModifiedOn>2026-06-03T18:13:13.1553371+00:00</ModifiedOn>
    <ucc_Is_Address_identical>true</ucc_Is_Address_identical>
    <ucc_address_property>OtherAddress</ucc_address_property>
    <ucc_address_type>Address</ucc_address_type>
    <ucc_apartment>sample string 1</ucc_apartment>
    <ucc_city_id>
      <CreatedOn>2026-06-03T18:13:13.1553371+00:00</CreatedOn>
      <Id>67453950-888b-4208-8a8a-3ae13fd44efd</Id>
      <ModifiedOn>2026-06-03T18:13:13.1553371+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_city_id>
    <ucc_country_id>
      <CreatedOn>2026-06-03T18:13:13.1553371+00:00</CreatedOn>
      <Id>c189c0e3-c07e-44a7-b08e-3ed91a6c83bd</Id>
      <ModifiedOn>2026-06-03T18:13:13.1553371+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_country_id>
    <ucc_entrance>sample string 2</ucc_entrance>
    <ucc_floor>sample string 3</ucc_floor>
    <ucc_house_number>sample string 4</ucc_house_number>
    <ucc_mailbox>sample string 5</ucc_mailbox>
    <ucc_name>sample string 6</ucc_name>
    <ucc_postalcode_id>
      <CreatedOn>2026-06-03T18:13:13.1553371+00:00</CreatedOn>
      <Id>f7492202-c3e0-4729-ae0a-b3ba34011802</Id>
      <ModifiedOn>2026-06-03T18:13:13.1553371+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_postalcode_id>
    <ucc_priority>Primary</ucc_priority>
    <ucc_street_id>
      <CreatedOn>2026-06-03T18:13:13.1553371+00:00</CreatedOn>
      <Id>0620a730-339e-4a0f-9380-f72054f221c6</Id>
      <ModifiedOn>2026-06-03T18:13:13.1553371+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_street_id>
  </ContactAddress>
</ArrayOfContactAddress>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.