POST api/examinee
יצירה של נבחן באירוע
Request Information
URI Parameters
None.
Body Parameters
ucc_examinee| Name | Description | Type | Additional information |
|---|---|---|---|
| ucc_contact_id | ContactRefernce |
None. |
|
| ucc_conference_id | ConferenceReference |
None. |
|
| Id |
Dynamics 365 primary key. |
globally unique identifier |
None. |
| CreatedOn |
נוצר ב |
date |
None. |
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ucc_contact_id": {
"displayName": "sample string 1",
"id": "52f221de-c3de-4667-b613-2756d2168fe3",
"createdOn": "2026-06-03T18:11:42.0601271+00:00",
"modifiedOn": "2026-06-03T18:11:42.0601271+00:00"
},
"ucc_conference_id": {
"displayName": "sample string 1",
"id": "f0b62df4-de2c-4a41-8751-d866cffc40a2",
"createdOn": "2026-06-03T18:11:42.0601271+00:00",
"modifiedOn": "2026-06-03T18:11:42.0601271+00:00"
},
"id": "92feded3-6d5e-4d15-bf1e-fadf2aa2f76f",
"createdOn": "2026-06-03T18:11:42.0601271+00:00",
"modifiedOn": "2026-06-03T18:11:42.0601271+00:00"
}
application/xml, text/xml
Sample:
<ucc_examinee 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:42.0601271+00:00</CreatedOn>
<Id>92feded3-6d5e-4d15-bf1e-fadf2aa2f76f</Id>
<ModifiedOn>2026-06-03T18:11:42.0601271+00:00</ModifiedOn>
<ucc_conference_id>
<CreatedOn>2026-06-03T18:11:42.0601271+00:00</CreatedOn>
<Id>f0b62df4-de2c-4a41-8751-d866cffc40a2</Id>
<ModifiedOn>2026-06-03T18:11:42.0601271+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_conference_id>
<ucc_contact_id>
<CreatedOn>2026-06-03T18:11:42.0601271+00:00</CreatedOn>
<Id>52f221de-c3de-4667-b613-2756d2168fe3</Id>
<ModifiedOn>2026-06-03T18:11:42.0601271+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_contact_id>
</ucc_examinee>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
IHttpActionResultNone.
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.