GET api/profile/getpaymentmethod?personID={personID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
personID

integer

Required

Body Parameters

None.

Response Information

Resource Description

TblChargingHistoryViewModel
NameDescriptionTypeAdditional information
intId

integer

None.

intIdCustomer

integer

None.

intIdCollector

integer

None.

txtCollectorName

string

None.

intIdPaymentType

integer

None.

txtComment

string

None.

dtePayment

date

None.

txtAmmountPayment

string

None.

txtTokenTransaction

string

None.

intIdBoleto

integer

None.

txtAcquireId

string

None.

dteCreate

date

None.

dteModify

date

None.

intPaymentStatus

integer

None.

txtTransactionComment

string

None.

dteDueDate

date

None.

PhoneId

integer

None.

dteChargingDate

date

None.

txtChargingComment

string

None.

Response Formats

application/json, text/json

Sample:
{
  "intId": 1,
  "intIdCustomer": 1,
  "intIdCollector": 1,
  "txtCollectorName": "sample string 2",
  "intIdPaymentType": 1,
  "txtComment": "sample string 3",
  "dtePayment": "2024-11-16T18:43:01.2441805-03:00",
  "txtAmmountPayment": "sample string 5",
  "txtTokenTransaction": "sample string 6",
  "intIdBoleto": 1,
  "txtAcquireId": "sample string 7",
  "dteCreate": "2024-11-16T18:43:01.2441805-03:00",
  "dteModify": "2024-11-16T18:43:01.2451727-03:00",
  "intPaymentStatus": 1,
  "txtTransactionComment": "sample string 8",
  "dteDueDate": "2024-11-16T18:43:01.2451727-03:00",
  "PhoneId": 1,
  "dteChargingDate": "2024-11-16T18:43:01.2451727-03:00",
  "txtChargingComment": "sample string 9"
}

text/html

Sample:
{"intId":1,"intIdCustomer":1,"intIdCollector":1,"txtCollectorName":"sample string 2","intIdPaymentType":1,"txtComment":"sample string 3","dtePayment":"2024-11-16T18:43:01.2441805-03:00","txtAmmountPayment":"sample string 5","txtTokenTransaction":"sample string 6","intIdBoleto":1,"txtAcquireId":"sample string 7","dteCreate":"2024-11-16T18:43:01.2441805-03:00","dteModify":"2024-11-16T18:43:01.2451727-03:00","intPaymentStatus":1,"txtTransactionComment":"sample string 8","dteDueDate":"2024-11-16T18:43:01.2451727-03:00","PhoneId":1,"dteChargingDate":"2024-11-16T18:43:01.2451727-03:00","txtChargingComment":"sample string 9"}

application/xml, text/xml

Sample:
<TblChargingHistoryViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoneClube.WebAPI.Models">
  <PhoneId>1</PhoneId>
  <dteChargingDate>2024-11-16T18:43:01.2451727-03:00</dteChargingDate>
  <dteCreate>2024-11-16T18:43:01.2441805-03:00</dteCreate>
  <dteDueDate>2024-11-16T18:43:01.2451727-03:00</dteDueDate>
  <dteModify>2024-11-16T18:43:01.2451727-03:00</dteModify>
  <dtePayment>2024-11-16T18:43:01.2441805-03:00</dtePayment>
  <intId>1</intId>
  <intIdBoleto>1</intIdBoleto>
  <intIdCollector>1</intIdCollector>
  <intIdCustomer>1</intIdCustomer>
  <intIdPaymentType>1</intIdPaymentType>
  <intPaymentStatus>1</intPaymentStatus>
  <txtAcquireId>sample string 7</txtAcquireId>
  <txtAmmountPayment>sample string 5</txtAmmountPayment>
  <txtChargingComment>sample string 9</txtChargingComment>
  <txtCollectorName>sample string 2</txtCollectorName>
  <txtComment>sample string 3</txtComment>
  <txtTokenTransaction>sample string 6</txtTokenTransaction>
  <txtTransactionComment>sample string 8</txtTransactionComment>
</TblChargingHistoryViewModel>