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": "88f45571-9947-4721-a861-c42a13883947",
  "integrationId": "742a01cc-3db0-4568-a780-49828bf9e4b3",
  "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>88f45571-9947-4721-a861-c42a13883947</BankAccountId>
  <Iban>sample string 3</Iban>
  <IntegrationId>742a01cc-3db0-4568-a780-49828bf9e4b3</IntegrationId>
</AddBankIntegrationMapping>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"bankAccountId":"88f45571-9947-4721-a861-c42a13883947","integrationId":"742a01cc-3db0-4568-a780-49828bf9e4b3","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.