POST Transacciones/GetTransactionCost

Request Information

URI Parameters

None.

Body Parameters

GetTransactionCostInput
NameDescriptionTypeAdditional information
FeatureId

integer

None.

TransactionTypeId

integer

None.

SubTransactionTypeId

integer

None.

ValueDate

date

None.

ClientBankIdentifier

string

None.

CurrencyId

string

None.

Amount

decimal number

None.

DebitProductBankIdentifier

string

None.

DebitProductTypeId

integer

None.

DebitCurrencyId

string

None.

CreditProductBankIdentifier

string

None.

CreditProductTypeId

integer

None.

CreditCurrencyId

string

None.

DestinationBankRoutingNumber

string

None.

AuthorizationCode

string

None.

UserDocumentId

DocumentId

None.

DestinationDocumentId

DocumentId

None.

CancelCheckReasonCode

string

None.

ServiceBillId

string

None.

ChannelId

integer

None.

TenantId

string

None.

UserLanguage

integer

None.

UserName

string

None.

IpAddress

string

None.

Location

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FeatureId": 1,
  "TransactionTypeId": 2,
  "SubTransactionTypeId": 3,
  "ValueDate": "2024-12-22T02:05:37.9538916-05:00",
  "ClientBankIdentifier": "sample string 4",
  "CurrencyId": "sample string 5",
  "Amount": 6.0,
  "DebitProductBankIdentifier": "sample string 7",
  "DebitProductTypeId": 8,
  "DebitCurrencyId": "sample string 9",
  "CreditProductBankIdentifier": "sample string 10",
  "CreditProductTypeId": 11,
  "CreditCurrencyId": "sample string 12",
  "DestinationBankRoutingNumber": "sample string 13",
  "AuthorizationCode": "sample string 14",
  "UserDocumentId": {
    "DocumentNumber": "sample string 1",
    "DocumentType": 2
  },
  "DestinationDocumentId": {
    "DocumentNumber": "sample string 1",
    "DocumentType": 2
  },
  "CancelCheckReasonCode": "sample string 15",
  "ServiceBillId": "sample string 16",
  "ChannelId": 17,
  "TenantId": "sample string 18",
  "UserLanguage": 19,
  "UserName": "sample string 20",
  "IpAddress": "sample string 21",
  "Location": "sample string 22"
}

application/xml, text/xml

Sample:
<GetTransactionCostInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FBSBankingly.Models.Input">
  <ChannelId>17</ChannelId>
  <IpAddress>sample string 21</IpAddress>
  <Location>sample string 22</Location>
  <TenantId>sample string 18</TenantId>
  <UserLanguage>19</UserLanguage>
  <UserName>sample string 20</UserName>
  <Amount>6</Amount>
  <AuthorizationCode>sample string 14</AuthorizationCode>
  <CancelCheckReasonCode>sample string 15</CancelCheckReasonCode>
  <ClientBankIdentifier>sample string 4</ClientBankIdentifier>
  <CreditCurrencyId>sample string 12</CreditCurrencyId>
  <CreditProductBankIdentifier>sample string 10</CreditProductBankIdentifier>
  <CreditProductTypeId>11</CreditProductTypeId>
  <CurrencyId>sample string 5</CurrencyId>
  <DebitCurrencyId>sample string 9</DebitCurrencyId>
  <DebitProductBankIdentifier>sample string 7</DebitProductBankIdentifier>
  <DebitProductTypeId>8</DebitProductTypeId>
  <DestinationBankRoutingNumber>sample string 13</DestinationBankRoutingNumber>
  <DestinationDocumentId>
    <DocumentNumber>sample string 1</DocumentNumber>
    <DocumentType>2</DocumentType>
  </DestinationDocumentId>
  <FeatureId>1</FeatureId>
  <ServiceBillId>sample string 16</ServiceBillId>
  <SubTransactionTypeId>3</SubTransactionTypeId>
  <TransactionTypeId>2</TransactionTypeId>
  <UserDocumentId>
    <DocumentNumber>sample string 1</DocumentNumber>
    <DocumentType>2</DocumentType>
  </UserDocumentId>
  <ValueDate>2024-12-22T02:05:37.9538916-05:00</ValueDate>
</GetTransactionCostInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetTransactionCostResult
NameDescriptionTypeAdditional information
CostAmount

decimal number

None.

CostCurrencyId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CostAmount": 1.0,
  "CostCurrencyId": "sample string 2"
}

application/xml, text/xml

Sample:
<GetTransactionCostResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FBSBankingly.Models.Result">
  <CostAmount>1</CostAmount>
  <CostCurrencyId>sample string 2</CostCurrencyId>
</GetTransactionCostResult>