POST api/ucc_product_to_club/create

יצירה של ucc_product_to_club

Request Information

URI Parameters

None.

Body Parameters

ucc_product_to_club

ucc_product_to_club
NameDescriptionTypeAdditional 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": "30daf6bf-fb78-45da-a251-147f3d544b8a",
    "createdOn": "2026-06-03T18:14:16.7925028+00:00",
    "modifiedOn": "2026-06-03T18:14:16.7925028+00:00"
  },
  "ucc_club_id": {
    "displayName": "sample string 1",
    "id": "b4607d9c-c966-47e8-ac33-afa0715bdedd",
    "createdOn": "2026-06-03T18:14:16.7925028+00:00",
    "modifiedOn": "2026-06-03T18:14:16.7925028+00:00"
  },
  "ucc_start_date": "2026-06-03T18:14:16.7925028+00:00",
  "ucc_end_date": "2026-06-03T18:14:16.7925028+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": "01abadbf-5424-4c62-8ce3-f91cf6611b4b",
    "createdOn": "2026-06-03T18:14:16.7925028+00:00",
    "modifiedOn": "2026-06-03T18:14:16.7925028+00:00"
  },
  "id": "51724142-7c44-4cca-b272-546d57e4d36e",
  "createdOn": "2026-06-03T18:14:16.7925028+00:00",
  "modifiedOn": "2026-06-03T18:14:16.7925028+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.7925028+00:00</CreatedOn>
  <Id>51724142-7c44-4cca-b272-546d57e4d36e</Id>
  <ModifiedOn>2026-06-03T18:14:16.7925028+00:00</ModifiedOn>
  <StateCode>1</StateCode>
  <ucc_associated_with_event>true</ucc_associated_with_event>
  <ucc_club_id>
    <CreatedOn>2026-06-03T18:14:16.7925028+00:00</CreatedOn>
    <Id>b4607d9c-c966-47e8-ac33-afa0715bdedd</Id>
    <ModifiedOn>2026-06-03T18:14:16.7925028+00:00</ModifiedOn>
    <DisplayName>sample string 1</DisplayName>
  </ucc_club_id>
  <ucc_end_date>2026-06-03T18:14:16.7925028+00:00</ucc_end_date>
  <ucc_event_id>
    <CreatedOn>2026-06-03T18:14:16.7925028+00:00</CreatedOn>
    <Id>01abadbf-5424-4c62-8ce3-f91cf6611b4b</Id>
    <ModifiedOn>2026-06-03T18:14:16.7925028+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.7925028+00:00</CreatedOn>
    <Id>30daf6bf-fb78-45da-a251-147f3d544b8a</Id>
    <ModifiedOn>2026-06-03T18:14:16.7925028+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.7925028+00:00</ucc_start_date>
</ucc_product_to_club>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ucc_product_to_club'.

application/bson

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

Response Information

Resource Description

מזהה יחודי של הרשומה שנוצרת

IHttpActionResult

None.

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.