GET API/AgendServManter/ListarItensMerc/{agendServId}

Retorna uma lista contendo os itens da mercadoria.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
agendServId

Id do agendamento de serviços

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwAgendServItemMerc
NameDescriptionTypeAdditional information
AgendServItemMercId

decimal number

None.

AgendServId

decimal number

None.

AgendServItemId

decimal number

None.

MercId

decimal number

None.

MrcAntaqId

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:
[
  {
    "AgendServItemMercId": 1.0,
    "AgendServId": 2.0,
    "AgendServItemId": 3.0,
    "MercId": 4.0,
    "MrcAntaqId": "sample string 5"
  },
  {
    "AgendServItemMercId": 1.0,
    "AgendServId": 2.0,
    "AgendServItemId": 3.0,
    "MercId": 4.0,
    "MrcAntaqId": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVwAgendServItemMerc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
  <VwAgendServItemMerc>
    <AgendServItemMercId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</AgendServItemMercId>
    <AgendServId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</AgendServId>
    <AgendServItemId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</AgendServItemId>
    <MercId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</MercId>
    <MrcAntaqId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</MrcAntaqId>
  </VwAgendServItemMerc>
  <VwAgendServItemMerc>
    <AgendServItemMercId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</AgendServItemMercId>
    <AgendServId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</AgendServId>
    <AgendServItemId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</AgendServItemId>
    <MercId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</MercId>
    <MrcAntaqId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</MrcAntaqId>
  </VwAgendServItemMerc>
</ArrayOfVwAgendServItemMerc>