GET API/AgendServAcompOS/ListarTipos?grupoServId={grupoServId}

Retorna uma lista com os tipos.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
grupoServId

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwAgendTipoServ
NameDescriptionTypeAdditional information
AgendTipoServId

decimal number

None.

AgendGrupoServId

decimal number

None.

CodGrupo

string

None.

RefTipoServ

string

None.

DscTipoServ

string

None.

FlgVerifCapacid

string

None.

FlgExigeTransp

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:
[
  {
    "AgendTipoServId": 1.0,
    "AgendGrupoServId": 2.0,
    "CodGrupo": "sample string 3",
    "RefTipoServ": "sample string 4",
    "DscTipoServ": "sample string 5",
    "FlgVerifCapacid": "sample string 6",
    "FlgExigeTransp": "sample string 7"
  },
  {
    "AgendTipoServId": 1.0,
    "AgendGrupoServId": 2.0,
    "CodGrupo": "sample string 3",
    "RefTipoServ": "sample string 4",
    "DscTipoServ": "sample string 5",
    "FlgVerifCapacid": "sample string 6",
    "FlgExigeTransp": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVwAgendTipoServ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
  <VwAgendTipoServ>
    <AgendTipoServId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</AgendTipoServId>
    <AgendGrupoServId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</AgendGrupoServId>
    <CodGrupo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</CodGrupo>
    <RefTipoServ xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</RefTipoServ>
    <DscTipoServ xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</DscTipoServ>
    <FlgVerifCapacid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</FlgVerifCapacid>
    <FlgExigeTransp xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</FlgExigeTransp>
  </VwAgendTipoServ>
  <VwAgendTipoServ>
    <AgendTipoServId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</AgendTipoServId>
    <AgendGrupoServId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</AgendGrupoServId>
    <CodGrupo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</CodGrupo>
    <RefTipoServ xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</RefTipoServ>
    <DscTipoServ xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</DscTipoServ>
    <FlgVerifCapacid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</FlgVerifCapacid>
    <FlgExigeTransp xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</FlgExigeTransp>
  </VwAgendTipoServ>
</ArrayOfVwAgendTipoServ>