POST api/Bank/AddBankIntegration
Request Information
URI Parameters
None.
Body Parameters
AccountBankIntegrationDtoName | Description | Type | Additional information |
---|---|---|---|
CompanyId | globally unique identifier |
None. |
|
BankId | globally unique identifier |
None. |
|
CustomerNumber | integer |
None. |
|
FirmCode | string |
None. |
|
ConsentId | string |
None. |
|
UserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "companyId": "7e754593-ca5d-45e4-96fb-47d6e8cf3ec2", "bankId": "5ee03515-0d31-431b-8c0b-5d539f01c0a3", "customerNumber": 3, "firmCode": "sample string 4", "consentId": "sample string 5", "userId": "02d1fa01-a8c4-4713-ac72-055e4306ee8b" }
application/xml, text/xml
Sample:
<AccountBankIntegrationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs.Account"> <BankId>5ee03515-0d31-431b-8c0b-5d539f01c0a3</BankId> <CompanyId>7e754593-ca5d-45e4-96fb-47d6e8cf3ec2</CompanyId> <ConsentId>sample string 5</ConsentId> <CustomerNumber>3</CustomerNumber> <FirmCode>sample string 4</FirmCode> <UserId>02d1fa01-a8c4-4713-ac72-055e4306ee8b</UserId> </AccountBankIntegrationDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"companyId":"7e754593-ca5d-45e4-96fb-47d6e8cf3ec2","bankId":"5ee03515-0d31-431b-8c0b-5d539f01c0a3","customerNumber":3,"firmCode":"sample string 4","consentId":"sample string 5","userId":"02d1fa01-a8c4-4713-ac72-055e4306ee8b"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.