GET api/ProgramasTPVs/GetProgramasTPV?sectoresId={sectoresId}
Devuelve los programas TPV para el sector/es indicados.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sectoresId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ProgramasTPVName | Description | Type | Additional 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>