GET api/ucc_documents/{id}

קבלה של פריט מסמכים קשורים לפי מזהה יחודי של מסמכים קשורים

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

מזהה יחודי של מסמכים קשורים

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

פריט מסמכים קשורים

ucc_documents
NameDescriptionTypeAdditional information
ucc_link_to_libary

קישור למסמך

string

None.

ucc_eventid

אירוע - עבור ישות ucc_conference

ConferenceReference

None.

ucc_product_id

מוצר - עבור ישות ucc_products_services

ucc_products_servicesReference

None.

ucc_document_type

סוג מסמך

ucc_document_type

None.

Id

Dynamics 365 primary key.

globally unique identifier

None.

CreatedOn

נוצר ב

date

None.

ModifiedOn

date

None.

Response Formats

application/json, text/json

Sample:
{
  "ucc_link_to_libary": "Please do a URL Decode! Thanks,",
  "ucc_eventid": {
    "displayName": "שם לדוגמה",
    "id": "1f01957b-f9e7-4041-9ef1-eb6a02921409",
    "createdOn": "2026-06-01T22:17:36.7818696+00:00",
    "modifiedOn": null
  },
  "ucc_product_id": {
    "displayName": "שם לדוגמה",
    "id": "f3c150a5-589a-4288-a9c0-3b1348c036e3",
    "createdOn": "2026-06-01T22:17:36.7818696+00:00",
    "modifiedOn": null
  },
  "ucc_document_type": 801270002,
  "id": "ee2b8bf8-84cd-4f20-99e4-5254538b918b",
  "createdOn": "2026-06-01T22:17:36.7818696+00:00",
  "modifiedOn": null
}

application/xml, text/xml

Sample:
<ucc_documents xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
  <CreatedOn>2026-06-01T22:17:36.7818696+00:00</CreatedOn>
  <Id>ee2b8bf8-84cd-4f20-99e4-5254538b918b</Id>
  <ModifiedOn i:nil="true" />
  <ucc_document_type>OPT0</ucc_document_type>
  <ucc_eventid>
    <CreatedOn>2026-06-01T22:17:36.7818696+00:00</CreatedOn>
    <Id>1f01957b-f9e7-4041-9ef1-eb6a02921409</Id>
    <ModifiedOn i:nil="true" />
    <DisplayName>שם לדוגמה</DisplayName>
  </ucc_eventid>
  <ucc_link_to_libary>Please do a URL Decode! Thanks,</ucc_link_to_libary>
  <ucc_product_id>
    <CreatedOn>2026-06-01T22:17:36.7818696+00:00</CreatedOn>
    <Id>f3c150a5-589a-4288-a9c0-3b1348c036e3</Id>
    <ModifiedOn i:nil="true" />
    <DisplayName>שם לדוגמה</DisplayName>
  </ucc_product_id>
</ucc_documents>

application/bson

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