EndPoint Get Account Charges
Parameters
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
AccountId |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
ChargeDate |
DT_DBDATE
|
date
|
False |
||
Total |
DT_R8
|
float
|
False |
||
Currency |
DT_WSTR
|
nvarchar(12)
|
12 | False |
|
PayoutCurrency |
DT_WSTR
|
nvarchar(12)
|
12 | False |
|
TotalInPayoutCurrency |
DT_R8
|
float
|
False |
||
Status |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
OrderId |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
OrderReference |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
SubscriptionId |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
Timestamp |
DT_I8
|
bigint
|
False |
||
TimestampValue |
DT_I8
|
bigint
|
False |
||
TimestampInSeconds |
DT_I8
|
bigint
|
False |
||
TimestampDisplay |
DT_WSTR
|
nvarchar(100)
|
100 | False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |
Examples
SSIS
Use FastSpring Connector in API Source component to read data or in API Destination component to read/write data:
Get Account Charges using API Source
FastSpring
Get Account Charges

Get Account Charges using API Destination
FastSpring
Get Account Charges
