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": "25459d82-06b7-4650-b553-9765d0c71721", "bankId": "8867153c-2563-4b22-8091-6285cd10ca05", "customerNumber": 3, "firmCode": "sample string 4", "consentId": "sample string 5", "userId": "cd998a32-c698-47c0-8273-ba6a4c91a3a1" }
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>8867153c-2563-4b22-8091-6285cd10ca05</BankId> <CompanyId>25459d82-06b7-4650-b553-9765d0c71721</CompanyId> <ConsentId>sample string 5</ConsentId> <CustomerNumber>3</CustomerNumber> <FirmCode>sample string 4</FirmCode> <UserId>cd998a32-c698-47c0-8273-ba6a4c91a3a1</UserId> </AccountBankIntegrationDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"companyId":"25459d82-06b7-4650-b553-9765d0c71721","bankId":"8867153c-2563-4b22-8091-6285cd10ca05","customerNumber":3,"firmCode":"sample string 4","consentId":"sample string 5","userId":"cd998a32-c698-47c0-8273-ba6a4c91a3a1"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.