GET api/contactaddresses/{skip}/{take}/{contactid}
שליפה של רשימת כתובות לאיש קשר רק את הכתובת הפעילות
Request Information
URI Parameters
| Name | Description | Type | Additional 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 |
Body Parameters
None.
Response Information
Resource Description
ContactAddress
Collection of ContactAddress| Name | Description | Type | Additional 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": "042cc008-a3f1-41d2-9140-9f08dd6fcaa0",
"createdOn": "2026-06-03T18:13:59.8825036+00:00",
"modifiedOn": "2026-06-03T18:13:59.8825036+00:00"
},
"ucc_country_id": {
"displayName": "sample string 1",
"id": "dc023e7d-4ebb-4273-afa7-e82bb7331945",
"createdOn": "2026-06-03T18:13:59.8825036+00:00",
"modifiedOn": "2026-06-03T18:13:59.8825036+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": "86430776-0bbd-4165-873f-1b15a4fadc7c",
"createdOn": "2026-06-03T18:13:59.8825036+00:00",
"modifiedOn": "2026-06-03T18:13:59.8825036+00:00"
},
"ucc_street_id": {
"displayName": "sample string 1",
"id": "03d3d7ac-ecf6-403b-8a26-e3632d75cd1e",
"createdOn": "2026-06-03T18:13:59.8825036+00:00",
"modifiedOn": "2026-06-03T18:13:59.8825036+00:00"
},
"ucc_priority": 801270000,
"id": "1b66ba76-d325-4cbd-834b-fe79c3663539",
"createdOn": "2026-06-03T18:13:59.8825036+00:00",
"modifiedOn": "2026-06-03T18:13:59.8825036+00:00"
},
{
"ucc_address_type": 801270000,
"ucc_address_property": 801270000,
"ucc_apartment": "sample string 1",
"ucc_city_id": {
"displayName": "sample string 1",
"id": "042cc008-a3f1-41d2-9140-9f08dd6fcaa0",
"createdOn": "2026-06-03T18:13:59.8825036+00:00",
"modifiedOn": "2026-06-03T18:13:59.8825036+00:00"
},
"ucc_country_id": {
"displayName": "sample string 1",
"id": "dc023e7d-4ebb-4273-afa7-e82bb7331945",
"createdOn": "2026-06-03T18:13:59.8825036+00:00",
"modifiedOn": "2026-06-03T18:13:59.8825036+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": "86430776-0bbd-4165-873f-1b15a4fadc7c",
"createdOn": "2026-06-03T18:13:59.8825036+00:00",
"modifiedOn": "2026-06-03T18:13:59.8825036+00:00"
},
"ucc_street_id": {
"displayName": "sample string 1",
"id": "03d3d7ac-ecf6-403b-8a26-e3632d75cd1e",
"createdOn": "2026-06-03T18:13:59.8825036+00:00",
"modifiedOn": "2026-06-03T18:13:59.8825036+00:00"
},
"ucc_priority": 801270000,
"id": "1b66ba76-d325-4cbd-834b-fe79c3663539",
"createdOn": "2026-06-03T18:13:59.8825036+00:00",
"modifiedOn": "2026-06-03T18:13:59.8825036+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.8825036+00:00</CreatedOn>
<Id>1b66ba76-d325-4cbd-834b-fe79c3663539</Id>
<ModifiedOn>2026-06-03T18:13:59.8825036+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.8825036+00:00</CreatedOn>
<Id>042cc008-a3f1-41d2-9140-9f08dd6fcaa0</Id>
<ModifiedOn>2026-06-03T18:13:59.8825036+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_city_id>
<ucc_country_id>
<CreatedOn>2026-06-03T18:13:59.8825036+00:00</CreatedOn>
<Id>dc023e7d-4ebb-4273-afa7-e82bb7331945</Id>
<ModifiedOn>2026-06-03T18:13:59.8825036+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.8825036+00:00</CreatedOn>
<Id>86430776-0bbd-4165-873f-1b15a4fadc7c</Id>
<ModifiedOn>2026-06-03T18:13:59.8825036+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.8825036+00:00</CreatedOn>
<Id>03d3d7ac-ecf6-403b-8a26-e3632d75cd1e</Id>
<ModifiedOn>2026-06-03T18:13:59.8825036+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_street_id>
</ContactAddress>
<ContactAddress>
<CreatedOn>2026-06-03T18:13:59.8825036+00:00</CreatedOn>
<Id>1b66ba76-d325-4cbd-834b-fe79c3663539</Id>
<ModifiedOn>2026-06-03T18:13:59.8825036+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.8825036+00:00</CreatedOn>
<Id>042cc008-a3f1-41d2-9140-9f08dd6fcaa0</Id>
<ModifiedOn>2026-06-03T18:13:59.8825036+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_city_id>
<ucc_country_id>
<CreatedOn>2026-06-03T18:13:59.8825036+00:00</CreatedOn>
<Id>dc023e7d-4ebb-4273-afa7-e82bb7331945</Id>
<ModifiedOn>2026-06-03T18:13:59.8825036+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.8825036+00:00</CreatedOn>
<Id>86430776-0bbd-4165-873f-1b15a4fadc7c</Id>
<ModifiedOn>2026-06-03T18:13:59.8825036+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.8825036+00:00</CreatedOn>
<Id>03d3d7ac-ecf6-403b-8a26-e3632d75cd1e</Id>
<ModifiedOn>2026-06-03T18:13:59.8825036+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.