POST api/Bank/AddBankIntegrationMap
Request Information
URI Parameters
None.
Body Parameters
AddBankIntegrationMappingName | Description | Type | Additional information |
---|---|---|---|
BankAccountId | globally unique identifier |
None. |
|
IntegrationId | globally unique identifier |
None. |
|
Iban | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "bankAccountId": "2eac016b-9c6e-4688-aa2b-ef29bb606898", "integrationId": "4a715084-d015-4ab9-808a-27671e0ea0dc", "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>2eac016b-9c6e-4688-aa2b-ef29bb606898</BankAccountId> <Iban>sample string 3</Iban> <IntegrationId>4a715084-d015-4ab9-808a-27671e0ea0dc</IntegrationId> </AddBankIntegrationMapping>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"bankAccountId":"2eac016b-9c6e-4688-aa2b-ef29bb606898","integrationId":"4a715084-d015-4ab9-808a-27671e0ea0dc","iban":"sample string 3"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.