GET api/ExcelDataReader?concated_names={concated_names}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| concated_names | string |
Required |
Body Parameters
upload_field_config_dc| Name | Description | Type | Additional information |
|---|---|---|---|
| FieldName | string |
None. |
|
| FieldTable | string |
None. |
|
| FieldDisplay | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FieldName": "sample string 1",
"FieldTable": "sample string 2",
"FieldDisplay": "sample string 3"
}
application/xml, text/xml
Sample:
<upload_field_config_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers"> <FieldDisplay>sample string 3</FieldDisplay> <FieldName>sample string 1</FieldName> <FieldTable>sample string 2</FieldTable> </upload_field_config_dc>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Dictionary of string [key] and integer [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": 1,
"sample string 2": 1
}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringNullableOfintU6ho3Bhd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfstringNullableOfintU6ho3Bhd>
<Key>sample string 1</Key>
<Value>1</Value>
</KeyValueOfstringNullableOfintU6ho3Bhd>
<KeyValueOfstringNullableOfintU6ho3Bhd>
<Key>sample string 2</Key>
<Value>1</Value>
</KeyValueOfstringNullableOfintU6ho3Bhd>
</ArrayOfKeyValueOfstringNullableOfintU6ho3Bhd>