POST api/SBApi

Request Information

URI Parameters

None.

Body Parameters

Collection of EAN13Request
NameDescriptionTypeAdditional information
EAN13

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "EAN13": "sample string 1"
  },
  {
    "EAN13": "sample string 1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfEAN13Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JSONApi.Models">
  <EAN13Request>
    <EAN13>sample string 1</EAN13>
  </EAN13Request>
  <EAN13Request>
    <EAN13>sample string 1</EAN13>
  </EAN13Request>
</ArrayOfEAN13Request>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

Collection of EAN13Response
NameDescriptionTypeAdditional information
COD_EAN13

string

None.

TITULO

string

None.

NOMBRE_AUTOR

string

None.

NOMBRE_EDITOR

string

None.

CATEGORIA

string

None.

SUBCATEGORIA

string

None.

NOMBRE_SERIE

string

None.

NOMBRE_FORMATO

string

None.

PAGINAS

decimal number

None.

PVP

decimal number

None.

FECHA_PUBLICACION

date

None.

EN_DESC

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "COD_EAN13": "sample string 1",
    "TITULO": "sample string 2",
    "NOMBRE_AUTOR": "sample string 3",
    "NOMBRE_EDITOR": "sample string 4",
    "CATEGORIA": "sample string 5",
    "SUBCATEGORIA": "sample string 6",
    "NOMBRE_SERIE": "sample string 7",
    "NOMBRE_FORMATO": "sample string 8",
    "PAGINAS": 9.0,
    "PVP": 10.0,
    "FECHA_PUBLICACION": "2025-05-09T08:31:59.3751047+02:00",
    "EN_DESC": "sample string 12"
  },
  {
    "COD_EAN13": "sample string 1",
    "TITULO": "sample string 2",
    "NOMBRE_AUTOR": "sample string 3",
    "NOMBRE_EDITOR": "sample string 4",
    "CATEGORIA": "sample string 5",
    "SUBCATEGORIA": "sample string 6",
    "NOMBRE_SERIE": "sample string 7",
    "NOMBRE_FORMATO": "sample string 8",
    "PAGINAS": 9.0,
    "PVP": 10.0,
    "FECHA_PUBLICACION": "2025-05-09T08:31:59.3751047+02:00",
    "EN_DESC": "sample string 12"
  }
]

application/xml, text/xml

Sample:
<ArrayOfEAN13Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JSONApi.Models">
  <EAN13Response>
    <CATEGORIA>sample string 5</CATEGORIA>
    <COD_EAN13>sample string 1</COD_EAN13>
    <EN_DESC>sample string 12</EN_DESC>
    <FECHA_PUBLICACION>2025-05-09T08:31:59.3751047+02:00</FECHA_PUBLICACION>
    <NOMBRE_AUTOR>sample string 3</NOMBRE_AUTOR>
    <NOMBRE_EDITOR>sample string 4</NOMBRE_EDITOR>
    <NOMBRE_FORMATO>sample string 8</NOMBRE_FORMATO>
    <NOMBRE_SERIE>sample string 7</NOMBRE_SERIE>
    <PAGINAS>9</PAGINAS>
    <PVP>10</PVP>
    <SUBCATEGORIA>sample string 6</SUBCATEGORIA>
    <TITULO>sample string 2</TITULO>
  </EAN13Response>
  <EAN13Response>
    <CATEGORIA>sample string 5</CATEGORIA>
    <COD_EAN13>sample string 1</COD_EAN13>
    <EN_DESC>sample string 12</EN_DESC>
    <FECHA_PUBLICACION>2025-05-09T08:31:59.3751047+02:00</FECHA_PUBLICACION>
    <NOMBRE_AUTOR>sample string 3</NOMBRE_AUTOR>
    <NOMBRE_EDITOR>sample string 4</NOMBRE_EDITOR>
    <NOMBRE_FORMATO>sample string 8</NOMBRE_FORMATO>
    <NOMBRE_SERIE>sample string 7</NOMBRE_SERIE>
    <PAGINAS>9</PAGINAS>
    <PVP>10</PVP>
    <SUBCATEGORIA>sample string 6</SUBCATEGORIA>
    <TITULO>sample string 2</TITULO>
  </EAN13Response>
</ArrayOfEAN13Response>