GET api/Vw_CP_Extrato/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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-16T02:23:26.0482871-03:00",
  "Data_Emissao": "2025-07-16T02:23:26.0482871-03:00",
  "DATA_EXPIRACAO": "2025-07-16T02:23:26.0482871-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-16T02:23:26.0482871-03:00","Data_Emissao":"2025-07-16T02:23:26.0482871-03:00","DATA_EXPIRACAO":"2025-07-16T02:23:26.0482871-03:00"}

application/xml, text/xml

Sample:
<Vw_CP_Extrato xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CasaShopping.Database">
  <CODIGO>1</CODIGO>
  <DATA_EXPIRACAO>2025-07-16T02:23:26.0482871-03:00</DATA_EXPIRACAO>
  <Data_Emissao>2025-07-16T02:23:26.0482871-03:00</Data_Emissao>
  <Data_Operacao>2025-07-16T02:23:26.0482871-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>