POST PagoServicios/InsertServicePaymentFromData
Request Information
URI Parameters
None.
Body Parameters
InsertServicePaymentFromDataInputName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of ServicePaymentField |
None. |
|
SubTransactionTypeId | integer |
None. |
|
CurrencyId | string |
None. |
|
ValueDate | date |
None. |
|
TransactionTypeId | integer |
None. |
|
TransactionStatusId | integer |
None. |
|
ClientBankIdentifier | string |
None. |
|
DebitProductBankIdentifier | string |
None. |
|
DebitCurrencyId | string |
None. |
|
CreditProductBankIdentifier | string |
None. |
|
CreditCurrencyId | string |
None. |
|
Amount | decimal number |
None. |
|
NotifyTo | string |
None. |
|
NotificationChannelId | integer |
None. |
|
TransactionId | integer |
None. |
|
UserDocumentId | DocumentId |
None. |
|
TransactionCost | decimal number |
None. |
|
TransactionCostCurrencyId | 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:
{ "Data": [ { "FieldKey": "sample string 1", "FieldType": "sample string 2", "FieldValue": "sample string 3" }, { "FieldKey": "sample string 1", "FieldType": "sample string 2", "FieldValue": "sample string 3" } ], "SubTransactionTypeId": 1, "CurrencyId": "sample string 2", "ValueDate": "2024-12-22T02:32:32.6990637-05:00", "TransactionTypeId": 3, "TransactionStatusId": 4, "ClientBankIdentifier": "sample string 5", "DebitProductBankIdentifier": "sample string 6", "DebitCurrencyId": "sample string 7", "CreditProductBankIdentifier": "sample string 8", "CreditCurrencyId": "sample string 9", "Amount": 1.0, "NotifyTo": "sample string 10", "NotificationChannelId": 11, "TransactionId": 12, "UserDocumentId": { "DocumentNumber": "sample string 1", "DocumentType": 2 }, "TransactionCost": 1.0, "TransactionCostCurrencyId": "sample string 13", "ChannelId": 14, "TenantId": "sample string 15", "UserLanguage": 16, "UserName": "sample string 17", "IpAddress": "sample string 18", "Location": "sample string 19" }
application/xml, text/xml
Sample:
<InsertServicePaymentFromDataInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FBSBankingly.Models.Input"> <ChannelId>14</ChannelId> <IpAddress>sample string 18</IpAddress> <Location>sample string 19</Location> <TenantId>sample string 15</TenantId> <UserLanguage>16</UserLanguage> <UserName>sample string 17</UserName> <Amount>1</Amount> <ClientBankIdentifier>sample string 5</ClientBankIdentifier> <CreditCurrencyId>sample string 9</CreditCurrencyId> <CreditProductBankIdentifier>sample string 8</CreditProductBankIdentifier> <CurrencyId>sample string 2</CurrencyId> <Data> <ServicePaymentField> <FieldKey>sample string 1</FieldKey> <FieldType>sample string 2</FieldType> <FieldValue>sample string 3</FieldValue> </ServicePaymentField> <ServicePaymentField> <FieldKey>sample string 1</FieldKey> <FieldType>sample string 2</FieldType> <FieldValue>sample string 3</FieldValue> </ServicePaymentField> </Data> <DebitCurrencyId>sample string 7</DebitCurrencyId> <DebitProductBankIdentifier>sample string 6</DebitProductBankIdentifier> <NotificationChannelId>11</NotificationChannelId> <NotifyTo>sample string 10</NotifyTo> <SubTransactionTypeId>1</SubTransactionTypeId> <TransactionCost>1</TransactionCost> <TransactionCostCurrencyId>sample string 13</TransactionCostCurrencyId> <TransactionId>12</TransactionId> <TransactionStatusId>4</TransactionStatusId> <TransactionTypeId>3</TransactionTypeId> <UserDocumentId> <DocumentNumber>sample string 1</DocumentNumber> <DocumentType>2</DocumentType> </UserDocumentId> <ValueDate>2024-12-22T02:32:32.6990637-05:00</ValueDate> </InsertServicePaymentFromDataInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
InsertServicePaymentFromDataResultName | Description | Type | Additional information |
---|---|---|---|
BackendOperationResult | BackendOperationResult |
None. |
Response Formats
application/json, text/json
Sample:
{ "BackendOperationResult": { "IsError": true, "BackendMessage": "sample string 1", "BackendReference": "sample string 2", "BackendCode": "sample string 3", "TransactionIdentity": "sample string 4" } }
application/xml, text/xml
Sample:
<InsertServicePaymentFromDataResult 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> </InsertServicePaymentFromDataResult>