POST api/KDCA/ParseExcel?sheetName={sheetName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sheetName

string

None.

Body Parameters

Stream
NameDescriptionTypeAdditional information
CanRead

boolean

None.

CanSeek

boolean

None.

CanTimeout

boolean

None.

CanWrite

boolean

None.

Length

integer

None.

Position

integer

None.

ReadTimeout

integer

None.

WriteTimeout

integer

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ChargeContacts
NameDescriptionTypeAdditional information
INSTALLATION_CODE

string

None.

KVPS_CODE

string

None.

TELEFONO_COMPLETO

string

None.

NOMBRE_COMPLETO

string

None.

NUM_VEHICULOS

integer

None.

MATRICULA

string

None.

MARCA

string

None.

MODELO

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "INSTALLATION_CODE": "sample string 1",
    "KVPS_CODE": "sample string 2",
    "TELEFONO_COMPLETO": "sample string 3",
    "NOMBRE_COMPLETO": "sample string 4",
    "NUM_VEHICULOS": 1,
    "MATRICULA": "sample string 5",
    "MARCA": "sample string 6",
    "MODELO": "sample string 7"
  },
  {
    "INSTALLATION_CODE": "sample string 1",
    "KVPS_CODE": "sample string 2",
    "TELEFONO_COMPLETO": "sample string 3",
    "NOMBRE_COMPLETO": "sample string 4",
    "NUM_VEHICULOS": 1,
    "MATRICULA": "sample string 5",
    "MARCA": "sample string 6",
    "MODELO": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfChargeContacts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KDCA.Model">
  <ChargeContacts>
    <INSTALLATION_CODE>sample string 1</INSTALLATION_CODE>
    <KVPS_CODE>sample string 2</KVPS_CODE>
    <MARCA>sample string 6</MARCA>
    <MATRICULA>sample string 5</MATRICULA>
    <MODELO>sample string 7</MODELO>
    <NOMBRE_COMPLETO>sample string 4</NOMBRE_COMPLETO>
    <NUM_VEHICULOS>1</NUM_VEHICULOS>
    <TELEFONO_COMPLETO>sample string 3</TELEFONO_COMPLETO>
  </ChargeContacts>
  <ChargeContacts>
    <INSTALLATION_CODE>sample string 1</INSTALLATION_CODE>
    <KVPS_CODE>sample string 2</KVPS_CODE>
    <MARCA>sample string 6</MARCA>
    <MATRICULA>sample string 5</MATRICULA>
    <MODELO>sample string 7</MODELO>
    <NOMBRE_COMPLETO>sample string 4</NOMBRE_COMPLETO>
    <NUM_VEHICULOS>1</NUM_VEHICULOS>
    <TELEFONO_COMPLETO>sample string 3</TELEFONO_COMPLETO>
  </ChargeContacts>
</ArrayOfChargeContacts>