GET API/AgendServManter/ListarParametrizPorTipo/{agendTipoServId}

Retorna uma lista contendo os parametros de validação e obrigatoriedade dos campos.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
agendTipoServId

Id do tipo de serviço

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScAgendTipoServParam
NameDescriptionTypeAdditional information
Id

decimal number

None.

AgendTipoServId

decimal number

None.

CodParam

string

None.

DscParam

string

None.

ValParam

string

None.

IndTipoParam

string

None.

Instancia

WilsonSons.Arquitetura.Framework.GenericObjectHandler.Modelo.BaseDTO

None.

Estado

System.Data.DataRowState

None.

Filtrado

boolean

None.

Original

WilsonSons.Arquitetura.Framework.GenericObjectHandler.Modelo.BaseDTO

None.

FoiAlterado

boolean

None.

Lista

Collection of Object

None.

EdicaoIniciada

boolean

None.

AdicaoPendente

boolean

None.

ErroValidacao

string

None.

ErroValidacaoItem

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1.0,
    "AgendTipoServId": 2.0,
    "CodParam": "sample string 3",
    "DscParam": "sample string 4",
    "ValParam": "sample string 5",
    "IndTipoParam": "sample string 6"
  },
  {
    "Id": 1.0,
    "AgendTipoServId": 2.0,
    "CodParam": "sample string 3",
    "DscParam": "sample string 4",
    "ValParam": "sample string 5",
    "IndTipoParam": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfScAgendTipoServParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
  <ScAgendTipoServParam>
    <Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id>
    <AgendTipoServId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</AgendTipoServId>
    <CodParam xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</CodParam>
    <DscParam xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</DscParam>
    <ValParam xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</ValParam>
    <IndTipoParam xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</IndTipoParam>
  </ScAgendTipoServParam>
  <ScAgendTipoServParam>
    <Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id>
    <AgendTipoServId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</AgendTipoServId>
    <CodParam xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</CodParam>
    <DscParam xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</DscParam>
    <ValParam xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</ValParam>
    <IndTipoParam xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</IndTipoParam>
  </ScAgendTipoServParam>
</ArrayOfScAgendTipoServParam>