POST Productos/GetTransactionVoucher

Request Information

URI Parameters

None.

Body Parameters

GetTransactionVoucherInput
NameDescriptionTypeAdditional information
TransactionVoucherIdentifier

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:
{
  "TransactionVoucherIdentifier": "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:
<GetTransactionVoucherInput 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>
  <TransactionVoucherIdentifier>sample string 1</TransactionVoucherIdentifier>
</GetTransactionVoucherInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetTransactionVoucherResult
NameDescriptionTypeAdditional information
GetTransactionVoucher

Collection of byte

None.

GetFileName

string

None.

BackendOperationResult

BackendOperationResult

None.

Response Formats

application/json, text/json

Sample:
{
  "GetTransactionVoucher": "QEA=",
  "GetFileName": "sample string 1",
  "BackendOperationResult": {
    "IsError": true,
    "BackendMessage": "sample string 1",
    "BackendReference": "sample string 2",
    "BackendCode": "sample string 3",
    "TransactionIdentity": "sample string 4"
  }
}

application/xml, text/xml

Sample:
<GetTransactionVoucherResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FBSBankingly.Models.Result">
  <BackendOperationResult>
    <BackendCode>sample string 3</BackendCode>
    <BackendMessage>sample string 1</BackendMessage>
    <BackendReference>sample string 2</BackendReference>
    <IsError>true</IsError>
    <TransactionIdentity>sample string 4</TransactionIdentity>
  </BackendOperationResult>
  <GetFileName>sample string 1</GetFileName>
  <GetTransactionVoucher>QEA=</GetTransactionVoucher>
</GetTransactionVoucherResult>