POST api/Bank/TestGarantiIntegration

Request Information

URI Parameters

None.

Body Parameters

AccountBankIntegrationDto
NameDescriptionTypeAdditional 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": "54d2f11e-d817-4815-a2fb-402a530c54e3",
  "bankId": "2af48b2e-1f27-4f13-91e7-a0e4c8db3f2b",
  "customerNumber": 3,
  "firmCode": "sample string 4",
  "consentId": "sample string 5",
  "userId": "6ae5eca3-d0be-478a-b3e6-cc0980c60fea"
}

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>2af48b2e-1f27-4f13-91e7-a0e4c8db3f2b</BankId>
  <CompanyId>54d2f11e-d817-4815-a2fb-402a530c54e3</CompanyId>
  <ConsentId>sample string 5</ConsentId>
  <CustomerNumber>3</CustomerNumber>
  <FirmCode>sample string 4</FirmCode>
  <UserId>6ae5eca3-d0be-478a-b3e6-cc0980c60fea</UserId>
</AccountBankIntegrationDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"companyId":"54d2f11e-d817-4815-a2fb-402a530c54e3","bankId":"2af48b2e-1f27-4f13-91e7-a0e4c8db3f2b","customerNumber":3,"firmCode":"sample string 4","consentId":"sample string 5","userId":"6ae5eca3-d0be-478a-b3e6-cc0980c60fea"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.