POST api/FirstDatabankMedKnowledge/LoadExcel
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ICcxFlexTable| Name | Description | Type | Additional information |
|---|---|---|---|
| Rows | Collection of ICcxRow |
None. |
Response Formats
application/json, text/json, text/javascript
Sample:
{
"Rows": [
{
"Cells": [
"sample string 1",
"sample string 2"
]
},
{
"Cells": [
"sample string 1",
"sample string 2"
]
}
]
}