POST api/postralcode

יצירה של רשומה חדשה

Request Information

URI Parameters

None.

Body Parameters

מיקוד

ucc_postalcode
NameDescriptionTypeAdditional 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": "28515556-4ca1-4332-bee4-35fb5b1032d4",
  "createdOn": "2026-06-03T18:11:10.5448113+00:00",
  "modifiedOn": "2026-06-03T18:11:10.5448113+00:00"
}

application/xml, text/xml

Sample:
<ucc_postalcode 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:10.5448113+00:00</CreatedOn>
  <Id>28515556-4ca1-4332-bee4-35fb5b1032d4</Id>
  <ModifiedOn>2026-06-03T18:11:10.5448113+00:00</ModifiedOn>
  <DisplayName>sample string 1</DisplayName>
</ucc_postalcode>

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_postalcode'.

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.