POST api/contactsconference

יצירה של משתתף באירוע

Request Information

URI Parameters

None.

Body Parameters

ucc_ContactsConference
NameDescriptionTypeAdditional information
ucc_ContactId

איש קשר

ContactRefernce

None.

ucc_Accompanying

האם נלווה?

boolean

None.

ucc_status

סטטוס הרשמה

ucc_contactsconferenceStatus

None.

ucc_ConferenceId

אירוע

ConferenceReference

None.

ucc_participation_type

סוג השתתפות

ucc_participation_type

None.

ucc_contactsconference_parent_id

רשומת אב

ucc_ContactsConferenceReference

None.

ucc_sal_kniya_id

סל הזמנה פיתוח

OrderReference

None.

ucc_conference_type_code

סוג אירוע

ucc_conference_type_code

None.

ucc_id

ת.ז של המשתתף

string

None.

Id

Dynamics 365 primary key.

globally unique identifier

None.

CreatedOn

נוצר ב

date

None.

ModifiedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ucc_ContactId": {
    "displayName": "sample string 1",
    "id": "2b6af5b7-ab97-4d32-9d2b-e79d99fba8eb",
    "createdOn": "2026-06-03T18:12:29.1003742+00:00",
    "modifiedOn": "2026-06-03T18:12:29.1003742+00:00"
  },
  "ucc_Accompanying": true,
  "ucc_status": 2,
  "ucc_ConferenceId": {
    "displayName": "sample string 1",
    "id": "a2c7cd75-a4c4-4824-b375-9e187d521dc0",
    "createdOn": "2026-06-03T18:12:29.1003742+00:00",
    "modifiedOn": "2026-06-03T18:12:29.1003742+00:00"
  },
  "ucc_participation_type": 801270000,
  "ucc_contactsconference_parent_id": {
    "displayName": "sample string 1",
    "id": "8695ebee-099b-474f-8319-18d91f0f63ff",
    "createdOn": "2026-06-03T18:12:29.1003742+00:00",
    "modifiedOn": "2026-06-03T18:12:29.1003742+00:00"
  },
  "ucc_sal_kniya_id": {
    "displayName": "sample string 1",
    "id": "54480922-1908-48bd-80eb-e0bf4f947bb8",
    "createdOn": "2026-06-03T18:12:29.1003742+00:00",
    "modifiedOn": "2026-06-03T18:12:29.1003742+00:00"
  },
  "ucc_conference_type_code": 1,
  "ucc_id": "sample string 1",
  "id": "b0fd1a7b-4f35-4266-a178-84af5a2de0f3",
  "createdOn": "2026-06-03T18:12:29.1003742+00:00",
  "modifiedOn": "2026-06-03T18:12:29.1003742+00:00"
}

application/xml, text/xml

Sample:
<ucc_ContactsConference 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:29.1003742+00:00</CreatedOn>
  <Id>b0fd1a7b-4f35-4266-a178-84af5a2de0f3</Id>
  <ModifiedOn>2026-06-03T18:12:29.1003742+00:00</ModifiedOn>
  <ucc_Accompanying>true</ucc_Accompanying>
  <ucc_ConferenceId>
    <CreatedOn>2026-06-03T18:12:29.1003742+00:00</CreatedOn>
    <Id>a2c7cd75-a4c4-4824-b375-9e187d521dc0</Id>
    <ModifiedOn>2026-06-03T18:12:29.1003742+00:00</ModifiedOn>
    <DisplayName>sample string 1</DisplayName>
  </ucc_ConferenceId>
  <ucc_ContactId>
    <CreatedOn>2026-06-03T18:12:29.1003742+00:00</CreatedOn>
    <Id>2b6af5b7-ab97-4d32-9d2b-e79d99fba8eb</Id>
    <ModifiedOn>2026-06-03T18:12:29.1003742+00:00</ModifiedOn>
    <DisplayName>sample string 1</DisplayName>
  </ucc_ContactId>
  <ucc_conference_type_code>Opt_1</ucc_conference_type_code>
  <ucc_contactsconference_parent_id>
    <CreatedOn>2026-06-03T18:12:29.1003742+00:00</CreatedOn>
    <Id>8695ebee-099b-474f-8319-18d91f0f63ff</Id>
    <ModifiedOn>2026-06-03T18:12:29.1003742+00:00</ModifiedOn>
    <DisplayName>sample string 1</DisplayName>
  </ucc_contactsconference_parent_id>
  <ucc_id>sample string 1</ucc_id>
  <ucc_participation_type>Opt801270000</ucc_participation_type>
  <ucc_sal_kniya_id>
    <CreatedOn>2026-06-03T18:12:29.1003742+00:00</CreatedOn>
    <Id>54480922-1908-48bd-80eb-e0bf4f947bb8</Id>
    <ModifiedOn>2026-06-03T18:12:29.1003742+00:00</ModifiedOn>
    <DisplayName>sample string 1</DisplayName>
  </ucc_sal_kniya_id>
  <ucc_status>Opt2</ucc_status>
</ucc_ContactsConference>

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

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.