POST api/Bank/AddBankIntegrationMap

Request Information

URI Parameters

None.

Body Parameters

AddBankIntegrationMapping
NameDescriptionTypeAdditional information
BankAccountId

globally unique identifier

None.

IntegrationId

globally unique identifier

None.

Iban

string

None.

Request Formats

application/json, text/json

Sample:
{
  "bankAccountId": "49ebfa5b-17ec-4c20-84e7-c78e85efa64f",
  "integrationId": "7b569286-109d-4f1f-bd1e-6fca12b858bf",
  "iban": "sample string 3"
}

application/xml, text/xml

Sample:
<AddBankIntegrationMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Domain.Model.Bank">
  <BankAccountId>49ebfa5b-17ec-4c20-84e7-c78e85efa64f</BankAccountId>
  <Iban>sample string 3</Iban>
  <IntegrationId>7b569286-109d-4f1f-bd1e-6fca12b858bf</IntegrationId>
</AddBankIntegrationMapping>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"bankAccountId":"49ebfa5b-17ec-4c20-84e7-c78e85efa64f","integrationId":"7b569286-109d-4f1f-bd1e-6fca12b858bf","iban":"sample string 3"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.