GET api/ucc_product_to_club/{id}
ucc_product_to_club
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
מזהה יחודי של רשומת ucc_product_to_club |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ucc_product_to_clubחברות במועדון
ucc_product_to_club| Name | Description | Type | Additional information |
|---|---|---|---|
| ucc_product_id |
מוצר לשכה |
ProductReference |
None. |
| ucc_club_id |
מועדון |
ucc_clubReference |
None. |
| ucc_start_date |
תאריך התחלה |
date |
None. |
| ucc_end_date |
תאריך סיום |
date |
None. |
| ucc_show_on_icpas |
האם להציג באתר רואי חשבון |
boolean |
None. |
| ucc_show_on_hashav |
האם להציג באתר חשבי שכר |
boolean |
None. |
| ucc_associated_with_event |
האם משוייך לאירוע |
boolean |
None. |
| ucc_full_price |
מחיר מלא |
decimal number |
None. |
| ucc_price_for_memberclub |
מחיר לחבר מועדון |
decimal number |
None. |
| StateCode |
מצב |
integer |
None. |
| ucc_event_id |
אירוע |
ucc_eventReference |
None. |
| Id |
Dynamics 365 primary key. |
globally unique identifier |
None. |
| CreatedOn |
נוצר ב |
date |
None. |
| ModifiedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ucc_product_id": {
"displayName": "sample string 1",
"id": "fdb33ef6-9716-42da-b460-bd7c4948a19f",
"createdOn": "2026-06-03T18:14:16.1921026+00:00",
"modifiedOn": "2026-06-03T18:14:16.1921026+00:00"
},
"ucc_club_id": {
"displayName": "sample string 1",
"id": "fd9ac1d3-28d0-4676-aa37-1b91a92dedde",
"createdOn": "2026-06-03T18:14:16.1921026+00:00",
"modifiedOn": "2026-06-03T18:14:16.1921026+00:00"
},
"ucc_start_date": "2026-06-03T18:14:16.1921026+00:00",
"ucc_end_date": "2026-06-03T18:14:16.1921026+00:00",
"ucc_show_on_icpas": true,
"ucc_show_on_hashav": true,
"ucc_associated_with_event": true,
"ucc_full_price": 1.0,
"ucc_price_for_memberclub": 1.0,
"stateCode": 1,
"ucc_event_id": {
"displayName": "sample string 1",
"id": "17a76cc7-2a72-4bc9-adbd-e1716ee9c562",
"createdOn": "2026-06-03T18:14:16.1921026+00:00",
"modifiedOn": "2026-06-03T18:14:16.1921026+00:00"
},
"id": "7353fb21-4df3-4a26-8baf-1ec49adb3fd9",
"createdOn": "2026-06-03T18:14:16.1921026+00:00",
"modifiedOn": "2026-06-03T18:14:16.1921026+00:00"
}
application/xml, text/xml
Sample:
<ucc_product_to_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:14:16.1921026+00:00</CreatedOn>
<Id>7353fb21-4df3-4a26-8baf-1ec49adb3fd9</Id>
<ModifiedOn>2026-06-03T18:14:16.1921026+00:00</ModifiedOn>
<StateCode>1</StateCode>
<ucc_associated_with_event>true</ucc_associated_with_event>
<ucc_club_id>
<CreatedOn>2026-06-03T18:14:16.1921026+00:00</CreatedOn>
<Id>fd9ac1d3-28d0-4676-aa37-1b91a92dedde</Id>
<ModifiedOn>2026-06-03T18:14:16.1921026+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_club_id>
<ucc_end_date>2026-06-03T18:14:16.1921026+00:00</ucc_end_date>
<ucc_event_id>
<CreatedOn>2026-06-03T18:14:16.1921026+00:00</CreatedOn>
<Id>17a76cc7-2a72-4bc9-adbd-e1716ee9c562</Id>
<ModifiedOn>2026-06-03T18:14:16.1921026+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_event_id>
<ucc_full_price>1</ucc_full_price>
<ucc_price_for_memberclub>1</ucc_price_for_memberclub>
<ucc_product_id>
<CreatedOn>2026-06-03T18:14:16.1921026+00:00</CreatedOn>
<Id>fdb33ef6-9716-42da-b460-bd7c4948a19f</Id>
<ModifiedOn>2026-06-03T18:14:16.1921026+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_product_id>
<ucc_show_on_hashav>true</ucc_show_on_hashav>
<ucc_show_on_icpas>true</ucc_show_on_icpas>
<ucc_start_date>2026-06-03T18:14:16.1921026+00:00</ucc_start_date>
</ucc_product_to_club>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.