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": "4eb949ec-e8cb-4e89-a702-c8e90f1016b1", "bankId": "ffd2c18d-26b9-42b2-aa2a-8cb255c2e020", "customerNumber": 3, "firmCode": "sample string 4", "consentId": "sample string 5", "userId": "57fcd1dc-099e-4a38-ab1a-6b18576c0438" }
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>ffd2c18d-26b9-42b2-aa2a-8cb255c2e020</BankId> <CompanyId>4eb949ec-e8cb-4e89-a702-c8e90f1016b1</CompanyId> <ConsentId>sample string 5</ConsentId> <CustomerNumber>3</CustomerNumber> <FirmCode>sample string 4</FirmCode> <UserId>57fcd1dc-099e-4a38-ab1a-6b18576c0438</UserId> </AccountBankIntegrationDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"companyId":"4eb949ec-e8cb-4e89-a702-c8e90f1016b1","bankId":"ffd2c18d-26b9-42b2-aa2a-8cb255c2e020","customerNumber":3,"firmCode":"sample string 4","consentId":"sample string 5","userId":"57fcd1dc-099e-4a38-ab1a-6b18576c0438"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.