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": "a794cd9f-1651-41e0-8d8e-0690a8e14e29", "bankId": "95f18647-374b-4382-8b7c-927aab82b1b3", "customerNumber": 3, "firmCode": "sample string 4", "consentId": "sample string 5", "userId": "5bf22286-7094-4e2b-bc76-b4dda45046fe" }
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>95f18647-374b-4382-8b7c-927aab82b1b3</BankId> <CompanyId>a794cd9f-1651-41e0-8d8e-0690a8e14e29</CompanyId> <ConsentId>sample string 5</ConsentId> <CustomerNumber>3</CustomerNumber> <FirmCode>sample string 4</FirmCode> <UserId>5bf22286-7094-4e2b-bc76-b4dda45046fe</UserId> </AccountBankIntegrationDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"companyId":"a794cd9f-1651-41e0-8d8e-0690a8e14e29","bankId":"95f18647-374b-4382-8b7c-927aab82b1b3","customerNumber":3,"firmCode":"sample string 4","consentId":"sample string 5","userId":"5bf22286-7094-4e2b-bc76-b4dda45046fe"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.