GET api/Mov/GetDeposits?_IdUser={_IdUser}&_Credentials={_Credentials}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_IdUser

integer

Required

_Credentials

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of cEntityDeposit
NameDescriptionTypeAdditional information
DateDeposit

string

None.

Types

string

None.

ValueDep

decimal number

None.

ValueTot

decimal number

None.

ValueTotDeb

decimal number

None.

ValueTotCre

decimal number

None.

totDepositos

decimal number

None.

totLevantamentos

decimal number

None.

erro

string

None.

errodesc

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DateDeposit": "sample string 1",
    "Types": "sample string 2",
    "ValueDep": 3.0,
    "ValueTot": 4.0,
    "ValueTotDeb": 5.0,
    "ValueTotCre": 6.0,
    "totDepositos": 7.0,
    "totLevantamentos": 8.0,
    "erro": "sample string 9",
    "errodesc": "sample string 10"
  },
  {
    "DateDeposit": "sample string 1",
    "Types": "sample string 2",
    "ValueDep": 3.0,
    "ValueTot": 4.0,
    "ValueTotDeb": 5.0,
    "ValueTotCre": 6.0,
    "totDepositos": 7.0,
    "totLevantamentos": 8.0,
    "erro": "sample string 9",
    "errodesc": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfStatistic.cEntityDeposit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceGames">
  <Statistic.cEntityDeposit>
    <DateDeposit>sample string 1</DateDeposit>
    <Types>sample string 2</Types>
    <ValueDep>3</ValueDep>
    <ValueTot>4</ValueTot>
    <ValueTotCre>6</ValueTotCre>
    <ValueTotDeb>5</ValueTotDeb>
    <erro>sample string 9</erro>
    <errodesc>sample string 10</errodesc>
    <totDepositos>7</totDepositos>
    <totLevantamentos>8</totLevantamentos>
  </Statistic.cEntityDeposit>
  <Statistic.cEntityDeposit>
    <DateDeposit>sample string 1</DateDeposit>
    <Types>sample string 2</Types>
    <ValueDep>3</ValueDep>
    <ValueTot>4</ValueTot>
    <ValueTotCre>6</ValueTotCre>
    <ValueTotDeb>5</ValueTotDeb>
    <erro>sample string 9</erro>
    <errodesc>sample string 10</errodesc>
    <totDepositos>7</totDepositos>
    <totLevantamentos>8</totLevantamentos>
  </Statistic.cEntityDeposit>
</ArrayOfStatistic.cEntityDeposit>