PUT api/ucc_knowledge_first_level/update/{id}?itemid={itemid}
עדכון תחום ראשי
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| itemid |
מזהה יחודי של פריט |
globally unique identifier |
Required |
| id | string |
None. |
Body Parameters
תחום ראשי
ucc_knowledge_first_level| Name | Description | Type | Additional information |
|---|---|---|---|
| ucc_name |
שם |
string |
None. |
| Id |
Dynamics 365 primary key. |
globally unique identifier |
None. |
| CreatedOn |
נוצר ב |
date |
None. |
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ucc_name": "sample string 1",
"id": "cdc118ee-4b15-499a-bfa4-bdc78c62a78c",
"createdOn": "2026-06-03T18:12:52.2794778+00:00",
"modifiedOn": "2026-06-03T18:12:52.2794778+00:00"
}
application/xml, text/xml
Sample:
<ucc_knowledge_first_level xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel"> <CreatedOn>2026-06-03T18:12:52.2794778+00:00</CreatedOn> <Id>cdc118ee-4b15-499a-bfa4-bdc78c62a78c</Id> <ModifiedOn>2026-06-03T18:12:52.2794778+00:00</ModifiedOn> <ucc_name>sample string 1</ucc_name> </ucc_knowledge_first_level>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
תוצאות פעולה
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.