GET api/ucc_entitelment/list/{ucc_customer}

הוספה של שליפה [get] בישות זכאויות לפי : זכאות + איש קשר [ucc_customer]

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ucc_customer

איש קשר

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

ucc_entitelment list.

Collection of ucc_entitelment
NameDescriptionTypeAdditional information
ucc_customer

לקוח (בדיקת מידע ארגון/איש קשר)

CustomerRelationship

None.

ucc_Coupon_Id

בדיקת מידע (לישות קופון והטבה ucc_coupons)

ucc_couponsReference

None.

ucc_Product_Id

בדיקת מידע (לישות מוצר לשכה ucc_products_services)

ucc_products_servicesReference

None.

StateCode

מצב 0 - Active 1 - Inactive

integer

None.

ucc_cost

מחיר מחירון

decimal number

None.

ucc_calculated_price

מחיר לאחר הנחה

decimal number

None.

Id

Dynamics 365 primary key.

globally unique identifier

None.

CreatedOn

נוצר ב

date

None.

ModifiedOn

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ucc_customer": {
      "displayName": "sample string 1",
      "id": "000d9da2-4aae-4dce-abe0-9203e931eeb0",
      "createdOn": "2026-06-03T18:13:59.7510035+00:00",
      "modifiedOn": "2026-06-03T18:13:59.7510035+00:00"
    },
    "ucc_Coupon_Id": {
      "displayName": "sample string 1",
      "id": "01e68f92-3948-45a2-9d2f-ba95fb759585",
      "createdOn": "2026-06-03T18:13:59.7510035+00:00",
      "modifiedOn": "2026-06-03T18:13:59.7510035+00:00"
    },
    "ucc_Product_Id": {
      "displayName": "sample string 1",
      "id": "97340e05-c514-464b-8a16-6bee3155176d",
      "createdOn": "2026-06-03T18:13:59.7510035+00:00",
      "modifiedOn": "2026-06-03T18:13:59.7510035+00:00"
    },
    "stateCode": 1,
    "ucc_cost": 1.0,
    "ucc_calculated_price": 1.0,
    "id": "4e3cea01-bd5f-43b0-af07-1eddcf6bf0f5",
    "createdOn": "2026-06-03T18:13:59.7510035+00:00",
    "modifiedOn": "2026-06-03T18:13:59.7510035+00:00"
  },
  {
    "ucc_customer": {
      "displayName": "sample string 1",
      "id": "000d9da2-4aae-4dce-abe0-9203e931eeb0",
      "createdOn": "2026-06-03T18:13:59.7510035+00:00",
      "modifiedOn": "2026-06-03T18:13:59.7510035+00:00"
    },
    "ucc_Coupon_Id": {
      "displayName": "sample string 1",
      "id": "01e68f92-3948-45a2-9d2f-ba95fb759585",
      "createdOn": "2026-06-03T18:13:59.7510035+00:00",
      "modifiedOn": "2026-06-03T18:13:59.7510035+00:00"
    },
    "ucc_Product_Id": {
      "displayName": "sample string 1",
      "id": "97340e05-c514-464b-8a16-6bee3155176d",
      "createdOn": "2026-06-03T18:13:59.7510035+00:00",
      "modifiedOn": "2026-06-03T18:13:59.7510035+00:00"
    },
    "stateCode": 1,
    "ucc_cost": 1.0,
    "ucc_calculated_price": 1.0,
    "id": "4e3cea01-bd5f-43b0-af07-1eddcf6bf0f5",
    "createdOn": "2026-06-03T18:13:59.7510035+00:00",
    "modifiedOn": "2026-06-03T18:13:59.7510035+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfucc_entitelment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
  <ucc_entitelment>
    <CreatedOn>2026-06-03T18:13:59.7510035+00:00</CreatedOn>
    <Id>4e3cea01-bd5f-43b0-af07-1eddcf6bf0f5</Id>
    <ModifiedOn>2026-06-03T18:13:59.7510035+00:00</ModifiedOn>
    <StateCode>1</StateCode>
    <ucc_Coupon_Id>
      <CreatedOn>2026-06-03T18:13:59.7510035+00:00</CreatedOn>
      <Id>01e68f92-3948-45a2-9d2f-ba95fb759585</Id>
      <ModifiedOn>2026-06-03T18:13:59.7510035+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_Coupon_Id>
    <ucc_Product_Id>
      <CreatedOn>2026-06-03T18:13:59.7510035+00:00</CreatedOn>
      <Id>97340e05-c514-464b-8a16-6bee3155176d</Id>
      <ModifiedOn>2026-06-03T18:13:59.7510035+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_Product_Id>
    <ucc_calculated_price>1</ucc_calculated_price>
    <ucc_cost>1</ucc_cost>
    <ucc_customer>
      <CreatedOn>2026-06-03T18:13:59.7510035+00:00</CreatedOn>
      <Id>000d9da2-4aae-4dce-abe0-9203e931eeb0</Id>
      <ModifiedOn>2026-06-03T18:13:59.7510035+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_customer>
  </ucc_entitelment>
  <ucc_entitelment>
    <CreatedOn>2026-06-03T18:13:59.7510035+00:00</CreatedOn>
    <Id>4e3cea01-bd5f-43b0-af07-1eddcf6bf0f5</Id>
    <ModifiedOn>2026-06-03T18:13:59.7510035+00:00</ModifiedOn>
    <StateCode>1</StateCode>
    <ucc_Coupon_Id>
      <CreatedOn>2026-06-03T18:13:59.7510035+00:00</CreatedOn>
      <Id>01e68f92-3948-45a2-9d2f-ba95fb759585</Id>
      <ModifiedOn>2026-06-03T18:13:59.7510035+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_Coupon_Id>
    <ucc_Product_Id>
      <CreatedOn>2026-06-03T18:13:59.7510035+00:00</CreatedOn>
      <Id>97340e05-c514-464b-8a16-6bee3155176d</Id>
      <ModifiedOn>2026-06-03T18:13:59.7510035+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_Product_Id>
    <ucc_calculated_price>1</ucc_calculated_price>
    <ucc_cost>1</ucc_cost>
    <ucc_customer>
      <CreatedOn>2026-06-03T18:13:59.7510035+00:00</CreatedOn>
      <Id>000d9da2-4aae-4dce-abe0-9203e931eeb0</Id>
      <ModifiedOn>2026-06-03T18:13:59.7510035+00:00</ModifiedOn>
      <DisplayName>sample string 1</DisplayName>
    </ucc_customer>
  </ucc_entitelment>
</ArrayOfucc_entitelment>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.