GET api/CaseFilling/Arbitration
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Option| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Value | string |
None. |
|
| ParentId | Collection of integer |
None. |
|
| ParentNameType | string |
None. |
|
| ChildNameType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"Value": "sample string 3",
"ParentId": [
1,
2
],
"ParentNameType": "sample string 4",
"ChildNameType": "sample string 5"
},
{
"Id": 1,
"Name": "sample string 2",
"Value": "sample string 3",
"ParentId": [
1,
2
],
"ParentNameType": "sample string 4",
"ChildNameType": "sample string 5"
}
]
text/html
Sample:
[{"Id":1,"Name":"sample string 2","Value":"sample string 3","ParentId":[1,2],"ParentNameType":"sample string 4","ChildNameType":"sample string 5"},{"Id":1,"Name":"sample string 2","Value":"sample string 3","ParentId":[1,2],"ParentNameType":"sample string 4","ChildNameType":"sample string 5"}]
application/xml, text/xml
Sample:
<ArrayOfOption xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATLAS.Entities">
<Option>
<ChildNameType>sample string 5</ChildNameType>
<Id>1</Id>
<Name>sample string 2</Name>
<ParentId xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</ParentId>
<ParentNameType>sample string 4</ParentNameType>
<Value>sample string 3</Value>
</Option>
<Option>
<ChildNameType>sample string 5</ChildNameType>
<Id>1</Id>
<Name>sample string 2</Name>
<ParentId xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</ParentId>
<ParentNameType>sample string 4</ParentNameType>
<Value>sample string 3</Value>
</Option>
</ArrayOfOption>
multipart/form-data
Sample:
<ArrayOfOption xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATLAS.Entities"><Option><ChildNameType>sample string 5</ChildNameType><Id>1</Id><Name>sample string 2</Name><ParentId xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d3p1:int>1</d3p1:int><d3p1:int>2</d3p1:int></ParentId><ParentNameType>sample string 4</ParentNameType><Value>sample string 3</Value></Option><Option><ChildNameType>sample string 5</ChildNameType><Id>1</Id><Name>sample string 2</Name><ParentId xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d3p1:int>1</d3p1:int><d3p1:int>2</d3p1:int></ParentId><ParentNameType>sample string 4</ParentNameType><Value>sample string 3</Value></Option></ArrayOfOption>