PUT api/ucc_knowledge_first_level/update/{id}?itemid={itemid}

עדכון תחום ראשי

Request Information

URI Parameters

NameDescriptionTypeAdditional information
itemid

מזהה יחודי של פריט

globally unique identifier

Required

id

string

None.

Body Parameters

תחום ראשי

ucc_knowledge_first_level
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ucc_knowledge_first_level'.

application/bson

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

Response Information

Resource Description

תוצאות פעולה

IHttpActionResult

None.

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.