GET api/Vw_CP_Extrato

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Vw_CP_Extrato
NameDescriptionTypeAdditional information
CODIGO

integer

None.

USUARIO

string

None.

Loja

string

None.

TIPO_OPERACAO

string

None.

Valor

decimal number

None.

NUMERO_OPERACAO

integer

None.

Data_Operacao

date

None.

Data_Emissao

date

None.

DATA_EXPIRACAO

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CODIGO": 1,
    "USUARIO": "sample string 2",
    "Loja": "sample string 3",
    "TIPO_OPERACAO": "sample string 4",
    "Valor": 1.0,
    "NUMERO_OPERACAO": 1,
    "Data_Operacao": "2025-07-16T01:29:02.2961682-03:00",
    "Data_Emissao": "2025-07-16T01:29:02.2961682-03:00",
    "DATA_EXPIRACAO": "2025-07-16T01:29:02.2961682-03:00"
  },
  {
    "CODIGO": 1,
    "USUARIO": "sample string 2",
    "Loja": "sample string 3",
    "TIPO_OPERACAO": "sample string 4",
    "Valor": 1.0,
    "NUMERO_OPERACAO": 1,
    "Data_Operacao": "2025-07-16T01:29:02.2961682-03:00",
    "Data_Emissao": "2025-07-16T01:29:02.2961682-03:00",
    "DATA_EXPIRACAO": "2025-07-16T01:29:02.2961682-03:00"
  }
]

text/html

Sample:
[{"CODIGO":1,"USUARIO":"sample string 2","Loja":"sample string 3","TIPO_OPERACAO":"sample string 4","Valor":1.0,"NUMERO_OPERACAO":1,"Data_Operacao":"2025-07-16T01:29:02.2961682-03:00","Data_Emissao":"2025-07-16T01:29:02.2961682-03:00","DATA_EXPIRACAO":"2025-07-16T01:29:02.2961682-03:00"},{"CODIGO":1,"USUARIO":"sample string 2","Loja":"sample string 3","TIPO_OPERACAO":"sample string 4","Valor":1.0,"NUMERO_OPERACAO":1,"Data_Operacao":"2025-07-16T01:29:02.2961682-03:00","Data_Emissao":"2025-07-16T01:29:02.2961682-03:00","DATA_EXPIRACAO":"2025-07-16T01:29:02.2961682-03:00"}]

application/xml, text/xml

Sample:
<ArrayOfVw_CP_Extrato xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CasaShopping.Database">
  <Vw_CP_Extrato>
    <CODIGO>1</CODIGO>
    <DATA_EXPIRACAO>2025-07-16T01:29:02.2961682-03:00</DATA_EXPIRACAO>
    <Data_Emissao>2025-07-16T01:29:02.2961682-03:00</Data_Emissao>
    <Data_Operacao>2025-07-16T01:29:02.2961682-03:00</Data_Operacao>
    <Loja>sample string 3</Loja>
    <NUMERO_OPERACAO>1</NUMERO_OPERACAO>
    <TIPO_OPERACAO>sample string 4</TIPO_OPERACAO>
    <USUARIO>sample string 2</USUARIO>
    <Valor>1</Valor>
  </Vw_CP_Extrato>
  <Vw_CP_Extrato>
    <CODIGO>1</CODIGO>
    <DATA_EXPIRACAO>2025-07-16T01:29:02.2961682-03:00</DATA_EXPIRACAO>
    <Data_Emissao>2025-07-16T01:29:02.2961682-03:00</Data_Emissao>
    <Data_Operacao>2025-07-16T01:29:02.2961682-03:00</Data_Operacao>
    <Loja>sample string 3</Loja>
    <NUMERO_OPERACAO>1</NUMERO_OPERACAO>
    <TIPO_OPERACAO>sample string 4</TIPO_OPERACAO>
    <USUARIO>sample string 2</USUARIO>
    <Valor>1</Valor>
  </Vw_CP_Extrato>
</ArrayOfVw_CP_Extrato>