POST api/arbitrationrequests
יצירה של בוררות חדשה
Request Information
URI Parameters
None.
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:11:42.58932+00:00",
"ucc_language_Id": {
"displayName": "sample string 1",
"id": "478816a7-e6bd-4ca0-8315-c18ba6788611",
"createdOn": "2026-06-03T18:11:42.58932+00:00",
"modifiedOn": "2026-06-03T18:11:42.58932+00:00"
},
"ucc_Contact": {
"displayName": "sample string 1",
"id": "f851b784-38a3-4ebe-9845-e50781052497",
"createdOn": "2026-06-03T18:11:42.58932+00:00",
"modifiedOn": "2026-06-03T18:11:42.58932+00:00"
},
"ucc_Role": "sample string 2",
"ucc_related": 801270000,
"ucc_Prosecutor_Id": {
"displayName": "sample string 1",
"id": "f851b784-38a3-4ebe-9845-e50781052497",
"createdOn": "2026-06-03T18:11:42.58932+00:00",
"modifiedOn": "2026-06-03T18:11:42.58932+00:00"
},
"ucc_Defendant_Id": {
"displayName": "sample string 1",
"id": "f851b784-38a3-4ebe-9845-e50781052497",
"createdOn": "2026-06-03T18:11:42.58932+00:00",
"modifiedOn": "2026-06-03T18:11:42.58932+00:00"
},
"id": "76890450-2876-4dc5-a54b-2f68186827db",
"createdOn": "2026-06-03T18:11:42.58932+00:00",
"modifiedOn": "2026-06-03T18:11:42.58932+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:11:42.58932+00:00</CreatedOn>
<Id>76890450-2876-4dc5-a54b-2f68186827db</Id>
<ModifiedOn>2026-06-03T18:11:42.58932+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:11:42.58932+00:00</CreatedOn>
<Id>f851b784-38a3-4ebe-9845-e50781052497</Id>
<ModifiedOn>2026-06-03T18:11:42.58932+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_Contact>
<ucc_Defendant_Id>
<CreatedOn>2026-06-03T18:11:42.58932+00:00</CreatedOn>
<Id>f851b784-38a3-4ebe-9845-e50781052497</Id>
<ModifiedOn>2026-06-03T18:11:42.58932+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_Defendant_Id>
<ucc_Prosecutor_Id>
<CreatedOn>2026-06-03T18:11:42.58932+00:00</CreatedOn>
<Id>f851b784-38a3-4ebe-9845-e50781052497</Id>
<ModifiedOn>2026-06-03T18:11:42.58932+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_Prosecutor_Id>
<ucc_Role>sample string 2</ucc_Role>
<ucc_agreement_date>2026-06-03T18:11:42.58932+00:00</ucc_agreement_date>
<ucc_language_Id>
<CreatedOn>2026-06-03T18:11:42.58932+00:00</CreatedOn>
<Id>478816a7-e6bd-4ca0-8315-c18ba6788611</Id>
<ModifiedOn>2026-06-03T18:11:42.58932+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.