GET api/ProgramasTPVs

Devuelve los programas de la base de datos.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ProgramasTPV
NameDescriptionTypeAdditional information
Id

integer

None.

Nombre

string

String length: inclusive between 0 and 50

NombrePantalla

string

String length: inclusive between 0 and 50

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Nombre": "sample string 2",
  "NombrePantalla": "sample string 3"
}

application/xml, text/xml

Sample:
<ProgramasTPV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Seed_APi_Bella_Aurora">
  <Id>1</Id>
  <Nombre>sample string 2</Nombre>
  <NombrePantalla>sample string 3</NombrePantalla>
</ProgramasTPV>