GET api/ucc_product_to_club/list-product-and-club/{ucc_product_id}/{ucc_club_id}
שליפה לפי מוצר + מועדון
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ucc_product_id |
מזהה יחודי של רשומת מוצר |
globally unique identifier |
Required |
| ucc_club_id |
מזהה יחודי של מועדון |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
רשימה
Collection of 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": "e906eea7-c554-4470-b50f-64f7c16914df",
"createdOn": "2026-06-03T18:14:47.0129108+00:00",
"modifiedOn": "2026-06-03T18:14:47.0129108+00:00"
},
"ucc_club_id": {
"displayName": "sample string 1",
"id": "f8dae9c5-6971-45f8-9154-c7264636fc1f",
"createdOn": "2026-06-03T18:14:47.0129108+00:00",
"modifiedOn": "2026-06-03T18:14:47.0129108+00:00"
},
"ucc_start_date": "2026-06-03T18:14:47.0129108+00:00",
"ucc_end_date": "2026-06-03T18:14:47.0129108+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": "d7a57752-e445-4892-8dcb-b0f9d46afbfe",
"createdOn": "2026-06-03T18:14:47.0129108+00:00",
"modifiedOn": "2026-06-03T18:14:47.0129108+00:00"
},
"id": "179ece05-722d-42a6-b840-5dc04165e53e",
"createdOn": "2026-06-03T18:14:47.0129108+00:00",
"modifiedOn": "2026-06-03T18:14:47.0129108+00:00"
},
{
"ucc_product_id": {
"displayName": "sample string 1",
"id": "e906eea7-c554-4470-b50f-64f7c16914df",
"createdOn": "2026-06-03T18:14:47.0129108+00:00",
"modifiedOn": "2026-06-03T18:14:47.0129108+00:00"
},
"ucc_club_id": {
"displayName": "sample string 1",
"id": "f8dae9c5-6971-45f8-9154-c7264636fc1f",
"createdOn": "2026-06-03T18:14:47.0129108+00:00",
"modifiedOn": "2026-06-03T18:14:47.0129108+00:00"
},
"ucc_start_date": "2026-06-03T18:14:47.0129108+00:00",
"ucc_end_date": "2026-06-03T18:14:47.0129108+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": "d7a57752-e445-4892-8dcb-b0f9d46afbfe",
"createdOn": "2026-06-03T18:14:47.0129108+00:00",
"modifiedOn": "2026-06-03T18:14:47.0129108+00:00"
},
"id": "179ece05-722d-42a6-b840-5dc04165e53e",
"createdOn": "2026-06-03T18:14:47.0129108+00:00",
"modifiedOn": "2026-06-03T18:14:47.0129108+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfucc_product_to_club xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
<ucc_product_to_club>
<CreatedOn>2026-06-03T18:14:47.0129108+00:00</CreatedOn>
<Id>179ece05-722d-42a6-b840-5dc04165e53e</Id>
<ModifiedOn>2026-06-03T18:14:47.0129108+00:00</ModifiedOn>
<StateCode>1</StateCode>
<ucc_associated_with_event>true</ucc_associated_with_event>
<ucc_club_id>
<CreatedOn>2026-06-03T18:14:47.0129108+00:00</CreatedOn>
<Id>f8dae9c5-6971-45f8-9154-c7264636fc1f</Id>
<ModifiedOn>2026-06-03T18:14:47.0129108+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_club_id>
<ucc_end_date>2026-06-03T18:14:47.0129108+00:00</ucc_end_date>
<ucc_event_id>
<CreatedOn>2026-06-03T18:14:47.0129108+00:00</CreatedOn>
<Id>d7a57752-e445-4892-8dcb-b0f9d46afbfe</Id>
<ModifiedOn>2026-06-03T18:14:47.0129108+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:47.0129108+00:00</CreatedOn>
<Id>e906eea7-c554-4470-b50f-64f7c16914df</Id>
<ModifiedOn>2026-06-03T18:14:47.0129108+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:47.0129108+00:00</ucc_start_date>
</ucc_product_to_club>
<ucc_product_to_club>
<CreatedOn>2026-06-03T18:14:47.0129108+00:00</CreatedOn>
<Id>179ece05-722d-42a6-b840-5dc04165e53e</Id>
<ModifiedOn>2026-06-03T18:14:47.0129108+00:00</ModifiedOn>
<StateCode>1</StateCode>
<ucc_associated_with_event>true</ucc_associated_with_event>
<ucc_club_id>
<CreatedOn>2026-06-03T18:14:47.0129108+00:00</CreatedOn>
<Id>f8dae9c5-6971-45f8-9154-c7264636fc1f</Id>
<ModifiedOn>2026-06-03T18:14:47.0129108+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_club_id>
<ucc_end_date>2026-06-03T18:14:47.0129108+00:00</ucc_end_date>
<ucc_event_id>
<CreatedOn>2026-06-03T18:14:47.0129108+00:00</CreatedOn>
<Id>d7a57752-e445-4892-8dcb-b0f9d46afbfe</Id>
<ModifiedOn>2026-06-03T18:14:47.0129108+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:47.0129108+00:00</CreatedOn>
<Id>e906eea7-c554-4470-b50f-64f7c16914df</Id>
<ModifiedOn>2026-06-03T18:14:47.0129108+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:47.0129108+00:00</ucc_start_date>
</ucc_product_to_club>
</ArrayOfucc_product_to_club>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.