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": "eff86633-a95b-4603-b83e-5df2b682dd4d", "bankId": "6fec726d-a091-4225-a8dd-ad23e718cd1a", "customerNumber": 3, "firmCode": "sample string 4", "consentId": "sample string 5", "userId": "50098917-d885-45be-b632-fe718c8b2c93" }
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>6fec726d-a091-4225-a8dd-ad23e718cd1a</BankId> <CompanyId>eff86633-a95b-4603-b83e-5df2b682dd4d</CompanyId> <ConsentId>sample string 5</ConsentId> <CustomerNumber>3</CustomerNumber> <FirmCode>sample string 4</FirmCode> <UserId>50098917-d885-45be-b632-fe718c8b2c93</UserId> </AccountBankIntegrationDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"companyId":"eff86633-a95b-4603-b83e-5df2b682dd4d","bankId":"6fec726d-a091-4225-a8dd-ad23e718cd1a","customerNumber":3,"firmCode":"sample string 4","consentId":"sample string 5","userId":"50098917-d885-45be-b632-fe718c8b2c93"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.