GET api/accounts/{skip}/{take}/{queryTerm}
שליפת כל הארגונים עפ"י שם
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skip | integer |
Required |
|
| take | integer |
Required |
|
| queryTerm |
שם |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Account| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
שם הארגון |
string |
None. |
| ucc_VAT |
ח.פ |
string |
None. |
| Telephone1 |
מספר הטלפון |
string |
None. |
| ucc_city_id |
עיר |
ucc_city |
None. |
| ucc_street_id |
רחוב |
ucc_street |
None. |
| ucc_house_number |
מספר |
string |
None. |
| ucc_postalcode_id |
מיקוד |
ucc_postalcode |
None. |
| Id |
Dynamics 365 primary key. |
globally unique identifier |
None. |
| CreatedOn |
נוצר ב |
date |
None. |
| ModifiedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample string 1",
"ucc_VAT": "sample string 2",
"telephone1": "sample string 3",
"ucc_city_id": {
"displayName": "sample string 1",
"id": "46ad830c-c469-4ecd-903c-b6f50da392fe",
"createdOn": "2026-06-03T18:12:51.2808371+00:00",
"modifiedOn": "2026-06-03T18:12:51.2808371+00:00"
},
"ucc_street_id": {
"displayName": "sample string 1",
"id": "94a81bba-64b1-4dcd-bc0b-06e1880242f6",
"createdOn": "2026-06-03T18:12:51.2808371+00:00",
"modifiedOn": "2026-06-03T18:12:51.2808371+00:00"
},
"ucc_house_number": "sample string 4",
"ucc_postalcode_id": {
"displayName": "sample string 1",
"id": "a9ffb3a4-013d-457f-8b0f-e7587af5126d",
"createdOn": "2026-06-03T18:12:51.2808371+00:00",
"modifiedOn": "2026-06-03T18:12:51.2808371+00:00"
},
"id": "aa32f831-8336-484c-8248-60e6e0b92a53",
"createdOn": "2026-06-03T18:12:51.2808371+00:00",
"modifiedOn": "2026-06-03T18:12:51.2808371+00:00"
},
{
"name": "sample string 1",
"ucc_VAT": "sample string 2",
"telephone1": "sample string 3",
"ucc_city_id": {
"displayName": "sample string 1",
"id": "46ad830c-c469-4ecd-903c-b6f50da392fe",
"createdOn": "2026-06-03T18:12:51.2808371+00:00",
"modifiedOn": "2026-06-03T18:12:51.2808371+00:00"
},
"ucc_street_id": {
"displayName": "sample string 1",
"id": "94a81bba-64b1-4dcd-bc0b-06e1880242f6",
"createdOn": "2026-06-03T18:12:51.2808371+00:00",
"modifiedOn": "2026-06-03T18:12:51.2808371+00:00"
},
"ucc_house_number": "sample string 4",
"ucc_postalcode_id": {
"displayName": "sample string 1",
"id": "a9ffb3a4-013d-457f-8b0f-e7587af5126d",
"createdOn": "2026-06-03T18:12:51.2808371+00:00",
"modifiedOn": "2026-06-03T18:12:51.2808371+00:00"
},
"id": "aa32f831-8336-484c-8248-60e6e0b92a53",
"createdOn": "2026-06-03T18:12:51.2808371+00:00",
"modifiedOn": "2026-06-03T18:12:51.2808371+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
<Account>
<CreatedOn>2026-06-03T18:12:51.2808371+00:00</CreatedOn>
<Id>aa32f831-8336-484c-8248-60e6e0b92a53</Id>
<ModifiedOn>2026-06-03T18:12:51.2808371+00:00</ModifiedOn>
<Name>sample string 1</Name>
<Telephone1>sample string 3</Telephone1>
<ucc_VAT>sample string 2</ucc_VAT>
<ucc_city_id>
<CreatedOn>2026-06-03T18:12:51.2808371+00:00</CreatedOn>
<Id>46ad830c-c469-4ecd-903c-b6f50da392fe</Id>
<ModifiedOn>2026-06-03T18:12:51.2808371+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_city_id>
<ucc_house_number>sample string 4</ucc_house_number>
<ucc_postalcode_id>
<CreatedOn>2026-06-03T18:12:51.2808371+00:00</CreatedOn>
<Id>a9ffb3a4-013d-457f-8b0f-e7587af5126d</Id>
<ModifiedOn>2026-06-03T18:12:51.2808371+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_postalcode_id>
<ucc_street_id>
<CreatedOn>2026-06-03T18:12:51.2808371+00:00</CreatedOn>
<Id>94a81bba-64b1-4dcd-bc0b-06e1880242f6</Id>
<ModifiedOn>2026-06-03T18:12:51.2808371+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_street_id>
</Account>
<Account>
<CreatedOn>2026-06-03T18:12:51.2808371+00:00</CreatedOn>
<Id>aa32f831-8336-484c-8248-60e6e0b92a53</Id>
<ModifiedOn>2026-06-03T18:12:51.2808371+00:00</ModifiedOn>
<Name>sample string 1</Name>
<Telephone1>sample string 3</Telephone1>
<ucc_VAT>sample string 2</ucc_VAT>
<ucc_city_id>
<CreatedOn>2026-06-03T18:12:51.2808371+00:00</CreatedOn>
<Id>46ad830c-c469-4ecd-903c-b6f50da392fe</Id>
<ModifiedOn>2026-06-03T18:12:51.2808371+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_city_id>
<ucc_house_number>sample string 4</ucc_house_number>
<ucc_postalcode_id>
<CreatedOn>2026-06-03T18:12:51.2808371+00:00</CreatedOn>
<Id>a9ffb3a4-013d-457f-8b0f-e7587af5126d</Id>
<ModifiedOn>2026-06-03T18:12:51.2808371+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_postalcode_id>
<ucc_street_id>
<CreatedOn>2026-06-03T18:12:51.2808371+00:00</CreatedOn>
<Id>94a81bba-64b1-4dcd-bc0b-06e1880242f6</Id>
<ModifiedOn>2026-06-03T18:12:51.2808371+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_street_id>
</Account>
</ArrayOfAccount>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.