PUT api/ucc_product_to_club/update/{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
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. |
Request Formats
application/json, text/json
Sample:
{
"ucc_product_id": {
"displayName": "sample string 1",
"id": "d837c4ca-9f5b-4e26-b8b3-6a3e41fe223c",
"createdOn": "2026-06-03T18:14:16.197172+00:00",
"modifiedOn": "2026-06-03T18:14:16.197172+00:00"
},
"ucc_club_id": {
"displayName": "sample string 1",
"id": "9423742e-35c8-4dc4-9d9a-5b006bc0468e",
"createdOn": "2026-06-03T18:14:16.197172+00:00",
"modifiedOn": "2026-06-03T18:14:16.197172+00:00"
},
"ucc_start_date": "2026-06-03T18:14:16.197172+00:00",
"ucc_end_date": "2026-06-03T18:14:16.197172+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": "fe6de456-f235-4eeb-8657-6ab2c05f7491",
"createdOn": "2026-06-03T18:14:16.197172+00:00",
"modifiedOn": "2026-06-03T18:14:16.197172+00:00"
},
"id": "a575793e-521c-4f26-b25e-b7ec1d90432e",
"createdOn": "2026-06-03T18:14:16.197172+00:00",
"modifiedOn": "2026-06-03T18:14:16.197172+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.197172+00:00</CreatedOn>
<Id>a575793e-521c-4f26-b25e-b7ec1d90432e</Id>
<ModifiedOn>2026-06-03T18:14:16.197172+00:00</ModifiedOn>
<StateCode>1</StateCode>
<ucc_associated_with_event>true</ucc_associated_with_event>
<ucc_club_id>
<CreatedOn>2026-06-03T18:14:16.197172+00:00</CreatedOn>
<Id>9423742e-35c8-4dc4-9d9a-5b006bc0468e</Id>
<ModifiedOn>2026-06-03T18:14:16.197172+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_club_id>
<ucc_end_date>2026-06-03T18:14:16.197172+00:00</ucc_end_date>
<ucc_event_id>
<CreatedOn>2026-06-03T18:14:16.197172+00:00</CreatedOn>
<Id>fe6de456-f235-4eeb-8657-6ab2c05f7491</Id>
<ModifiedOn>2026-06-03T18:14:16.197172+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.197172+00:00</CreatedOn>
<Id>d837c4ca-9f5b-4e26-b8b3-6a3e41fe223c</Id>
<ModifiedOn>2026-06-03T18:14:16.197172+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.197172+00:00</ucc_start_date>
</ucc_product_to_club>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.