GET api/arbitrationrequests/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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. |
Response 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:52.3512005+00:00",
"ucc_language_Id": {
"displayName": "sample string 1",
"id": "42f916c7-6f0c-4b8f-a4ae-3a86b26640cc",
"createdOn": "2026-06-03T18:11:52.3512005+00:00",
"modifiedOn": "2026-06-03T18:11:52.3512005+00:00"
},
"ucc_Contact": {
"displayName": "sample string 1",
"id": "4df72f4e-02fd-4680-a892-064a76a662c0",
"createdOn": "2026-06-03T18:11:52.3512005+00:00",
"modifiedOn": "2026-06-03T18:11:52.3512005+00:00"
},
"ucc_Role": "sample string 2",
"ucc_related": 801270000,
"ucc_Prosecutor_Id": {
"displayName": "sample string 1",
"id": "4df72f4e-02fd-4680-a892-064a76a662c0",
"createdOn": "2026-06-03T18:11:52.3512005+00:00",
"modifiedOn": "2026-06-03T18:11:52.3512005+00:00"
},
"ucc_Defendant_Id": {
"displayName": "sample string 1",
"id": "4df72f4e-02fd-4680-a892-064a76a662c0",
"createdOn": "2026-06-03T18:11:52.3512005+00:00",
"modifiedOn": "2026-06-03T18:11:52.3512005+00:00"
},
"id": "5a490558-0f45-4c5c-8e53-2e1d4c562c5b",
"createdOn": "2026-06-03T18:11:52.3512005+00:00",
"modifiedOn": "2026-06-03T18:11:52.3512005+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:52.3512005+00:00</CreatedOn>
<Id>5a490558-0f45-4c5c-8e53-2e1d4c562c5b</Id>
<ModifiedOn>2026-06-03T18:11:52.3512005+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:52.3512005+00:00</CreatedOn>
<Id>4df72f4e-02fd-4680-a892-064a76a662c0</Id>
<ModifiedOn>2026-06-03T18:11:52.3512005+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_Contact>
<ucc_Defendant_Id>
<CreatedOn>2026-06-03T18:11:52.3512005+00:00</CreatedOn>
<Id>4df72f4e-02fd-4680-a892-064a76a662c0</Id>
<ModifiedOn>2026-06-03T18:11:52.3512005+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_Defendant_Id>
<ucc_Prosecutor_Id>
<CreatedOn>2026-06-03T18:11:52.3512005+00:00</CreatedOn>
<Id>4df72f4e-02fd-4680-a892-064a76a662c0</Id>
<ModifiedOn>2026-06-03T18:11:52.3512005+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:52.3512005+00:00</ucc_agreement_date>
<ucc_language_Id>
<CreatedOn>2026-06-03T18:11:52.3512005+00:00</CreatedOn>
<Id>42f916c7-6f0c-4b8f-a4ae-3a86b26640cc</Id>
<ModifiedOn>2026-06-03T18:11:52.3512005+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_language_Id>
<ucc_related>Op1</ucc_related>
</Ucc_arbitrationrequest>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.