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": "bc25e615-69d8-4629-a3d5-0dd7c0a0c7cb", "bankId": "45bd143b-02e7-4c5b-8268-4b829a8ab6fc", "customerNumber": 3, "firmCode": "sample string 4", "consentId": "sample string 5", "userId": "d12610e2-9444-47d2-813e-9ca17d38db33" }
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>45bd143b-02e7-4c5b-8268-4b829a8ab6fc</BankId> <CompanyId>bc25e615-69d8-4629-a3d5-0dd7c0a0c7cb</CompanyId> <ConsentId>sample string 5</ConsentId> <CustomerNumber>3</CustomerNumber> <FirmCode>sample string 4</FirmCode> <UserId>d12610e2-9444-47d2-813e-9ca17d38db33</UserId> </AccountBankIntegrationDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"companyId":"bc25e615-69d8-4629-a3d5-0dd7c0a0c7cb","bankId":"45bd143b-02e7-4c5b-8268-4b829a8ab6fc","customerNumber":3,"firmCode":"sample string 4","consentId":"sample string 5","userId":"d12610e2-9444-47d2-813e-9ca17d38db33"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.