GET Api/Exporta/ListProducao?_competencia={_competencia}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_competencia

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ExportaProducao
NameDescriptionTypeAdditional information
CD_VINCULO

integer

None.

CD_VINCULO_EXTERNO

string

None.

NOME

string

None.

CPF

string

None.

CD_LOTACAO

integer

None.

CD_LOTACAO_EXTERNA

string

None.

DE_LOTACAO_EXTERNA

string

None.

DE_LOTACAO

string

None.

NR_COMPETENCIA

integer

None.

QT_HORAS

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CD_VINCULO": 1,
    "CD_VINCULO_EXTERNO": "sample string 2",
    "NOME": "sample string 3",
    "CPF": "sample string 4",
    "CD_LOTACAO": 5,
    "CD_LOTACAO_EXTERNA": "sample string 6",
    "DE_LOTACAO_EXTERNA": "sample string 7",
    "DE_LOTACAO": "sample string 8",
    "NR_COMPETENCIA": 9,
    "QT_HORAS": 10.1
  },
  {
    "CD_VINCULO": 1,
    "CD_VINCULO_EXTERNO": "sample string 2",
    "NOME": "sample string 3",
    "CPF": "sample string 4",
    "CD_LOTACAO": 5,
    "CD_LOTACAO_EXTERNA": "sample string 6",
    "DE_LOTACAO_EXTERNA": "sample string 7",
    "DE_LOTACAO": "sample string 8",
    "NR_COMPETENCIA": 9,
    "QT_HORAS": 10.1
  }
]

application/xml, text/xml

Sample:
<ArrayOfExportaProducao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GCOOP.EntityLayer.WebAPI">
  <ExportaProducao>
    <CD_LOTACAO>5</CD_LOTACAO>
    <CD_LOTACAO_EXTERNA>sample string 6</CD_LOTACAO_EXTERNA>
    <CD_VINCULO>1</CD_VINCULO>
    <CD_VINCULO_EXTERNO>sample string 2</CD_VINCULO_EXTERNO>
    <CPF>sample string 4</CPF>
    <DE_LOTACAO>sample string 8</DE_LOTACAO>
    <DE_LOTACAO_EXTERNA>sample string 7</DE_LOTACAO_EXTERNA>
    <NOME>sample string 3</NOME>
    <NR_COMPETENCIA>9</NR_COMPETENCIA>
    <QT_HORAS>10.1</QT_HORAS>
  </ExportaProducao>
  <ExportaProducao>
    <CD_LOTACAO>5</CD_LOTACAO>
    <CD_LOTACAO_EXTERNA>sample string 6</CD_LOTACAO_EXTERNA>
    <CD_VINCULO>1</CD_VINCULO>
    <CD_VINCULO_EXTERNO>sample string 2</CD_VINCULO_EXTERNO>
    <CPF>sample string 4</CPF>
    <DE_LOTACAO>sample string 8</DE_LOTACAO>
    <DE_LOTACAO_EXTERNA>sample string 7</DE_LOTACAO_EXTERNA>
    <NOME>sample string 3</NOME>
    <NR_COMPETENCIA>9</NR_COMPETENCIA>
    <QT_HORAS>10.1</QT_HORAS>
  </ExportaProducao>
</ArrayOfExportaProducao>