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": "1fe3e007-807d-4f89-94aa-f2a22c3854f1", "bankId": "36d796bb-0594-4b83-bdb3-cfd083976c16", "customerNumber": 3, "firmCode": "sample string 4", "consentId": "sample string 5", "userId": "fc4222d2-1bdb-40f9-8faa-fa140a0d325b" }
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>36d796bb-0594-4b83-bdb3-cfd083976c16</BankId> <CompanyId>1fe3e007-807d-4f89-94aa-f2a22c3854f1</CompanyId> <ConsentId>sample string 5</ConsentId> <CustomerNumber>3</CustomerNumber> <FirmCode>sample string 4</FirmCode> <UserId>fc4222d2-1bdb-40f9-8faa-fa140a0d325b</UserId> </AccountBankIntegrationDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"companyId":"1fe3e007-807d-4f89-94aa-f2a22c3854f1","bankId":"36d796bb-0594-4b83-bdb3-cfd083976c16","customerNumber":3,"firmCode":"sample string 4","consentId":"sample string 5","userId":"fc4222d2-1bdb-40f9-8faa-fa140a0d325b"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.