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": "2e2ce0c8-fff9-4905-856f-b29a9e36ab05", "bankId": "d730b28e-9c0a-49c9-a6ca-ffb7609d0633", "customerNumber": 3, "firmCode": "sample string 4", "consentId": "sample string 5", "userId": "c1f2dee0-5dda-4471-8f36-b2b62ad68811" }
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>d730b28e-9c0a-49c9-a6ca-ffb7609d0633</BankId> <CompanyId>2e2ce0c8-fff9-4905-856f-b29a9e36ab05</CompanyId> <ConsentId>sample string 5</ConsentId> <CustomerNumber>3</CustomerNumber> <FirmCode>sample string 4</FirmCode> <UserId>c1f2dee0-5dda-4471-8f36-b2b62ad68811</UserId> </AccountBankIntegrationDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"companyId":"2e2ce0c8-fff9-4905-856f-b29a9e36ab05","bankId":"d730b28e-9c0a-49c9-a6ca-ffb7609d0633","customerNumber":3,"firmCode":"sample string 4","consentId":"sample string 5","userId":"c1f2dee0-5dda-4471-8f36-b2b62ad68811"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.