POST api/contactcommitte

יצירה של רשומה חדש עבור איש קשר בועדה

Request Information

URI Parameters

None.

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": "d077f98a-afa8-4a01-8aa5-ce3af2b6df9b",
    "createdOn": "2026-06-03T18:11:41.221673+00:00",
    "modifiedOn": "2026-06-03T18:11:41.221673+00:00"
  },
  "ucc_committeeId": {
    "displayName": "sample string 1",
    "id": "c79004fe-bfa6-4627-8f13-7af2213782b1",
    "createdOn": "2026-06-03T18:11:41.221673+00:00",
    "modifiedOn": "2026-06-03T18:11:41.221673+00:00"
  },
  "ucc_Committeeroleid": {
    "displayName": "sample string 1",
    "id": "0968ae65-2625-4834-89b8-e7f80a05b656",
    "createdOn": "2026-06-03T18:11:41.221673+00:00",
    "modifiedOn": "2026-06-03T18:11:41.221673+00:00"
  },
  "ucc_contact_committee_status": 801270000,
  "ucc_StartDate": "2026-06-03T18:11:41.221673+00:00",
  "ucc_committeeenddate": "2026-06-03T18:11:41.221673+00:00",
  "id": "199b3dc3-3a1f-4853-a5ed-9d995b11bb65",
  "createdOn": "2026-06-03T18:11:41.221673+00:00",
  "modifiedOn": "2026-06-03T18:11:41.221673+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:11:41.221673+00:00</CreatedOn>
  <Id>199b3dc3-3a1f-4853-a5ed-9d995b11bb65</Id>
  <ModifiedOn>2026-06-03T18:11:41.221673+00:00</ModifiedOn>
  <ucc_Committeeroleid>
    <CreatedOn>2026-06-03T18:11:41.221673+00:00</CreatedOn>
    <Id>0968ae65-2625-4834-89b8-e7f80a05b656</Id>
    <ModifiedOn>2026-06-03T18:11:41.221673+00:00</ModifiedOn>
    <DisplayName>sample string 1</DisplayName>
  </ucc_Committeeroleid>
  <ucc_ContactId>
    <CreatedOn>2026-06-03T18:11:41.221673+00:00</CreatedOn>
    <Id>d077f98a-afa8-4a01-8aa5-ce3af2b6df9b</Id>
    <ModifiedOn>2026-06-03T18:11:41.221673+00:00</ModifiedOn>
    <DisplayName>sample string 1</DisplayName>
  </ucc_ContactId>
  <ucc_StartDate>2026-06-03T18:11:41.221673+00:00</ucc_StartDate>
  <ucc_committeeId>
    <CreatedOn>2026-06-03T18:11:41.221673+00:00</CreatedOn>
    <Id>c79004fe-bfa6-4627-8f13-7af2213782b1</Id>
    <ModifiedOn>2026-06-03T18:11:41.221673+00:00</ModifiedOn>
    <DisplayName>sample string 1</DisplayName>
  </ucc_committeeId>
  <ucc_committeeenddate>2026-06-03T18:11:41.221673+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.