POST api/Bank/TestGarantiIntegration
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": "bf8d9859-2bc2-4404-80e2-75108644e349", "bankId": "827c2cb9-278e-4dac-864d-b13b86fa0ff2", "customerNumber": 3, "firmCode": "sample string 4", "consentId": "sample string 5", "userId": "b78abfd8-31f5-410e-ba61-00c3fa3f33b1" }
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>827c2cb9-278e-4dac-864d-b13b86fa0ff2</BankId> <CompanyId>bf8d9859-2bc2-4404-80e2-75108644e349</CompanyId> <ConsentId>sample string 5</ConsentId> <CustomerNumber>3</CustomerNumber> <FirmCode>sample string 4</FirmCode> <UserId>b78abfd8-31f5-410e-ba61-00c3fa3f33b1</UserId> </AccountBankIntegrationDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"companyId":"bf8d9859-2bc2-4404-80e2-75108644e349","bankId":"827c2cb9-278e-4dac-864d-b13b86fa0ff2","customerNumber":3,"firmCode":"sample string 4","consentId":"sample string 5","userId":"b78abfd8-31f5-410e-ba61-00c3fa3f33b1"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.