GET api/contactclub/{id}

חברות במועדון

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

מזהה יחודי של רשומת חבר במועדון

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

חברות במועדון

ucc_contact_club
NameDescriptionTypeAdditional information
ucc_contact_id

איש קשר

ContactRefernce

Required

ucc_club_id

מועדון

ucc_clubReference

Required

ucc_start_date

תאריך התחלה

date

None.

ucc_end_date

תאריך התחלה

date

None.

ucc_get_payment

התקבל תשלום

ucc_get_payment

None.

Id

Dynamics 365 primary key.

globally unique identifier

None.

CreatedOn

נוצר ב

date

None.

ModifiedOn

date

None.

Response Formats

application/json, text/json

Sample:
{
  "ucc_contact_id": {
    "displayName": "sample string 1",
    "id": "50ffd796-a8c3-4011-b5b4-e0b879aae976",
    "createdOn": "2026-06-03T18:13:36.1104475+00:00",
    "modifiedOn": "2026-06-03T18:13:36.1104475+00:00"
  },
  "ucc_club_id": {
    "displayName": "sample string 1",
    "id": "3e97cca3-eb5d-470f-bc90-fad45f3a0d9b",
    "createdOn": "2026-06-03T18:13:36.1104475+00:00",
    "modifiedOn": "2026-06-03T18:13:36.1104475+00:00"
  },
  "ucc_start_date": "2026-06-03T18:13:36.1104475+00:00",
  "ucc_end_date": "2026-06-03T18:13:36.1104475+00:00",
  "ucc_get_payment": 0,
  "id": "f76e42b4-3d06-4d53-a0ab-c4f387d1afe3",
  "createdOn": "2026-06-03T18:13:36.1104475+00:00",
  "modifiedOn": "2026-06-03T18:13:36.1104475+00:00"
}

application/xml, text/xml

Sample:
<ucc_contact_club xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
  <CreatedOn>2026-06-03T18:13:36.1104475+00:00</CreatedOn>
  <Id>f76e42b4-3d06-4d53-a0ab-c4f387d1afe3</Id>
  <ModifiedOn>2026-06-03T18:13:36.1104475+00:00</ModifiedOn>
  <ucc_club_id>
    <CreatedOn>2026-06-03T18:13:36.1104475+00:00</CreatedOn>
    <Id>3e97cca3-eb5d-470f-bc90-fad45f3a0d9b</Id>
    <ModifiedOn>2026-06-03T18:13:36.1104475+00:00</ModifiedOn>
    <DisplayName>sample string 1</DisplayName>
  </ucc_club_id>
  <ucc_contact_id>
    <CreatedOn>2026-06-03T18:13:36.1104475+00:00</CreatedOn>
    <Id>50ffd796-a8c3-4011-b5b4-e0b879aae976</Id>
    <ModifiedOn>2026-06-03T18:13:36.1104475+00:00</ModifiedOn>
    <DisplayName>sample string 1</DisplayName>
  </ucc_contact_id>
  <ucc_end_date>2026-06-03T18:13:36.1104475+00:00</ucc_end_date>
  <ucc_get_payment>OPT0</ucc_get_payment>
  <ucc_start_date>2026-06-03T18:13:36.1104475+00:00</ucc_start_date>
</ucc_contact_club>

application/bson

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