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": "0a38ef84-248d-4c61-b755-42c8a76251e7", "integrationId": "d999c7f4-4a1a-4c52-bb3a-9e9658bd5ca1", "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>0a38ef84-248d-4c61-b755-42c8a76251e7</BankAccountId> <Iban>sample string 3</Iban> <IntegrationId>d999c7f4-4a1a-4c52-bb3a-9e9658bd5ca1</IntegrationId> </AddBankIntegrationMapping>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"bankAccountId":"0a38ef84-248d-4c61-b755-42c8a76251e7","integrationId":"d999c7f4-4a1a-4c52-bb3a-9e9658bd5ca1","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.