POST api/streets
יצירה של רשומה חדשה
Request Information
URI Parameters
None.
Body Parameters
רחוב
ucc_street| Name | Description | Type | Additional information |
|---|---|---|---|
| DisplayName |
שם לתצוגה |
string |
None. |
| Id |
Dynamics 365 primary key. |
globally unique identifier |
None. |
| CreatedOn |
נוצר ב |
date |
None. |
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"displayName": "sample string 1",
"id": "ad29a0c9-e68d-4cb1-b44c-4a6d3a1bcfb1",
"createdOn": "2026-06-03T18:11:41.3583064+00:00",
"modifiedOn": "2026-06-03T18:11:41.3583064+00:00"
}
application/xml, text/xml
Sample:
<ucc_street 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:41.3583064+00:00</CreatedOn> <Id>ad29a0c9-e68d-4cb1-b44c-4a6d3a1bcfb1</Id> <ModifiedOn>2026-06-03T18:11:41.3583064+00:00</ModifiedOn> <DisplayName>sample string 1</DisplayName> </ucc_street>
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.