GET api/products/{skip}/{take}/{contactid}
שליפה של רשימת מוצרים - מותאמים לאיש קשר/לקוח מזהה איש קשר == Guid
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skip |
Index of the first record to take (Min:0) |
integer |
Required |
| take |
Maximum counted records to be taken in the results (Max:100) /// מזהה איש קשר שאליו יותאם המוצר - Guid When empty, return all products |
integer |
Required |
| contactid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
רשימת מוצרים בהתאמה לאיש קשר
Collection of ProductInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
שם תצוגה |
string |
None. |
| SerialNumber |
מק"ט |
string |
None. |
| IsPricelistManaged |
Indicate if the product item managed by pricing list |
boolean |
None. |
| Cost |
מחיר רגיל |
decimal number |
None. |
| SpecialCost |
מחיר מחיוד מותאם ללקוח רלוונטי רק במקרה ומעברים מזהה לקוח על הכתובת אינטרנט |
decimal number |
None. |
| TotalLeft |
The number of item in stock |
integer |
None. |
| ucc_main_category |
קטגוריה ראשית |
Category |
None. |
| ucc_sub_category |
תת קטגוריה |
SubCategory |
None. |
| ucc_show_on_homepage_web |
האם יופיע בדף הבית ? |
boolean |
None. |
| ucc_are_the_product_is_limited |
האם המוצר מוגבל לרכישה? |
boolean |
None. |
| ucc_Maximum_purchase_amount |
כמות מקסימלית לרכישה |
integer |
None. |
| ucc_Show_On_Web |
האם יופיע באתר? |
boolean |
None. |
| ucc_club_id |
מועדון |
ucc_clubReference |
None. |
| ucc_deatails |
תיאור פריט |
string |
None. |
| ucc_friendship_payment_parameterSet |
מחירונים |
Collection of ucc_friendship_payment_parameter |
None. |
| ucc_conference_id |
ארוע |
ConferenceReference |
None. |
| Id |
Dynamics 365 primary key. |
globally unique identifier |
None. |
| CreatedOn |
נוצר ב |
date |
None. |
| ModifiedOn | date |
None. |
Response Formats
application/json, text/json
[
{
"name": "sample string 1",
"serialNumber": "sample string 2",
"isPricelistManaged": true,
"cost": 1.0,
"specialCost": 1.0,
"totalLeft": 1,
"ucc_main_category": 801270000,
"ucc_sub_category": 801270000,
"ucc_show_on_homepage_web": true,
"ucc_are_the_product_is_limited": true,
"ucc_Maximum_purchase_amount": 1,
"ucc_Show_On_Web": true,
"ucc_club_id": {
"displayName": "sample string 1",
"id": "3cef01dd-9c75-452a-9d95-664e6653daa3",
"createdOn": "2026-06-03T18:13:35.98453+00:00",
"modifiedOn": "2026-06-03T18:13:35.98453+00:00"
},
"ucc_deatails": "sample string 3",
"ucc_friendship_payment_parameterSet": [
{
"ucc_From_Year": 1.0,
"ucc_To_Year": 1.0,
"ucc_actual_payment": 1.0,
"displayName": "sample string 1",
"id": "4cc80835-cb7c-4b49-b4a6-a2ea6d4239ed",
"createdOn": "2026-06-03T18:13:35.98453+00:00",
"modifiedOn": "2026-06-03T18:13:35.98453+00:00"
},
{
"ucc_From_Year": 1.0,
"ucc_To_Year": 1.0,
"ucc_actual_payment": 1.0,
"displayName": "sample string 1",
"id": "4cc80835-cb7c-4b49-b4a6-a2ea6d4239ed",
"createdOn": "2026-06-03T18:13:35.98453+00:00",
"modifiedOn": "2026-06-03T18:13:35.98453+00:00"
}
],
"ucc_conference_id": {
"displayName": "sample string 1",
"id": "ba338406-2268-43c5-b726-8638d7d06b24",
"createdOn": "2026-06-03T18:13:35.98453+00:00",
"modifiedOn": "2026-06-03T18:13:35.98453+00:00"
},
"id": "727175c1-cce9-43b0-ad61-5bc55bc7ea52",
"createdOn": "2026-06-03T18:13:35.98453+00:00",
"modifiedOn": "2026-06-03T18:13:35.98453+00:00"
},
{
"name": "sample string 1",
"serialNumber": "sample string 2",
"isPricelistManaged": true,
"cost": 1.0,
"specialCost": 1.0,
"totalLeft": 1,
"ucc_main_category": 801270000,
"ucc_sub_category": 801270000,
"ucc_show_on_homepage_web": true,
"ucc_are_the_product_is_limited": true,
"ucc_Maximum_purchase_amount": 1,
"ucc_Show_On_Web": true,
"ucc_club_id": {
"displayName": "sample string 1",
"id": "3cef01dd-9c75-452a-9d95-664e6653daa3",
"createdOn": "2026-06-03T18:13:35.98453+00:00",
"modifiedOn": "2026-06-03T18:13:35.98453+00:00"
},
"ucc_deatails": "sample string 3",
"ucc_friendship_payment_parameterSet": [
{
"ucc_From_Year": 1.0,
"ucc_To_Year": 1.0,
"ucc_actual_payment": 1.0,
"displayName": "sample string 1",
"id": "4cc80835-cb7c-4b49-b4a6-a2ea6d4239ed",
"createdOn": "2026-06-03T18:13:35.98453+00:00",
"modifiedOn": "2026-06-03T18:13:35.98453+00:00"
},
{
"ucc_From_Year": 1.0,
"ucc_To_Year": 1.0,
"ucc_actual_payment": 1.0,
"displayName": "sample string 1",
"id": "4cc80835-cb7c-4b49-b4a6-a2ea6d4239ed",
"createdOn": "2026-06-03T18:13:35.98453+00:00",
"modifiedOn": "2026-06-03T18:13:35.98453+00:00"
}
],
"ucc_conference_id": {
"displayName": "sample string 1",
"id": "ba338406-2268-43c5-b726-8638d7d06b24",
"createdOn": "2026-06-03T18:13:35.98453+00:00",
"modifiedOn": "2026-06-03T18:13:35.98453+00:00"
},
"id": "727175c1-cce9-43b0-ad61-5bc55bc7ea52",
"createdOn": "2026-06-03T18:13:35.98453+00:00",
"modifiedOn": "2026-06-03T18:13:35.98453+00:00"
}
]
application/xml, text/xml
<ArrayOfProductInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
<ProductInfo>
<CreatedOn>2026-06-03T18:13:35.98453+00:00</CreatedOn>
<Id>727175c1-cce9-43b0-ad61-5bc55bc7ea52</Id>
<ModifiedOn>2026-06-03T18:13:35.98453+00:00</ModifiedOn>
<Cost>1</Cost>
<IsPricelistManaged>true</IsPricelistManaged>
<Name>sample string 1</Name>
<SerialNumber>sample string 2</SerialNumber>
<SpecialCost>1</SpecialCost>
<TotalLeft>1</TotalLeft>
<ucc_Maximum_purchase_amount>1</ucc_Maximum_purchase_amount>
<ucc_Show_On_Web>true</ucc_Show_On_Web>
<ucc_are_the_product_is_limited>true</ucc_are_the_product_is_limited>
<ucc_club_id>
<CreatedOn>2026-06-03T18:13:35.98453+00:00</CreatedOn>
<Id>3cef01dd-9c75-452a-9d95-664e6653daa3</Id>
<ModifiedOn>2026-06-03T18:13:35.98453+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_club_id>
<ucc_conference_id>
<CreatedOn>2026-06-03T18:13:35.98453+00:00</CreatedOn>
<Id>ba338406-2268-43c5-b726-8638d7d06b24</Id>
<ModifiedOn>2026-06-03T18:13:35.98453+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_conference_id>
<ucc_deatails>sample string 3</ucc_deatails>
<ucc_friendship_payment_parameterSet>
<ucc_friendship_payment_parameter>
<CreatedOn>2026-06-03T18:13:35.98453+00:00</CreatedOn>
<Id>4cc80835-cb7c-4b49-b4a6-a2ea6d4239ed</Id>
<ModifiedOn>2026-06-03T18:13:35.98453+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
<ucc_From_Year>1</ucc_From_Year>
<ucc_To_Year>1</ucc_To_Year>
<ucc_actual_payment>1</ucc_actual_payment>
</ucc_friendship_payment_parameter>
<ucc_friendship_payment_parameter>
<CreatedOn>2026-06-03T18:13:35.98453+00:00</CreatedOn>
<Id>4cc80835-cb7c-4b49-b4a6-a2ea6d4239ed</Id>
<ModifiedOn>2026-06-03T18:13:35.98453+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
<ucc_From_Year>1</ucc_From_Year>
<ucc_To_Year>1</ucc_To_Year>
<ucc_actual_payment>1</ucc_actual_payment>
</ucc_friendship_payment_parameter>
</ucc_friendship_payment_parameterSet>
<ucc_main_category>Products</ucc_main_category>
<ucc_show_on_homepage_web>true</ucc_show_on_homepage_web>
<ucc_sub_category>Opt0</ucc_sub_category>
</ProductInfo>
<ProductInfo>
<CreatedOn>2026-06-03T18:13:35.98453+00:00</CreatedOn>
<Id>727175c1-cce9-43b0-ad61-5bc55bc7ea52</Id>
<ModifiedOn>2026-06-03T18:13:35.98453+00:00</ModifiedOn>
<Cost>1</Cost>
<IsPricelistManaged>true</IsPricelistManaged>
<Name>sample string 1</Name>
<SerialNumber>sample string 2</SerialNumber>
<SpecialCost>1</SpecialCost>
<TotalLeft>1</TotalLeft>
<ucc_Maximum_purchase_amount>1</ucc_Maximum_purchase_amount>
<ucc_Show_On_Web>true</ucc_Show_On_Web>
<ucc_are_the_product_is_limited>true</ucc_are_the_product_is_limited>
<ucc_club_id>
<CreatedOn>2026-06-03T18:13:35.98453+00:00</CreatedOn>
<Id>3cef01dd-9c75-452a-9d95-664e6653daa3</Id>
<ModifiedOn>2026-06-03T18:13:35.98453+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_club_id>
<ucc_conference_id>
<CreatedOn>2026-06-03T18:13:35.98453+00:00</CreatedOn>
<Id>ba338406-2268-43c5-b726-8638d7d06b24</Id>
<ModifiedOn>2026-06-03T18:13:35.98453+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_conference_id>
<ucc_deatails>sample string 3</ucc_deatails>
<ucc_friendship_payment_parameterSet>
<ucc_friendship_payment_parameter>
<CreatedOn>2026-06-03T18:13:35.98453+00:00</CreatedOn>
<Id>4cc80835-cb7c-4b49-b4a6-a2ea6d4239ed</Id>
<ModifiedOn>2026-06-03T18:13:35.98453+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
<ucc_From_Year>1</ucc_From_Year>
<ucc_To_Year>1</ucc_To_Year>
<ucc_actual_payment>1</ucc_actual_payment>
</ucc_friendship_payment_parameter>
<ucc_friendship_payment_parameter>
<CreatedOn>2026-06-03T18:13:35.98453+00:00</CreatedOn>
<Id>4cc80835-cb7c-4b49-b4a6-a2ea6d4239ed</Id>
<ModifiedOn>2026-06-03T18:13:35.98453+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
<ucc_From_Year>1</ucc_From_Year>
<ucc_To_Year>1</ucc_To_Year>
<ucc_actual_payment>1</ucc_actual_payment>
</ucc_friendship_payment_parameter>
</ucc_friendship_payment_parameterSet>
<ucc_main_category>Products</ucc_main_category>
<ucc_show_on_homepage_web>true</ucc_show_on_homepage_web>
<ucc_sub_category>Opt0</ucc_sub_category>
</ProductInfo>
</ArrayOfProductInfo>
application/bson
Binary JSON content. See http://bsonspec.org for details.