PUT api/postralcode?itemid={itemid}

עדכון מיקוד

Request Information

URI Parameters

NameDescriptionTypeAdditional information
itemid

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

globally unique identifier

Required

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": "6bc93cd7-0bb8-453b-b6c0-c85f5bb78b35",
  "createdOn": "2026-06-03T18:11:09.9474589+00:00",
  "modifiedOn": "2026-06-03T18:11:09.9474589+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:09.9474589+00:00</CreatedOn>
  <Id>6bc93cd7-0bb8-453b-b6c0-c85f5bb78b35</Id>
  <ModifiedOn>2026-06-03T18:11:09.9474589+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.