GET api/ucc_clubs/list/by-query/{skip}/{take}/{queryTerm}
(לפי "שם מועדון" מתחיל ב) שליפה של רשימת מועדנים
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) |
integer |
Required |
| queryTerm |
(לפי "שם מועדון" מתחיל ב) טקסט לחיפוש |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
מחזיר null במקרה ולא נמצאה אף תוצאה
Collection of ucc_club| Name | Description | Type | Additional information |
|---|---|---|---|
| ucc_name |
שם המועדון |
string |
Required |
| ucc_classification_id |
סיווג |
Classifications |
None. |
| ucc_status_id |
תת סיווג |
SubClassifications |
None. |
| StateCode |
מצב |
integer |
None. |
| ucc_need_to_pay |
האם בתשלום |
ucc_need_to_pay |
None. |
| ucc_show_on_icpas |
האם להציג באתר רואי חשבון |
boolean |
None. |
| ucc_show_on_hashav |
האם להציג באתר חשבי שכר |
boolean |
None. |
| ucc_Description |
תיאור מועדון |
string |
None. |
| ucc_Description_essence |
תמצית מועדון |
string |
None. |
| Id |
Dynamics 365 primary key. |
globally unique identifier |
None. |
| CreatedOn |
נוצר ב |
date |
None. |
| ModifiedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ucc_name": "sample string 1",
"ucc_classification_id": {
"ucc_id_number": 801270000,
"displayName": "sample string 1",
"id": "3bea10b9-a464-47e4-8969-5caa4b347174",
"createdOn": "2026-06-03T18:14:16.5006282+00:00",
"modifiedOn": "2026-06-03T18:14:16.5006282+00:00"
},
"ucc_status_id": {
"displayName": "sample string 1",
"id": "a976a759-82a4-4398-bb5d-dfab6e645a6a",
"createdOn": "2026-06-03T18:14:16.5006282+00:00",
"modifiedOn": "2026-06-03T18:14:16.5006282+00:00"
},
"stateCode": 1,
"ucc_need_to_pay": 0,
"ucc_show_on_icpas": true,
"ucc_show_on_hashav": true,
"ucc_Description": "sample string 2",
"ucc_Description_essence": "sample string 3",
"id": "29c6d4ac-49fa-449a-809f-ddf5661a2729",
"createdOn": "2026-06-03T18:14:16.5006282+00:00",
"modifiedOn": "2026-06-03T18:14:16.5006282+00:00"
},
{
"ucc_name": "sample string 1",
"ucc_classification_id": {
"ucc_id_number": 801270000,
"displayName": "sample string 1",
"id": "3bea10b9-a464-47e4-8969-5caa4b347174",
"createdOn": "2026-06-03T18:14:16.5006282+00:00",
"modifiedOn": "2026-06-03T18:14:16.5006282+00:00"
},
"ucc_status_id": {
"displayName": "sample string 1",
"id": "a976a759-82a4-4398-bb5d-dfab6e645a6a",
"createdOn": "2026-06-03T18:14:16.5006282+00:00",
"modifiedOn": "2026-06-03T18:14:16.5006282+00:00"
},
"stateCode": 1,
"ucc_need_to_pay": 0,
"ucc_show_on_icpas": true,
"ucc_show_on_hashav": true,
"ucc_Description": "sample string 2",
"ucc_Description_essence": "sample string 3",
"id": "29c6d4ac-49fa-449a-809f-ddf5661a2729",
"createdOn": "2026-06-03T18:14:16.5006282+00:00",
"modifiedOn": "2026-06-03T18:14:16.5006282+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfucc_club xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
<ucc_club>
<CreatedOn>2026-06-03T18:14:16.5006282+00:00</CreatedOn>
<Id>29c6d4ac-49fa-449a-809f-ddf5661a2729</Id>
<ModifiedOn>2026-06-03T18:14:16.5006282+00:00</ModifiedOn>
<StateCode>1</StateCode>
<ucc_Description>sample string 2</ucc_Description>
<ucc_Description_essence>sample string 3</ucc_Description_essence>
<ucc_classification_id>
<CreatedOn>2026-06-03T18:14:16.5006282+00:00</CreatedOn>
<Id>3bea10b9-a464-47e4-8969-5caa4b347174</Id>
<ModifiedOn>2026-06-03T18:14:16.5006282+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
<ucc_id_number>OP0</ucc_id_number>
</ucc_classification_id>
<ucc_name>sample string 1</ucc_name>
<ucc_need_to_pay>OPT0</ucc_need_to_pay>
<ucc_show_on_hashav>true</ucc_show_on_hashav>
<ucc_show_on_icpas>true</ucc_show_on_icpas>
<ucc_status_id>
<CreatedOn>2026-06-03T18:14:16.5006282+00:00</CreatedOn>
<Id>a976a759-82a4-4398-bb5d-dfab6e645a6a</Id>
<ModifiedOn>2026-06-03T18:14:16.5006282+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_status_id>
</ucc_club>
<ucc_club>
<CreatedOn>2026-06-03T18:14:16.5006282+00:00</CreatedOn>
<Id>29c6d4ac-49fa-449a-809f-ddf5661a2729</Id>
<ModifiedOn>2026-06-03T18:14:16.5006282+00:00</ModifiedOn>
<StateCode>1</StateCode>
<ucc_Description>sample string 2</ucc_Description>
<ucc_Description_essence>sample string 3</ucc_Description_essence>
<ucc_classification_id>
<CreatedOn>2026-06-03T18:14:16.5006282+00:00</CreatedOn>
<Id>3bea10b9-a464-47e4-8969-5caa4b347174</Id>
<ModifiedOn>2026-06-03T18:14:16.5006282+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
<ucc_id_number>OP0</ucc_id_number>
</ucc_classification_id>
<ucc_name>sample string 1</ucc_name>
<ucc_need_to_pay>OPT0</ucc_need_to_pay>
<ucc_show_on_hashav>true</ucc_show_on_hashav>
<ucc_show_on_icpas>true</ucc_show_on_icpas>
<ucc_status_id>
<CreatedOn>2026-06-03T18:14:16.5006282+00:00</CreatedOn>
<Id>a976a759-82a4-4398-bb5d-dfab6e645a6a</Id>
<ModifiedOn>2026-06-03T18:14:16.5006282+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_status_id>
</ucc_club>
</ArrayOfucc_club>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.