POST api/Udf/GetUdfsLinesData
Request Information
URI Parameters
None.
Body Parameters
UdfLinesSource| Name | Description | Type | Additional information |
|---|---|---|---|
| UdfslinesSource | Collection of UdfLineSource |
None. |
Request Formats
application/json, text/json
Sample:
{
"UdfslinesSource": [
{
"Index": "sample string 1",
"KeyLine": "sample string 2",
"Key": "sample string 3",
"Value": "sample string 4",
"ValueLine": "sample string 5",
"TableId": "sample string 6",
"UdfsTarget": [
{
"Name": "sample string 1",
"FieldType": "sample string 2",
"Value": "sample string 3"
},
{
"Name": "sample string 1",
"FieldType": "sample string 2",
"Value": "sample string 3"
}
]
},
{
"Index": "sample string 1",
"KeyLine": "sample string 2",
"Key": "sample string 3",
"Value": "sample string 4",
"ValueLine": "sample string 5",
"TableId": "sample string 6",
"UdfsTarget": [
{
"Name": "sample string 1",
"FieldType": "sample string 2",
"Value": "sample string 3"
},
{
"Name": "sample string 1",
"FieldType": "sample string 2",
"Value": "sample string 3"
}
]
}
]
}
application/xml, text/xml
Sample:
<UdfLinesSource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSSUPER.MODELS">
<UdfslinesSource>
<UdfLineSource>
<Index>sample string 1</Index>
<Key>sample string 3</Key>
<KeyLine>sample string 2</KeyLine>
<TableId>sample string 6</TableId>
<UdfsTarget>
<UdfTarget>
<FieldType>sample string 2</FieldType>
<Name>sample string 1</Name>
<Value>sample string 3</Value>
</UdfTarget>
<UdfTarget>
<FieldType>sample string 2</FieldType>
<Name>sample string 1</Name>
<Value>sample string 3</Value>
</UdfTarget>
</UdfsTarget>
<Value>sample string 4</Value>
<ValueLine>sample string 5</ValueLine>
</UdfLineSource>
<UdfLineSource>
<Index>sample string 1</Index>
<Key>sample string 3</Key>
<KeyLine>sample string 2</KeyLine>
<TableId>sample string 6</TableId>
<UdfsTarget>
<UdfTarget>
<FieldType>sample string 2</FieldType>
<Name>sample string 1</Name>
<Value>sample string 3</Value>
</UdfTarget>
<UdfTarget>
<FieldType>sample string 2</FieldType>
<Name>sample string 1</Name>
<Value>sample string 3</Value>
</UdfTarget>
</UdfsTarget>
<Value>sample string 4</Value>
<ValueLine>sample string 5</ValueLine>
</UdfLineSource>
</UdfslinesSource>
</UdfLinesSource>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |