PUT api/examinee/{id}
עדכון נבחן באירוע
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "d9e91193-98bc-45c6-9da5-72d54740f854",
"createdOn": "2026-06-03T18:12:03.2987597+00:00",
"modifiedOn": "2026-06-03T18:12:03.2987597+00:00"
},
"ucc_conference_id": {
"displayName": "sample string 1",
"id": "58ea56f9-172b-4935-8f55-8736fe6e31b5",
"createdOn": "2026-06-03T18:12:03.2987597+00:00",
"modifiedOn": "2026-06-03T18:12:03.2987597+00:00"
},
"id": "c27b6fc9-285c-412e-be41-44ea4e2b191f",
"createdOn": "2026-06-03T18:12:03.2987597+00:00",
"modifiedOn": "2026-06-03T18:12:03.2987597+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:12:03.2987597+00:00</CreatedOn>
<Id>c27b6fc9-285c-412e-be41-44ea4e2b191f</Id>
<ModifiedOn>2026-06-03T18:12:03.2987597+00:00</ModifiedOn>
<ucc_conference_id>
<CreatedOn>2026-06-03T18:12:03.2987597+00:00</CreatedOn>
<Id>58ea56f9-172b-4935-8f55-8736fe6e31b5</Id>
<ModifiedOn>2026-06-03T18:12:03.2987597+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_conference_id>
<ucc_contact_id>
<CreatedOn>2026-06-03T18:12:03.2987597+00:00</CreatedOn>
<Id>d9e91193-98bc-45c6-9da5-72d54740f854</Id>
<ModifiedOn>2026-06-03T18:12:03.2987597+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.