POST Transacciones/GetMassiveTransactionBackEndInformation
Request Information
URI Parameters
None.
Body Parameters
GetMassiveTransactionBackEndInformationInputName | Description | Type | Additional information |
---|---|---|---|
TransactionBackEndReference | 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:
{ "TransactionBackEndReference": "sample string 1", "ChannelId": 2, "TenantId": "sample string 3", "UserLanguage": 4, "UserName": "sample string 5", "IpAddress": "sample string 6", "Location": "sample string 7" }
application/xml, text/xml
Sample:
<GetMassiveTransactionBackEndInformationInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FBSBankingly.Models.Input"> <ChannelId>2</ChannelId> <IpAddress>sample string 6</IpAddress> <Location>sample string 7</Location> <TenantId>sample string 3</TenantId> <UserLanguage>4</UserLanguage> <UserName>sample string 5</UserName> <TransactionBackEndReference>sample string 1</TransactionBackEndReference> </GetMassiveTransactionBackEndInformationInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetMassiveTransactionBackEndInformationResultName | Description | Type | Additional information |
---|---|---|---|
Amount | decimal number |
None. |
|
BusinessMessage | string |
None. |
|
BackendCode | string |
None. |
|
BackendReference | string |
None. |
|
ExecutionDate | date |
None. |
|
ExecutedSuccesfully | boolean |
None. |
|
IsCanceled | boolean |
None. |
|
ValueDate | date |
None. |
|
ExchangeRateTransaction | decimal number |
None. |
|
ExchangeRateUSD | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "Amount": 1.0, "BusinessMessage": "sample string 2", "BackendCode": "sample string 3", "BackendReference": "sample string 4", "ExecutionDate": "2024-12-22T01:53:08.4249362-05:00", "ExecutedSuccesfully": true, "IsCanceled": true, "ValueDate": "2024-12-22T01:53:08.4249362-05:00", "ExchangeRateTransaction": 1.0, "ExchangeRateUSD": 1.0 }
application/xml, text/xml
Sample:
<GetMassiveTransactionBackEndInformationResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FBSBankingly.Models.Result"> <Amount>1</Amount> <BackendCode>sample string 3</BackendCode> <BackendReference>sample string 4</BackendReference> <BusinessMessage>sample string 2</BusinessMessage> <ExchangeRateTransaction>1</ExchangeRateTransaction> <ExchangeRateUSD>1</ExchangeRateUSD> <ExecutedSuccesfully>true</ExecutedSuccesfully> <ExecutionDate>2024-12-22T01:53:08.4249362-05:00</ExecutionDate> <IsCanceled>true</IsCanceled> <ValueDate>2024-12-22T01:53:08.4249362-05:00</ValueDate> </GetMassiveTransactionBackEndInformationResult>