POST api/ImportExcel/SaveData
Request Information
URI Parameters
None.
Body Parameters
Collection of ImportExcel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Company | string |
None. |
|
| ItemCode | string |
None. |
|
| INVNo | string |
None. |
|
| Currence | string |
None. |
|
| Description | string |
None. |
|
| UPrice | decimal number |
None. |
|
| dueDateTime | date |
None. |
|
| Qty | decimal number |
None. |
|
| Client | string |
None. |
|
| City | string |
None. |
|
| street | string |
None. |
|
| street2 | string |
None. |
|
| TaxID | string |
None. |
|
| Country | string |
None. |
|
| tax | decimal number |
None. |
|
| UOM | string |
None. |
|
| Discountpresentage | decimal number |
None. |
|
| type | string |
None. |
|
| taxtype | string |
None. |
|
| documentType | string |
None. |
|
| Rate | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Company": "sample string 2",
"ItemCode": "sample string 3",
"INVNo": "sample string 4",
"Currence": "sample string 5",
"Description": "sample string 6",
"UPrice": 1.0,
"dueDateTime": "2026-03-02T18:47:55.086329+02:00",
"Qty": 1.0,
"Client": "sample string 7",
"City": "sample string 8",
"street": "sample string 9",
"street2": "sample string 10",
"TaxID": "sample string 11",
"Country": "sample string 12",
"tax": 1.0,
"UOM": "sample string 13",
"Discountpresentage": 1.0,
"type": "sample string 14",
"taxtype": "sample string 15",
"documentType": "sample string 16",
"Rate": 1.0
},
{
"ID": 1,
"Company": "sample string 2",
"ItemCode": "sample string 3",
"INVNo": "sample string 4",
"Currence": "sample string 5",
"Description": "sample string 6",
"UPrice": 1.0,
"dueDateTime": "2026-03-02T18:47:55.086329+02:00",
"Qty": 1.0,
"Client": "sample string 7",
"City": "sample string 8",
"street": "sample string 9",
"street2": "sample string 10",
"TaxID": "sample string 11",
"Country": "sample string 12",
"tax": 1.0,
"UOM": "sample string 13",
"Discountpresentage": 1.0,
"type": "sample string 14",
"taxtype": "sample string 15",
"documentType": "sample string 16",
"Rate": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfImportExcel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CentraAPI.DB">
<ImportExcel>
<City>sample string 8</City>
<Client>sample string 7</Client>
<Company>sample string 2</Company>
<Country>sample string 12</Country>
<Currence>sample string 5</Currence>
<Description>sample string 6</Description>
<Discountpresentage>1</Discountpresentage>
<ID>1</ID>
<INVNo>sample string 4</INVNo>
<ItemCode>sample string 3</ItemCode>
<Qty>1</Qty>
<Rate>1</Rate>
<TaxID>sample string 11</TaxID>
<UOM>sample string 13</UOM>
<UPrice>1</UPrice>
<documentType>sample string 16</documentType>
<dueDateTime>2026-03-02T18:47:55.086329+02:00</dueDateTime>
<street>sample string 9</street>
<street2>sample string 10</street2>
<tax>1</tax>
<taxtype>sample string 15</taxtype>
<type>sample string 14</type>
</ImportExcel>
<ImportExcel>
<City>sample string 8</City>
<Client>sample string 7</Client>
<Company>sample string 2</Company>
<Country>sample string 12</Country>
<Currence>sample string 5</Currence>
<Description>sample string 6</Description>
<Discountpresentage>1</Discountpresentage>
<ID>1</ID>
<INVNo>sample string 4</INVNo>
<ItemCode>sample string 3</ItemCode>
<Qty>1</Qty>
<Rate>1</Rate>
<TaxID>sample string 11</TaxID>
<UOM>sample string 13</UOM>
<UPrice>1</UPrice>
<documentType>sample string 16</documentType>
<dueDateTime>2026-03-02T18:47:55.086329+02:00</dueDateTime>
<street>sample string 9</street>
<street2>sample string 10</street2>
<tax>1</tax>
<taxtype>sample string 15</taxtype>
<type>sample string 14</type>
</ImportExcel>
</ArrayOfImportExcel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.