GET api/orders/{skip}/{take}/{contactid}
מחזיר רשימת הזמנות עבור לקוח
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 |
| contactid |
מפתח מזהה איש קשר |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
List of items
Collection of Order| Name | Description | Type | Additional information |
|---|---|---|---|
| StateCode |
מצב הזמנה 0-פעיל 1-לא פעיל |
integer |
None. |
| ucc_bill_to_name |
שם משלם |
string |
None. |
| ucc_adresstoicount |
כתובת למשלוח קבלה |
string |
None. |
| ucc_membernum |
מספר חבר |
string |
None. |
| ucc_ccpaymentstatus |
סטטוס תשלום כ"א |
string |
None. |
| ucc_name |
שם |
string |
None. |
| IdNumber |
Contact Id |
string |
None. |
| ucc_Card_Number |
מספר כרטיס אשראי |
string |
None. |
| CreditCardClearingResult |
תוצאות סליקה כרטיס ארשאי |
CreditCardClearingResult |
None. |
| Items |
Array of the order items |
Collection of OrderItem |
None. |
| ucc_sal_kniya_status_code |
סטטוס ההזמנה |
ucc_sal_kniya_status_code |
None. |
| OrderClearingStage |
לא בשימוש! ###סטטוס הסליקה של ההזמנה במקרה שאין צורך בסליקה יש להחזיר Done (1)##### לא בשימוש! |
OrderClearingStage |
None. |
| ucc_customer |
איש קשר |
Customer |
None. |
| ucc_billto_city_id |
עיר |
ucc_city |
None. |
| ucc_billto_street_id |
רחוב |
ucc_street |
None. |
| ucc_billto_postalcode_id |
מיקוד |
ucc_postalcode |
None. |
| ucc_billto_house_number |
מספר בית |
string |
None. |
| ucc_shipto_city_id |
עיר |
ucc_city |
None. |
| ucc_shipto_house_number |
מספר בית |
string |
None. |
| ucc_shipto_postalcode_id |
מיקוד |
ucc_postalcode |
None. |
| ucc_shipto_street_id |
רחוב |
ucc_street |
None. |
| ucc_customeremail |
כתובת אימייל לקוח |
string |
None. |
| ucc_customer_ID |
מספר מזהה משלם |
string |
None. |
| ucc_cart |
מזהה עבור סל ההזמנה באנובה |
string |
None. |
| ucc_for_payment |
סה"ע הזמנה בפועל (כולל הנחות כולל הגל) |
decimal number |
None. |
| ucc_total_payment_for_products |
סיכום תשלום מוצרים |
decimal number |
None. |
| ucc_Order_Type |
סוג הזמנה |
ucc_Order_Type |
None. |
| ucc_link_to_receipt |
שליפה של הזמנה עפ"י מזהה הזמנה |
string |
None. |
| ucc_clearing_date |
תאריך סליקה |
date |
None. |
| ucc_card_type_id |
סוג כרטיס אשראי |
ucc_paymentmethodReference |
None. |
| ucc_paymentmethod |
אמצעי תשלום |
ucc_paymentmethodReference |
None. |
| ucc_token |
Token |
string |
None. |
| ucc_Payments_Number |
מספר תשלומים |
integer |
None. |
| ucc_comment |
הערה |
string |
None. |
| ucc_mobile |
טלפון נייד |
string |
None. |
| Id |
Dynamics 365 primary key. |
globally unique identifier |
None. |
| CreatedOn |
נוצר ב |
date |
None. |
| ModifiedOn | date |
None. |
Response Formats
application/json, text/json
[
{
"stateCode": 1,
"ucc_bill_to_name": "sample string 1",
"ucc_adresstoicount": "sample string 2",
"ucc_membernum": "sample string 3",
"ucc_ccpaymentstatus": "sample string 4",
"ucc_name": "sample string 5",
"idNumber": "sample string 6",
"ucc_Card_Number": "sample string 7",
"creditCardClearingResult": {
"approvedBy": 0,
"broadcastNo": "sample string 1",
"statusCode": "sample string 2",
"errorMessage": "sample string 3",
"shvaOutput": "sample string 4",
"token": "sample string 5",
"pendingRecordId": "sample string 6",
"debitApproveNumber": "sample string 7",
"debitTotal": 1,
"pelecardTransactionId": "sample string 8",
"creditCardNumber": "sample string 9",
"creditCardExpDate": "sample string 10",
"id": "9ed54acb-f3d1-475f-bd95-39f1c883d258",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"items": [
{
"productName": "sample string 1",
"serialNumber": "sample string 2",
"product": {
"displayName": "sample string 1",
"id": "c9fa293d-7344-49fc-b2bd-f889c026f216",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"quantity": 1,
"price": 1.0,
"realPrice": 1.0,
"discountPercentage": 1.0,
"discountNIS": 1.0,
"ucc_payment": 1.0,
"id": "bf53369e-7cb9-4f5d-b0cd-936ee75f92a6",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
{
"productName": "sample string 1",
"serialNumber": "sample string 2",
"product": {
"displayName": "sample string 1",
"id": "c9fa293d-7344-49fc-b2bd-f889c026f216",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"quantity": 1,
"price": 1.0,
"realPrice": 1.0,
"discountPercentage": 1.0,
"discountNIS": 1.0,
"ucc_payment": 1.0,
"id": "bf53369e-7cb9-4f5d-b0cd-936ee75f92a6",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
}
],
"ucc_sal_kniya_status_code": 801270000,
"orderClearingStage": 0,
"ucc_customer": {
"logicalName": "sample string 1",
"displayName": "sample string 2",
"id": "2c94f25c-6c45-484e-826d-1eea36bd4295",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"ucc_billto_city_id": {
"displayName": "sample string 1",
"id": "78bfba55-1b45-44ca-811a-a409b41fbd6e",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"ucc_billto_street_id": {
"displayName": "sample string 1",
"id": "6e92d721-a61a-4932-8e05-b9b7d9d05b83",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"ucc_billto_postalcode_id": {
"displayName": "sample string 1",
"id": "808cfedf-604d-4373-9b73-78ef88c79edd",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"ucc_billto_house_number": "sample string 8",
"ucc_shipto_city_id": {
"displayName": "sample string 1",
"id": "78bfba55-1b45-44ca-811a-a409b41fbd6e",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"ucc_shipto_house_number": "sample string 9",
"ucc_shipto_postalcode_id": {
"displayName": "sample string 1",
"id": "808cfedf-604d-4373-9b73-78ef88c79edd",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"ucc_shipto_street_id": {
"displayName": "sample string 1",
"id": "6e92d721-a61a-4932-8e05-b9b7d9d05b83",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"ucc_customeremail": "sample string 10",
"ucc_customer_ID": "sample string 11",
"ucc_cart": "sample string 12",
"ucc_for_payment": 1.0,
"ucc_total_payment_for_products": 1.0,
"ucc_Order_Type": 1,
"ucc_link_to_receipt": "sample string 13",
"ucc_clearing_date": "2026-06-03T18:13:13.2531021+00:00",
"ucc_card_type_id": {
"displayName": "sample string 1",
"id": "3b48c186-53ab-4c66-9c29-cae6d2155b45",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"ucc_paymentmethod": {
"displayName": "sample string 1",
"id": "3b48c186-53ab-4c66-9c29-cae6d2155b45",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"ucc_token": "sample string 14",
"ucc_Payments_Number": 1,
"ucc_comment": "sample string 15",
"ucc_mobile": "sample string 16",
"id": "5ef109e2-b4d2-4b7b-ab5e-c794f24cd29b",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
{
"stateCode": 1,
"ucc_bill_to_name": "sample string 1",
"ucc_adresstoicount": "sample string 2",
"ucc_membernum": "sample string 3",
"ucc_ccpaymentstatus": "sample string 4",
"ucc_name": "sample string 5",
"idNumber": "sample string 6",
"ucc_Card_Number": "sample string 7",
"creditCardClearingResult": {
"approvedBy": 0,
"broadcastNo": "sample string 1",
"statusCode": "sample string 2",
"errorMessage": "sample string 3",
"shvaOutput": "sample string 4",
"token": "sample string 5",
"pendingRecordId": "sample string 6",
"debitApproveNumber": "sample string 7",
"debitTotal": 1,
"pelecardTransactionId": "sample string 8",
"creditCardNumber": "sample string 9",
"creditCardExpDate": "sample string 10",
"id": "9ed54acb-f3d1-475f-bd95-39f1c883d258",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"items": [
{
"productName": "sample string 1",
"serialNumber": "sample string 2",
"product": {
"displayName": "sample string 1",
"id": "c9fa293d-7344-49fc-b2bd-f889c026f216",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"quantity": 1,
"price": 1.0,
"realPrice": 1.0,
"discountPercentage": 1.0,
"discountNIS": 1.0,
"ucc_payment": 1.0,
"id": "bf53369e-7cb9-4f5d-b0cd-936ee75f92a6",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
{
"productName": "sample string 1",
"serialNumber": "sample string 2",
"product": {
"displayName": "sample string 1",
"id": "c9fa293d-7344-49fc-b2bd-f889c026f216",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"quantity": 1,
"price": 1.0,
"realPrice": 1.0,
"discountPercentage": 1.0,
"discountNIS": 1.0,
"ucc_payment": 1.0,
"id": "bf53369e-7cb9-4f5d-b0cd-936ee75f92a6",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
}
],
"ucc_sal_kniya_status_code": 801270000,
"orderClearingStage": 0,
"ucc_customer": {
"logicalName": "sample string 1",
"displayName": "sample string 2",
"id": "2c94f25c-6c45-484e-826d-1eea36bd4295",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"ucc_billto_city_id": {
"displayName": "sample string 1",
"id": "78bfba55-1b45-44ca-811a-a409b41fbd6e",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"ucc_billto_street_id": {
"displayName": "sample string 1",
"id": "6e92d721-a61a-4932-8e05-b9b7d9d05b83",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"ucc_billto_postalcode_id": {
"displayName": "sample string 1",
"id": "808cfedf-604d-4373-9b73-78ef88c79edd",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"ucc_billto_house_number": "sample string 8",
"ucc_shipto_city_id": {
"displayName": "sample string 1",
"id": "78bfba55-1b45-44ca-811a-a409b41fbd6e",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"ucc_shipto_house_number": "sample string 9",
"ucc_shipto_postalcode_id": {
"displayName": "sample string 1",
"id": "808cfedf-604d-4373-9b73-78ef88c79edd",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"ucc_shipto_street_id": {
"displayName": "sample string 1",
"id": "6e92d721-a61a-4932-8e05-b9b7d9d05b83",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"ucc_customeremail": "sample string 10",
"ucc_customer_ID": "sample string 11",
"ucc_cart": "sample string 12",
"ucc_for_payment": 1.0,
"ucc_total_payment_for_products": 1.0,
"ucc_Order_Type": 1,
"ucc_link_to_receipt": "sample string 13",
"ucc_clearing_date": "2026-06-03T18:13:13.2531021+00:00",
"ucc_card_type_id": {
"displayName": "sample string 1",
"id": "3b48c186-53ab-4c66-9c29-cae6d2155b45",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"ucc_paymentmethod": {
"displayName": "sample string 1",
"id": "3b48c186-53ab-4c66-9c29-cae6d2155b45",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
},
"ucc_token": "sample string 14",
"ucc_Payments_Number": 1,
"ucc_comment": "sample string 15",
"ucc_mobile": "sample string 16",
"id": "5ef109e2-b4d2-4b7b-ab5e-c794f24cd29b",
"createdOn": "2026-06-03T18:13:13.2531021+00:00",
"modifiedOn": "2026-06-03T18:13:13.2531021+00:00"
}
]
application/xml, text/xml
<ArrayOfOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
<Order>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>5ef109e2-b4d2-4b7b-ab5e-c794f24cd29b</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<CreditCardClearingResult>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>9ed54acb-f3d1-475f-bd95-39f1c883d258</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<ApprovedBy>NotApproved</ApprovedBy>
<BroadcastNo>sample string 1</BroadcastNo>
<CreditCardExpDate>sample string 10</CreditCardExpDate>
<CreditCardNumber>sample string 9</CreditCardNumber>
<DebitApproveNumber>sample string 7</DebitApproveNumber>
<DebitTotal>1</DebitTotal>
<ErrorMessage>sample string 3</ErrorMessage>
<PelecardTransactionId>sample string 8</PelecardTransactionId>
<PendingRecordId>sample string 6</PendingRecordId>
<ShvaOutput>sample string 4</ShvaOutput>
<StatusCode>sample string 2</StatusCode>
<Token>sample string 5</Token>
</CreditCardClearingResult>
<IdNumber>sample string 6</IdNumber>
<Items>
<OrderItem>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>bf53369e-7cb9-4f5d-b0cd-936ee75f92a6</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DiscountNIS>1</DiscountNIS>
<DiscountPercentage>1</DiscountPercentage>
<Price>1</Price>
<Product>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>c9fa293d-7344-49fc-b2bd-f889c026f216</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</Product>
<ProductName>sample string 1</ProductName>
<Quantity>1</Quantity>
<RealPrice>1</RealPrice>
<SerialNumber>sample string 2</SerialNumber>
<ucc_payment>1</ucc_payment>
</OrderItem>
<OrderItem>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>bf53369e-7cb9-4f5d-b0cd-936ee75f92a6</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DiscountNIS>1</DiscountNIS>
<DiscountPercentage>1</DiscountPercentage>
<Price>1</Price>
<Product>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>c9fa293d-7344-49fc-b2bd-f889c026f216</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</Product>
<ProductName>sample string 1</ProductName>
<Quantity>1</Quantity>
<RealPrice>1</RealPrice>
<SerialNumber>sample string 2</SerialNumber>
<ucc_payment>1</ucc_payment>
</OrderItem>
</Items>
<OrderClearingStage>New</OrderClearingStage>
<StateCode>1</StateCode>
<ucc_Card_Number>sample string 7</ucc_Card_Number>
<ucc_Order_Type>Opt1</ucc_Order_Type>
<ucc_Payments_Number>1</ucc_Payments_Number>
<ucc_adresstoicount>sample string 2</ucc_adresstoicount>
<ucc_bill_to_name>sample string 1</ucc_bill_to_name>
<ucc_billto_city_id>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>78bfba55-1b45-44ca-811a-a409b41fbd6e</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_billto_city_id>
<ucc_billto_house_number>sample string 8</ucc_billto_house_number>
<ucc_billto_postalcode_id>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>808cfedf-604d-4373-9b73-78ef88c79edd</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_billto_postalcode_id>
<ucc_billto_street_id>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>6e92d721-a61a-4932-8e05-b9b7d9d05b83</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_billto_street_id>
<ucc_card_type_id>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>3b48c186-53ab-4c66-9c29-cae6d2155b45</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_card_type_id>
<ucc_cart>sample string 12</ucc_cart>
<ucc_ccpaymentstatus>sample string 4</ucc_ccpaymentstatus>
<ucc_clearing_date>2026-06-03T18:13:13.2531021+00:00</ucc_clearing_date>
<ucc_comment>sample string 15</ucc_comment>
<ucc_customer>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>2c94f25c-6c45-484e-826d-1eea36bd4295</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 2</DisplayName>
<LogicalName>sample string 1</LogicalName>
</ucc_customer>
<ucc_customer_ID>sample string 11</ucc_customer_ID>
<ucc_customeremail>sample string 10</ucc_customeremail>
<ucc_for_payment>1</ucc_for_payment>
<ucc_link_to_receipt>sample string 13</ucc_link_to_receipt>
<ucc_membernum>sample string 3</ucc_membernum>
<ucc_mobile>sample string 16</ucc_mobile>
<ucc_name>sample string 5</ucc_name>
<ucc_paymentmethod>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>3b48c186-53ab-4c66-9c29-cae6d2155b45</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_paymentmethod>
<ucc_sal_kniya_status_code>Paid</ucc_sal_kniya_status_code>
<ucc_shipto_city_id>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>78bfba55-1b45-44ca-811a-a409b41fbd6e</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_shipto_city_id>
<ucc_shipto_house_number>sample string 9</ucc_shipto_house_number>
<ucc_shipto_postalcode_id>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>808cfedf-604d-4373-9b73-78ef88c79edd</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_shipto_postalcode_id>
<ucc_shipto_street_id>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>6e92d721-a61a-4932-8e05-b9b7d9d05b83</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_shipto_street_id>
<ucc_token>sample string 14</ucc_token>
<ucc_total_payment_for_products>1</ucc_total_payment_for_products>
</Order>
<Order>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>5ef109e2-b4d2-4b7b-ab5e-c794f24cd29b</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<CreditCardClearingResult>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>9ed54acb-f3d1-475f-bd95-39f1c883d258</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<ApprovedBy>NotApproved</ApprovedBy>
<BroadcastNo>sample string 1</BroadcastNo>
<CreditCardExpDate>sample string 10</CreditCardExpDate>
<CreditCardNumber>sample string 9</CreditCardNumber>
<DebitApproveNumber>sample string 7</DebitApproveNumber>
<DebitTotal>1</DebitTotal>
<ErrorMessage>sample string 3</ErrorMessage>
<PelecardTransactionId>sample string 8</PelecardTransactionId>
<PendingRecordId>sample string 6</PendingRecordId>
<ShvaOutput>sample string 4</ShvaOutput>
<StatusCode>sample string 2</StatusCode>
<Token>sample string 5</Token>
</CreditCardClearingResult>
<IdNumber>sample string 6</IdNumber>
<Items>
<OrderItem>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>bf53369e-7cb9-4f5d-b0cd-936ee75f92a6</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DiscountNIS>1</DiscountNIS>
<DiscountPercentage>1</DiscountPercentage>
<Price>1</Price>
<Product>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>c9fa293d-7344-49fc-b2bd-f889c026f216</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</Product>
<ProductName>sample string 1</ProductName>
<Quantity>1</Quantity>
<RealPrice>1</RealPrice>
<SerialNumber>sample string 2</SerialNumber>
<ucc_payment>1</ucc_payment>
</OrderItem>
<OrderItem>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>bf53369e-7cb9-4f5d-b0cd-936ee75f92a6</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DiscountNIS>1</DiscountNIS>
<DiscountPercentage>1</DiscountPercentage>
<Price>1</Price>
<Product>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>c9fa293d-7344-49fc-b2bd-f889c026f216</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</Product>
<ProductName>sample string 1</ProductName>
<Quantity>1</Quantity>
<RealPrice>1</RealPrice>
<SerialNumber>sample string 2</SerialNumber>
<ucc_payment>1</ucc_payment>
</OrderItem>
</Items>
<OrderClearingStage>New</OrderClearingStage>
<StateCode>1</StateCode>
<ucc_Card_Number>sample string 7</ucc_Card_Number>
<ucc_Order_Type>Opt1</ucc_Order_Type>
<ucc_Payments_Number>1</ucc_Payments_Number>
<ucc_adresstoicount>sample string 2</ucc_adresstoicount>
<ucc_bill_to_name>sample string 1</ucc_bill_to_name>
<ucc_billto_city_id>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>78bfba55-1b45-44ca-811a-a409b41fbd6e</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_billto_city_id>
<ucc_billto_house_number>sample string 8</ucc_billto_house_number>
<ucc_billto_postalcode_id>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>808cfedf-604d-4373-9b73-78ef88c79edd</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_billto_postalcode_id>
<ucc_billto_street_id>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>6e92d721-a61a-4932-8e05-b9b7d9d05b83</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_billto_street_id>
<ucc_card_type_id>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>3b48c186-53ab-4c66-9c29-cae6d2155b45</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_card_type_id>
<ucc_cart>sample string 12</ucc_cart>
<ucc_ccpaymentstatus>sample string 4</ucc_ccpaymentstatus>
<ucc_clearing_date>2026-06-03T18:13:13.2531021+00:00</ucc_clearing_date>
<ucc_comment>sample string 15</ucc_comment>
<ucc_customer>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>2c94f25c-6c45-484e-826d-1eea36bd4295</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 2</DisplayName>
<LogicalName>sample string 1</LogicalName>
</ucc_customer>
<ucc_customer_ID>sample string 11</ucc_customer_ID>
<ucc_customeremail>sample string 10</ucc_customeremail>
<ucc_for_payment>1</ucc_for_payment>
<ucc_link_to_receipt>sample string 13</ucc_link_to_receipt>
<ucc_membernum>sample string 3</ucc_membernum>
<ucc_mobile>sample string 16</ucc_mobile>
<ucc_name>sample string 5</ucc_name>
<ucc_paymentmethod>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>3b48c186-53ab-4c66-9c29-cae6d2155b45</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_paymentmethod>
<ucc_sal_kniya_status_code>Paid</ucc_sal_kniya_status_code>
<ucc_shipto_city_id>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>78bfba55-1b45-44ca-811a-a409b41fbd6e</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_shipto_city_id>
<ucc_shipto_house_number>sample string 9</ucc_shipto_house_number>
<ucc_shipto_postalcode_id>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>808cfedf-604d-4373-9b73-78ef88c79edd</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_shipto_postalcode_id>
<ucc_shipto_street_id>
<CreatedOn>2026-06-03T18:13:13.2531021+00:00</CreatedOn>
<Id>6e92d721-a61a-4932-8e05-b9b7d9d05b83</Id>
<ModifiedOn>2026-06-03T18:13:13.2531021+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_shipto_street_id>
<ucc_token>sample string 14</ucc_token>
<ucc_total_payment_for_products>1</ucc_total_payment_for_products>
</Order>
</ArrayOfOrder>
application/bson
Binary JSON content. See http://bsonspec.org for details.