GET api/contactaddresses/{skip}/{take}/{contactid}?type={type}

שליפה של רשימת כתובות לאיש קשר עפ"י סוג כתובת רק את הכתובת הפעילות

Request Information

URI Parameters

NameDescriptionTypeAdditional information
skip

Index of the first record to take (Min:0)

integer

Required

take

Maximum counted records to be taken in the results (Max:100)

integer

Required

contactid

מזהה איש קשר

globally unique identifier

Required

type

סוג כתובת

ucc_address_type

Required

Body Parameters

None.

Response Information

Resource Description

ContactAddress

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": "a3e0797a-4155-4f89-9f7a-5d3c542a8df1",
      "createdOn": "2026-06-03T18:13:59.9863081+00:00",
      "modifiedOn": "2026-06-03T18:13:59.9863081+00:00"
    },
    "ucc_country_id": {
      "displayName": "sample string 1",
      "id": "eb97007b-caaa-4f2b-924e-4471e424b653",
      "createdOn": "2026-06-03T18:13:59.9863081+00:00",
      "modifiedOn": "2026-06-03T18:13:59.9863081+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": "215edb9a-bcc8-4ffd-90e1-e67ea9bd9746",
      "createdOn": "2026-06-03T18:13:59.9863081+00:00",
      "modifiedOn": "2026-06-03T18:13:59.9863081+00:00"
    },
    "ucc_street_id": {
      "displayName": "sample string 1",
      "id": "3e0510af-4695-4997-9283-f095c606302d",
      "createdOn": "2026-06-03T18:13:59.9863081+00:00",
      "modifiedOn": "2026-06-03T18:13:59.9863081+00:00"
    },
    "ucc_priority": 801270000,
    "id": "ba6c9c63-2e26-4fbd-8781-2d9652bc026f",
    "createdOn": "2026-06-03T18:13:59.9863081+00:00",
    "modifiedOn": "2026-06-03T18:13:59.9863081+00:00"
  },
  {
    "ucc_address_type": 801270000,
    "ucc_address_property": 801270000,
    "ucc_apartment": "sample string 1",
    "ucc_city_id": {
      "displayName": "sample string 1",
      "id": "a3e0797a-4155-4f89-9f7a-5d3c542a8df1",
      "createdOn": "2026-06-03T18:13:59.9863081+00:00",
      "modifiedOn": "2026-06-03T18:13:59.9863081+00:00"
    },
    "ucc_country_id": {
      "displayName": "sample string 1",
      "id": "eb97007b-caaa-4f2b-924e-4471e424b653",
      "createdOn": "2026-06-03T18:13:59.9863081+00:00",
      "modifiedOn": "2026-06-03T18:13:59.9863081+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": "215edb9a-bcc8-4ffd-90e1-e67ea9bd9746",
      "createdOn": "2026-06-03T18:13:59.9863081+00:00",
      "modifiedOn": "2026-06-03T18:13:59.9863081+00:00"
    },
    "ucc_street_id": {
      "displayName": "sample string 1",
      "id": "3e0510af-4695-4997-9283-f095c606302d",
      "createdOn": "2026-06-03T18:13:59.9863081+00:00",
      "modifiedOn": "2026-06-03T18:13:59.9863081+00:00"
    },
    "ucc_priority": 801270000,
    "id": "ba6c9c63-2e26-4fbd-8781-2d9652bc026f",
    "createdOn": "2026-06-03T18:13:59.9863081+00:00",
    "modifiedOn": "2026-06-03T18:13:59.9863081+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:59.9863081+00:00</CreatedOn>
    <Id>ba6c9c63-2e26-4fbd-8781-2d9652bc026f</Id>
    <ModifiedOn>2026-06-03T18:13:59.9863081+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:59.9863081+00:00</CreatedOn>
      <Id>a3e0797a-4155-4f89-9f7a-5d3c542a8df1</Id>
      <ModifiedOn>2026-06-03T18:13:59.9863081+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_city_id>
    <ucc_country_id>
      <CreatedOn>2026-06-03T18:13:59.9863081+00:00</CreatedOn>
      <Id>eb97007b-caaa-4f2b-924e-4471e424b653</Id>
      <ModifiedOn>2026-06-03T18:13:59.9863081+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:59.9863081+00:00</CreatedOn>
      <Id>215edb9a-bcc8-4ffd-90e1-e67ea9bd9746</Id>
      <ModifiedOn>2026-06-03T18:13:59.9863081+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_postalcode_id>
    <ucc_priority>Primary</ucc_priority>
    <ucc_street_id>
      <CreatedOn>2026-06-03T18:13:59.9863081+00:00</CreatedOn>
      <Id>3e0510af-4695-4997-9283-f095c606302d</Id>
      <ModifiedOn>2026-06-03T18:13:59.9863081+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_street_id>
  </ContactAddress>
  <ContactAddress>
    <CreatedOn>2026-06-03T18:13:59.9863081+00:00</CreatedOn>
    <Id>ba6c9c63-2e26-4fbd-8781-2d9652bc026f</Id>
    <ModifiedOn>2026-06-03T18:13:59.9863081+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:59.9863081+00:00</CreatedOn>
      <Id>a3e0797a-4155-4f89-9f7a-5d3c542a8df1</Id>
      <ModifiedOn>2026-06-03T18:13:59.9863081+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_city_id>
    <ucc_country_id>
      <CreatedOn>2026-06-03T18:13:59.9863081+00:00</CreatedOn>
      <Id>eb97007b-caaa-4f2b-924e-4471e424b653</Id>
      <ModifiedOn>2026-06-03T18:13:59.9863081+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:59.9863081+00:00</CreatedOn>
      <Id>215edb9a-bcc8-4ffd-90e1-e67ea9bd9746</Id>
      <ModifiedOn>2026-06-03T18:13:59.9863081+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_postalcode_id>
    <ucc_priority>Primary</ucc_priority>
    <ucc_street_id>
      <CreatedOn>2026-06-03T18:13:59.9863081+00:00</CreatedOn>
      <Id>3e0510af-4695-4997-9283-f095c606302d</Id>
      <ModifiedOn>2026-06-03T18:13:59.9863081+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.