POST api/ucc_knowledge_first_level/create
יצירה של רשומה חדשה
Request Information
URI Parameters
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": "409a20f7-6f04-4d97-bb4a-37ab0f263d23",
"createdOn": "2026-06-03T18:11:43.1303412+00:00",
"modifiedOn": "2026-06-03T18:11:43.1303412+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:11:43.1303412+00:00</CreatedOn> <Id>409a20f7-6f04-4d97-bb4a-37ab0f263d23</Id> <ModifiedOn>2026-06-03T18:11:43.1303412+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.