GET api/ucc_recurring_service_customer/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_Recurring_service_customer| Name | Description | Type | Additional information |
|---|---|---|---|
| ucc_order_status |
סטטוס סל הזמנה |
ucc_order_status |
None. |
| ucc_contact_id |
איש קשר |
ContactRefernce |
None. |
| ucc_start_date |
תאריך התחלה |
date |
None. |
| ucc_end_date |
תאריך סיום |
date |
None. |
| ucc_id_number |
תעודת זהות |
string |
None. |
| ucc_password |
סיסמא |
string |
None. |
| StateCode |
מצב מצב |
integer |
None. |
| ucc_accountorcontact |
שתי אפשרויות (ארגון/איש קשר) |
boolean |
None. |
| ucc_accountid |
בדיקת מידע לישות ארגונים במערכת |
AccountReference |
None. |
| Id |
Dynamics 365 primary key. |
globally unique identifier |
None. |
| CreatedOn |
נוצר ב |
date |
None. |
| ModifiedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ucc_order_status": 801270000,
"ucc_contact_id": {
"displayName": "sample string 1",
"id": "13a6aebe-e591-49b6-94c5-8a69dc301f16",
"createdOn": "2026-06-03T18:13:59.6304674+00:00",
"modifiedOn": "2026-06-03T18:13:59.6304674+00:00"
},
"ucc_start_date": "2026-06-03T18:13:59.6304674+00:00",
"ucc_end_date": "2026-06-03T18:13:59.6304674+00:00",
"ucc_id_number": "sample string 1",
"ucc_password": "sample string 2",
"stateCode": 1,
"ucc_accountorcontact": true,
"ucc_accountid": {
"displayName": "sample string 1",
"id": "d7f5a16e-ebdc-4a75-a49c-a64c64e3b88a",
"createdOn": "2026-06-03T18:13:59.6304674+00:00",
"modifiedOn": "2026-06-03T18:13:59.6304674+00:00"
},
"id": "59efed85-53f7-426b-b7eb-f3566abf6bf1",
"createdOn": "2026-06-03T18:13:59.6304674+00:00",
"modifiedOn": "2026-06-03T18:13:59.6304674+00:00"
},
{
"ucc_order_status": 801270000,
"ucc_contact_id": {
"displayName": "sample string 1",
"id": "13a6aebe-e591-49b6-94c5-8a69dc301f16",
"createdOn": "2026-06-03T18:13:59.6304674+00:00",
"modifiedOn": "2026-06-03T18:13:59.6304674+00:00"
},
"ucc_start_date": "2026-06-03T18:13:59.6304674+00:00",
"ucc_end_date": "2026-06-03T18:13:59.6304674+00:00",
"ucc_id_number": "sample string 1",
"ucc_password": "sample string 2",
"stateCode": 1,
"ucc_accountorcontact": true,
"ucc_accountid": {
"displayName": "sample string 1",
"id": "d7f5a16e-ebdc-4a75-a49c-a64c64e3b88a",
"createdOn": "2026-06-03T18:13:59.6304674+00:00",
"modifiedOn": "2026-06-03T18:13:59.6304674+00:00"
},
"id": "59efed85-53f7-426b-b7eb-f3566abf6bf1",
"createdOn": "2026-06-03T18:13:59.6304674+00:00",
"modifiedOn": "2026-06-03T18:13:59.6304674+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfucc_Recurring_service_customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
<ucc_Recurring_service_customer>
<CreatedOn>2026-06-03T18:13:59.6304674+00:00</CreatedOn>
<Id>59efed85-53f7-426b-b7eb-f3566abf6bf1</Id>
<ModifiedOn>2026-06-03T18:13:59.6304674+00:00</ModifiedOn>
<StateCode>1</StateCode>
<ucc_accountid>
<CreatedOn>2026-06-03T18:13:59.6304674+00:00</CreatedOn>
<Id>d7f5a16e-ebdc-4a75-a49c-a64c64e3b88a</Id>
<ModifiedOn>2026-06-03T18:13:59.6304674+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_accountid>
<ucc_accountorcontact>true</ucc_accountorcontact>
<ucc_contact_id>
<CreatedOn>2026-06-03T18:13:59.6304674+00:00</CreatedOn>
<Id>13a6aebe-e591-49b6-94c5-8a69dc301f16</Id>
<ModifiedOn>2026-06-03T18:13:59.6304674+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_contact_id>
<ucc_end_date>2026-06-03T18:13:59.6304674+00:00</ucc_end_date>
<ucc_id_number>sample string 1</ucc_id_number>
<ucc_order_status>OPT00</ucc_order_status>
<ucc_password>sample string 2</ucc_password>
<ucc_start_date>2026-06-03T18:13:59.6304674+00:00</ucc_start_date>
</ucc_Recurring_service_customer>
<ucc_Recurring_service_customer>
<CreatedOn>2026-06-03T18:13:59.6304674+00:00</CreatedOn>
<Id>59efed85-53f7-426b-b7eb-f3566abf6bf1</Id>
<ModifiedOn>2026-06-03T18:13:59.6304674+00:00</ModifiedOn>
<StateCode>1</StateCode>
<ucc_accountid>
<CreatedOn>2026-06-03T18:13:59.6304674+00:00</CreatedOn>
<Id>d7f5a16e-ebdc-4a75-a49c-a64c64e3b88a</Id>
<ModifiedOn>2026-06-03T18:13:59.6304674+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_accountid>
<ucc_accountorcontact>true</ucc_accountorcontact>
<ucc_contact_id>
<CreatedOn>2026-06-03T18:13:59.6304674+00:00</CreatedOn>
<Id>13a6aebe-e591-49b6-94c5-8a69dc301f16</Id>
<ModifiedOn>2026-06-03T18:13:59.6304674+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_contact_id>
<ucc_end_date>2026-06-03T18:13:59.6304674+00:00</ucc_end_date>
<ucc_id_number>sample string 1</ucc_id_number>
<ucc_order_status>OPT00</ucc_order_status>
<ucc_password>sample string 2</ucc_password>
<ucc_start_date>2026-06-03T18:13:59.6304674+00:00</ucc_start_date>
</ucc_Recurring_service_customer>
</ArrayOfucc_Recurring_service_customer>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.