GET api/contactclub/by-club/{skip}/{take}/{clubid}
שליפה של כל הפריטים מסוג "חברות במועדון" לפי מועדון
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skip |
מ רשומה |
integer |
Required |
| take |
עד רשומה |
integer |
Required |
| clubid |
מזהה יחודי של המועדון |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
חברויות במועדונים
Collection of ucc_contact_club| Name | Description | Type | Additional 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": "f9e20098-9c89-44a0-a300-3723fcdf150a",
"createdOn": "2026-06-03T18:14:47.4765922+00:00",
"modifiedOn": "2026-06-03T18:14:47.4765922+00:00"
},
"ucc_club_id": {
"displayName": "sample string 1",
"id": "62620488-7784-4ec7-a773-c0ea1c2b0748",
"createdOn": "2026-06-03T18:14:47.4765922+00:00",
"modifiedOn": "2026-06-03T18:14:47.4765922+00:00"
},
"ucc_start_date": "2026-06-03T18:14:47.4765922+00:00",
"ucc_end_date": "2026-06-03T18:14:47.4765922+00:00",
"ucc_get_payment": 0,
"id": "7a7305b4-b7b4-477a-b70e-60e4a18fa9f1",
"createdOn": "2026-06-03T18:14:47.4765922+00:00",
"modifiedOn": "2026-06-03T18:14:47.4765922+00:00"
},
{
"ucc_contact_id": {
"displayName": "sample string 1",
"id": "f9e20098-9c89-44a0-a300-3723fcdf150a",
"createdOn": "2026-06-03T18:14:47.4765922+00:00",
"modifiedOn": "2026-06-03T18:14:47.4765922+00:00"
},
"ucc_club_id": {
"displayName": "sample string 1",
"id": "62620488-7784-4ec7-a773-c0ea1c2b0748",
"createdOn": "2026-06-03T18:14:47.4765922+00:00",
"modifiedOn": "2026-06-03T18:14:47.4765922+00:00"
},
"ucc_start_date": "2026-06-03T18:14:47.4765922+00:00",
"ucc_end_date": "2026-06-03T18:14:47.4765922+00:00",
"ucc_get_payment": 0,
"id": "7a7305b4-b7b4-477a-b70e-60e4a18fa9f1",
"createdOn": "2026-06-03T18:14:47.4765922+00:00",
"modifiedOn": "2026-06-03T18:14:47.4765922+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfucc_contact_club xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
<ucc_contact_club>
<CreatedOn>2026-06-03T18:14:47.4765922+00:00</CreatedOn>
<Id>7a7305b4-b7b4-477a-b70e-60e4a18fa9f1</Id>
<ModifiedOn>2026-06-03T18:14:47.4765922+00:00</ModifiedOn>
<ucc_club_id>
<CreatedOn>2026-06-03T18:14:47.4765922+00:00</CreatedOn>
<Id>62620488-7784-4ec7-a773-c0ea1c2b0748</Id>
<ModifiedOn>2026-06-03T18:14:47.4765922+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_club_id>
<ucc_contact_id>
<CreatedOn>2026-06-03T18:14:47.4765922+00:00</CreatedOn>
<Id>f9e20098-9c89-44a0-a300-3723fcdf150a</Id>
<ModifiedOn>2026-06-03T18:14:47.4765922+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_contact_id>
<ucc_end_date>2026-06-03T18:14:47.4765922+00:00</ucc_end_date>
<ucc_get_payment>OPT0</ucc_get_payment>
<ucc_start_date>2026-06-03T18:14:47.4765922+00:00</ucc_start_date>
</ucc_contact_club>
<ucc_contact_club>
<CreatedOn>2026-06-03T18:14:47.4765922+00:00</CreatedOn>
<Id>7a7305b4-b7b4-477a-b70e-60e4a18fa9f1</Id>
<ModifiedOn>2026-06-03T18:14:47.4765922+00:00</ModifiedOn>
<ucc_club_id>
<CreatedOn>2026-06-03T18:14:47.4765922+00:00</CreatedOn>
<Id>62620488-7784-4ec7-a773-c0ea1c2b0748</Id>
<ModifiedOn>2026-06-03T18:14:47.4765922+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_club_id>
<ucc_contact_id>
<CreatedOn>2026-06-03T18:14:47.4765922+00:00</CreatedOn>
<Id>f9e20098-9c89-44a0-a300-3723fcdf150a</Id>
<ModifiedOn>2026-06-03T18:14:47.4765922+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_contact_id>
<ucc_end_date>2026-06-03T18:14:47.4765922+00:00</ucc_end_date>
<ucc_get_payment>OPT0</ucc_get_payment>
<ucc_start_date>2026-06-03T18:14:47.4765922+00:00</ucc_start_date>
</ucc_contact_club>
</ArrayOfucc_contact_club>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.