GET API/OSWebController/ListarMotivos/{cdAgrupador}

Retorna uma lista dos Motivos.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cdAgrupador

string

Required

Body Parameters

None.

Response Information

Resource Description

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

decimal number

None.

CdAgrupador

string

None.

Motivo

string

None.

Descricao

string

None.

Ativo

string

None.

Solicitante

decimal number

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,
    "CdAgrupador": "sample string 2",
    "Motivo": "sample string 3",
    "Descricao": "sample string 4",
    "Ativo": "sample string 5",
    "Solicitante": 6.0
  },
  {
    "Id": 1.0,
    "CdAgrupador": "sample string 2",
    "Motivo": "sample string 3",
    "Descricao": "sample string 4",
    "Ativo": "sample string 5",
    "Solicitante": 6.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfScOsWebMotivo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
  <ScOsWebMotivo>
    <Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id>
    <CdAgrupador xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</CdAgrupador>
    <Motivo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Motivo>
    <Descricao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</Descricao>
    <Ativo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</Ativo>
    <Solicitante xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">6</Solicitante>
  </ScOsWebMotivo>
  <ScOsWebMotivo>
    <Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id>
    <CdAgrupador xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</CdAgrupador>
    <Motivo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Motivo>
    <Descricao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</Descricao>
    <Ativo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</Ativo>
    <Solicitante xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">6</Solicitante>
  </ScOsWebMotivo>
</ArrayOfScOsWebMotivo>