GET api/accounts/{id}

שליפה של ארגון לפי מזהה ארגון

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

מזהה ארגון

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Account
NameDescriptionTypeAdditional 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": "17b1ff04-2612-4d20-9ba0-a2057fa2135f",
    "createdOn": "2026-06-03T18:12:43.1637712+00:00",
    "modifiedOn": "2026-06-03T18:12:43.1637712+00:00"
  },
  "ucc_street_id": {
    "displayName": "sample string 1",
    "id": "61d9dfe0-e4f2-4a09-9e31-6e2e1a9edd99",
    "createdOn": "2026-06-03T18:12:43.1637712+00:00",
    "modifiedOn": "2026-06-03T18:12:43.1637712+00:00"
  },
  "ucc_house_number": "sample string 4",
  "ucc_postalcode_id": {
    "displayName": "sample string 1",
    "id": "40a09367-2808-4f4f-8f3c-b0710cfb5eed",
    "createdOn": "2026-06-03T18:12:43.1637712+00:00",
    "modifiedOn": "2026-06-03T18:12:43.1637712+00:00"
  },
  "id": "34f190ed-70c3-4233-acaf-e4ebb12856c0",
  "createdOn": "2026-06-03T18:12:43.1637712+00:00",
  "modifiedOn": "2026-06-03T18:12:43.1637712+00:00"
}

application/xml, text/xml

Sample:
<Account xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
  <CreatedOn>2026-06-03T18:12:43.1637712+00:00</CreatedOn>
  <Id>34f190ed-70c3-4233-acaf-e4ebb12856c0</Id>
  <ModifiedOn>2026-06-03T18:12:43.1637712+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:43.1637712+00:00</CreatedOn>
    <Id>17b1ff04-2612-4d20-9ba0-a2057fa2135f</Id>
    <ModifiedOn>2026-06-03T18:12:43.1637712+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:43.1637712+00:00</CreatedOn>
    <Id>40a09367-2808-4f4f-8f3c-b0710cfb5eed</Id>
    <ModifiedOn>2026-06-03T18:12:43.1637712+00:00</ModifiedOn>
    <DisplayName>sample string 1</DisplayName>
  </ucc_postalcode_id>
  <ucc_street_id>
    <CreatedOn>2026-06-03T18:12:43.1637712+00:00</CreatedOn>
    <Id>61d9dfe0-e4f2-4a09-9e31-6e2e1a9edd99</Id>
    <ModifiedOn>2026-06-03T18:12:43.1637712+00:00</ModifiedOn>
    <DisplayName>sample string 1</DisplayName>
  </ucc_street_id>
</Account>

application/bson

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