GET api/ucc_entitelment/{id}

ucc_entitelment

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

מזהה יחודי של רשומת ucc_entitelment

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

ucc_entitelment

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": "7ab95c95-d1e9-4be1-b2e2-f01dd09bc54e",
    "createdOn": "2026-06-03T18:13:30.9659242+00:00",
    "modifiedOn": "2026-06-03T18:13:30.9659242+00:00"
  },
  "ucc_Coupon_Id": {
    "displayName": "sample string 1",
    "id": "1c146a8c-d431-4c4c-a988-e417044f3890",
    "createdOn": "2026-06-03T18:13:30.9659242+00:00",
    "modifiedOn": "2026-06-03T18:13:30.9659242+00:00"
  },
  "ucc_Product_Id": {
    "displayName": "sample string 1",
    "id": "5ee4f4dc-8bf9-407e-9e5e-f0551553b162",
    "createdOn": "2026-06-03T18:13:30.9659242+00:00",
    "modifiedOn": "2026-06-03T18:13:30.9659242+00:00"
  },
  "stateCode": 1,
  "ucc_cost": 1.0,
  "ucc_calculated_price": 1.0,
  "id": "ff9c4c5f-8b17-423a-bbf4-21c4475a5504",
  "createdOn": "2026-06-03T18:13:30.9659242+00:00",
  "modifiedOn": "2026-06-03T18:13:30.9659242+00:00"
}

application/xml, text/xml

Sample:
<ucc_entitelment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
  <CreatedOn>2026-06-03T18:13:30.9659242+00:00</CreatedOn>
  <Id>ff9c4c5f-8b17-423a-bbf4-21c4475a5504</Id>
  <ModifiedOn>2026-06-03T18:13:30.9659242+00:00</ModifiedOn>
  <StateCode>1</StateCode>
  <ucc_Coupon_Id>
    <CreatedOn>2026-06-03T18:13:30.9659242+00:00</CreatedOn>
    <Id>1c146a8c-d431-4c4c-a988-e417044f3890</Id>
    <ModifiedOn>2026-06-03T18:13:30.9659242+00:00</ModifiedOn>
    <DisplayName>sample string 1</DisplayName>
  </ucc_Coupon_Id>
  <ucc_Product_Id>
    <CreatedOn>2026-06-03T18:13:30.9659242+00:00</CreatedOn>
    <Id>5ee4f4dc-8bf9-407e-9e5e-f0551553b162</Id>
    <ModifiedOn>2026-06-03T18:13:30.9659242+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:30.9659242+00:00</CreatedOn>
    <Id>7ab95c95-d1e9-4be1-b2e2-f01dd09bc54e</Id>
    <ModifiedOn>2026-06-03T18:13:30.9659242+00:00</ModifiedOn>
    <DisplayName>sample string 1</DisplayName>
  </ucc_customer>
</ucc_entitelment>

application/bson

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