PUT api/contactcommitte?itemid={itemid}

עדכון איש קשר בועדה

Request Information

URI Parameters

NameDescriptionTypeAdditional information
itemid

מזהה יחודי של פריט איש קשר בועדה

globally unique identifier

Required

Body Parameters

איש קשר בועדה

ucc_ContactCommitte
NameDescriptionTypeAdditional information
ucc_roledescription

תיאור

string

None.

ucc_ContactId

מצביע ל-איש קשר

ContactRefernce

None.

ucc_committeeId

מצביע ל-ועדה

ucc_committeeReference

None.

ucc_Committeeroleid

מצביע ל-תפקיד בועדה

ucc_committeeroleReference

None.

ucc_contact_committee_status

סטטוס חברות בועדה

ucc_contact_committee_status

None.

ucc_StartDate

הצטרף ב

date

None.

ucc_committeeenddate

תאריך סיום

date

None.

Id

Dynamics 365 primary key.

globally unique identifier

None.

CreatedOn

נוצר ב

date

None.

ModifiedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ucc_roledescription": "sample string 1",
  "ucc_ContactId": {
    "displayName": "sample string 1",
    "id": "c5dc8645-d8ce-469e-9157-f1d6150aa27d",
    "createdOn": "2026-06-03T18:12:44.6983606+00:00",
    "modifiedOn": "2026-06-03T18:12:44.6983606+00:00"
  },
  "ucc_committeeId": {
    "displayName": "sample string 1",
    "id": "5ddb404a-5261-4074-8be5-ba9e15ce04d9",
    "createdOn": "2026-06-03T18:12:44.6983606+00:00",
    "modifiedOn": "2026-06-03T18:12:44.6983606+00:00"
  },
  "ucc_Committeeroleid": {
    "displayName": "sample string 1",
    "id": "454d3c69-150a-4cd3-9922-0e432894df7e",
    "createdOn": "2026-06-03T18:12:44.6983606+00:00",
    "modifiedOn": "2026-06-03T18:12:44.6983606+00:00"
  },
  "ucc_contact_committee_status": 801270000,
  "ucc_StartDate": "2026-06-03T18:12:44.6983606+00:00",
  "ucc_committeeenddate": "2026-06-03T18:12:44.6983606+00:00",
  "id": "d956c811-412a-410c-a288-246207aa2c05",
  "createdOn": "2026-06-03T18:12:44.6983606+00:00",
  "modifiedOn": "2026-06-03T18:12:44.6983606+00:00"
}

application/xml, text/xml

Sample:
<ucc_ContactCommitte 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:44.6983606+00:00</CreatedOn>
  <Id>d956c811-412a-410c-a288-246207aa2c05</Id>
  <ModifiedOn>2026-06-03T18:12:44.6983606+00:00</ModifiedOn>
  <ucc_Committeeroleid>
    <CreatedOn>2026-06-03T18:12:44.6983606+00:00</CreatedOn>
    <Id>454d3c69-150a-4cd3-9922-0e432894df7e</Id>
    <ModifiedOn>2026-06-03T18:12:44.6983606+00:00</ModifiedOn>
    <DisplayName>sample string 1</DisplayName>
  </ucc_Committeeroleid>
  <ucc_ContactId>
    <CreatedOn>2026-06-03T18:12:44.6983606+00:00</CreatedOn>
    <Id>c5dc8645-d8ce-469e-9157-f1d6150aa27d</Id>
    <ModifiedOn>2026-06-03T18:12:44.6983606+00:00</ModifiedOn>
    <DisplayName>sample string 1</DisplayName>
  </ucc_ContactId>
  <ucc_StartDate>2026-06-03T18:12:44.6983606+00:00</ucc_StartDate>
  <ucc_committeeId>
    <CreatedOn>2026-06-03T18:12:44.6983606+00:00</CreatedOn>
    <Id>5ddb404a-5261-4074-8be5-ba9e15ce04d9</Id>
    <ModifiedOn>2026-06-03T18:12:44.6983606+00:00</ModifiedOn>
    <DisplayName>sample string 1</DisplayName>
  </ucc_committeeId>
  <ucc_committeeenddate>2026-06-03T18:12:44.6983606+00:00</ucc_committeeenddate>
  <ucc_contact_committee_status>Opt0</ucc_contact_committee_status>
  <ucc_roledescription>sample string 1</ucc_roledescription>
</ucc_ContactCommitte>

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

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.