POST api/importaciones
Request Information
URI Parameters
None.
Body Parameters
Importacion| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Codigo_Empresa | string |
None. |
|
| CodigoEntidad | string |
None. |
|
| tipo | string |
None. |
|
| PID | string |
None. |
|
| Path | string |
None. |
|
| Tablas | string |
None. |
|
| Estado | string |
None. |
|
| FileData | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Codigo_Empresa": "sample string 2",
"CodigoEntidad": "sample string 3",
"tipo": "sample string 4",
"PID": "sample string 5",
"Path": "sample string 6",
"Tablas": "sample string 7",
"Estado": "sample string 8",
"FileData": "QEA="
}
application/xml, text/xml
Sample:
<Importacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ControlDocumentario.Services.Models"> <CodigoEntidad>sample string 3</CodigoEntidad> <Codigo_Empresa>sample string 2</Codigo_Empresa> <Estado>sample string 8</Estado> <FileData>QEA=</FileData> <Id>1</Id> <PID>sample string 5</PID> <Path>sample string 6</Path> <Tablas>sample string 7</Tablas> <tipo>sample string 4</tipo> </Importacion>
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. |