PUT api/arbitrationrequests?itemid={itemid}
עדכון בוררות
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| itemid | globally unique identifier |
Required |
Body Parameters
Ucc_arbitrationrequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ucc_ArbitrationSubjectCode |
נושא |
ucc_arbitrationsubjectcode |
None. |
| ucc_ConflictEssenceCode |
מהות הסכסוך |
ucc_conflictessencecode |
None. |
| ucc_ArbitrationContents |
תכולת הבוררות/גישור |
string |
None. |
| ucc_ArbitrationSourceCode |
מקור הגעת הבוררות |
ucc_arbitrationsourcecode |
None. |
| ucc_agreement_date |
תאריך הסכם |
date |
None. |
| ucc_language_Id |
שפה נדרשת לבורר/מגשר |
ucc_languageReference |
None. |
| ucc_Contact |
איש קשר |
ContactRefernce |
None. |
| ucc_Role |
תפקיד |
string |
None. |
| ucc_related |
קשר לפונה |
ucc_related |
None. |
| ucc_Prosecutor_Id |
צד א' (הפונה) |
ContactRefernce |
None. |
| ucc_Defendant_Id |
צד ב |
ContactRefernce |
None. |
| Id |
Dynamics 365 primary key. |
globally unique identifier |
None. |
| CreatedOn |
נוצר ב |
date |
None. |
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ucc_ArbitrationSubjectCode": 801270000,
"ucc_ConflictEssenceCode": 801270000,
"ucc_ArbitrationContents": "sample string 1",
"ucc_ArbitrationSourceCode": 801270000,
"ucc_agreement_date": "2026-06-03T18:12:29.7711503+00:00",
"ucc_language_Id": {
"displayName": "sample string 1",
"id": "e466abc5-f4d0-4e38-b96d-68a7fcb7b42a",
"createdOn": "2026-06-03T18:12:29.7711503+00:00",
"modifiedOn": "2026-06-03T18:12:29.7711503+00:00"
},
"ucc_Contact": {
"displayName": "sample string 1",
"id": "83a121e9-2abf-4ad5-877b-f25e1d7dcf58",
"createdOn": "2026-06-03T18:12:29.7711503+00:00",
"modifiedOn": "2026-06-03T18:12:29.7711503+00:00"
},
"ucc_Role": "sample string 2",
"ucc_related": 801270000,
"ucc_Prosecutor_Id": {
"displayName": "sample string 1",
"id": "83a121e9-2abf-4ad5-877b-f25e1d7dcf58",
"createdOn": "2026-06-03T18:12:29.7711503+00:00",
"modifiedOn": "2026-06-03T18:12:29.7711503+00:00"
},
"ucc_Defendant_Id": {
"displayName": "sample string 1",
"id": "83a121e9-2abf-4ad5-877b-f25e1d7dcf58",
"createdOn": "2026-06-03T18:12:29.7711503+00:00",
"modifiedOn": "2026-06-03T18:12:29.7711503+00:00"
},
"id": "f37d525c-79f1-4162-8bfd-18e6a6b82c27",
"createdOn": "2026-06-03T18:12:29.7711503+00:00",
"modifiedOn": "2026-06-03T18:12:29.7711503+00:00"
}
application/xml, text/xml
Sample:
<Ucc_arbitrationrequest 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.7711503+00:00</CreatedOn>
<Id>f37d525c-79f1-4162-8bfd-18e6a6b82c27</Id>
<ModifiedOn>2026-06-03T18:12:29.7711503+00:00</ModifiedOn>
<ucc_ArbitrationContents>sample string 1</ucc_ArbitrationContents>
<ucc_ArbitrationSourceCode>Op0</ucc_ArbitrationSourceCode>
<ucc_ArbitrationSubjectCode>Op0</ucc_ArbitrationSubjectCode>
<ucc_ConflictEssenceCode>Op0</ucc_ConflictEssenceCode>
<ucc_Contact>
<CreatedOn>2026-06-03T18:12:29.7711503+00:00</CreatedOn>
<Id>83a121e9-2abf-4ad5-877b-f25e1d7dcf58</Id>
<ModifiedOn>2026-06-03T18:12:29.7711503+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_Contact>
<ucc_Defendant_Id>
<CreatedOn>2026-06-03T18:12:29.7711503+00:00</CreatedOn>
<Id>83a121e9-2abf-4ad5-877b-f25e1d7dcf58</Id>
<ModifiedOn>2026-06-03T18:12:29.7711503+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_Defendant_Id>
<ucc_Prosecutor_Id>
<CreatedOn>2026-06-03T18:12:29.7711503+00:00</CreatedOn>
<Id>83a121e9-2abf-4ad5-877b-f25e1d7dcf58</Id>
<ModifiedOn>2026-06-03T18:12:29.7711503+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_Prosecutor_Id>
<ucc_Role>sample string 2</ucc_Role>
<ucc_agreement_date>2026-06-03T18:12:29.7711503+00:00</ucc_agreement_date>
<ucc_language_Id>
<CreatedOn>2026-06-03T18:12:29.7711503+00:00</CreatedOn>
<Id>e466abc5-f4d0-4e38-b96d-68a7fcb7b42a</Id>
<ModifiedOn>2026-06-03T18:12:29.7711503+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_language_Id>
<ucc_related>Op1</ucc_related>
</Ucc_arbitrationrequest>
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.