GET api/ucc_product_to_club/list/{skip}/{take}

שליפה של כל הפריטים מסוג ucc_product_to_club

Request Information

URI Parameters

NameDescriptionTypeAdditional information
skip

מ רשומה

integer

Required

take

עד רשומה

integer

Required

Body Parameters

None.

Response Information

Resource Description

ucc_product_to_club

Collection of 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.

Response Formats

application/json, text/json

Sample:
[
  {
    "ucc_product_id": {
      "displayName": "sample string 1",
      "id": "60074b93-448a-44f8-858b-44d7ed655631",
      "createdOn": "2026-06-03T18:14:29.3228347+00:00",
      "modifiedOn": "2026-06-03T18:14:29.3228347+00:00"
    },
    "ucc_club_id": {
      "displayName": "sample string 1",
      "id": "053089c2-ca73-472a-ab3f-7db7788bf08b",
      "createdOn": "2026-06-03T18:14:29.3228347+00:00",
      "modifiedOn": "2026-06-03T18:14:29.3228347+00:00"
    },
    "ucc_start_date": "2026-06-03T18:14:29.3228347+00:00",
    "ucc_end_date": "2026-06-03T18:14:29.3228347+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": "05ce7c5c-6d55-4923-a0e0-50dead50eca3",
      "createdOn": "2026-06-03T18:14:29.3228347+00:00",
      "modifiedOn": "2026-06-03T18:14:29.3228347+00:00"
    },
    "id": "6aa80eb0-120d-4cd2-8c8c-a437da1f9735",
    "createdOn": "2026-06-03T18:14:29.3228347+00:00",
    "modifiedOn": "2026-06-03T18:14:29.3228347+00:00"
  },
  {
    "ucc_product_id": {
      "displayName": "sample string 1",
      "id": "60074b93-448a-44f8-858b-44d7ed655631",
      "createdOn": "2026-06-03T18:14:29.3228347+00:00",
      "modifiedOn": "2026-06-03T18:14:29.3228347+00:00"
    },
    "ucc_club_id": {
      "displayName": "sample string 1",
      "id": "053089c2-ca73-472a-ab3f-7db7788bf08b",
      "createdOn": "2026-06-03T18:14:29.3228347+00:00",
      "modifiedOn": "2026-06-03T18:14:29.3228347+00:00"
    },
    "ucc_start_date": "2026-06-03T18:14:29.3228347+00:00",
    "ucc_end_date": "2026-06-03T18:14:29.3228347+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": "05ce7c5c-6d55-4923-a0e0-50dead50eca3",
      "createdOn": "2026-06-03T18:14:29.3228347+00:00",
      "modifiedOn": "2026-06-03T18:14:29.3228347+00:00"
    },
    "id": "6aa80eb0-120d-4cd2-8c8c-a437da1f9735",
    "createdOn": "2026-06-03T18:14:29.3228347+00:00",
    "modifiedOn": "2026-06-03T18:14:29.3228347+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:29.3228347+00:00</CreatedOn>
    <Id>6aa80eb0-120d-4cd2-8c8c-a437da1f9735</Id>
    <ModifiedOn>2026-06-03T18:14:29.3228347+00:00</ModifiedOn>
    <StateCode>1</StateCode>
    <ucc_associated_with_event>true</ucc_associated_with_event>
    <ucc_club_id>
      <CreatedOn>2026-06-03T18:14:29.3228347+00:00</CreatedOn>
      <Id>053089c2-ca73-472a-ab3f-7db7788bf08b</Id>
      <ModifiedOn>2026-06-03T18:14:29.3228347+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_club_id>
    <ucc_end_date>2026-06-03T18:14:29.3228347+00:00</ucc_end_date>
    <ucc_event_id>
      <CreatedOn>2026-06-03T18:14:29.3228347+00:00</CreatedOn>
      <Id>05ce7c5c-6d55-4923-a0e0-50dead50eca3</Id>
      <ModifiedOn>2026-06-03T18:14:29.3228347+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:29.3228347+00:00</CreatedOn>
      <Id>60074b93-448a-44f8-858b-44d7ed655631</Id>
      <ModifiedOn>2026-06-03T18:14:29.3228347+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:29.3228347+00:00</ucc_start_date>
  </ucc_product_to_club>
  <ucc_product_to_club>
    <CreatedOn>2026-06-03T18:14:29.3228347+00:00</CreatedOn>
    <Id>6aa80eb0-120d-4cd2-8c8c-a437da1f9735</Id>
    <ModifiedOn>2026-06-03T18:14:29.3228347+00:00</ModifiedOn>
    <StateCode>1</StateCode>
    <ucc_associated_with_event>true</ucc_associated_with_event>
    <ucc_club_id>
      <CreatedOn>2026-06-03T18:14:29.3228347+00:00</CreatedOn>
      <Id>053089c2-ca73-472a-ab3f-7db7788bf08b</Id>
      <ModifiedOn>2026-06-03T18:14:29.3228347+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_club_id>
    <ucc_end_date>2026-06-03T18:14:29.3228347+00:00</ucc_end_date>
    <ucc_event_id>
      <CreatedOn>2026-06-03T18:14:29.3228347+00:00</CreatedOn>
      <Id>05ce7c5c-6d55-4923-a0e0-50dead50eca3</Id>
      <ModifiedOn>2026-06-03T18:14:29.3228347+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:29.3228347+00:00</CreatedOn>
      <Id>60074b93-448a-44f8-858b-44d7ed655631</Id>
      <ModifiedOn>2026-06-03T18:14:29.3228347+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:29.3228347+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.