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": "0608e51a-072c-4a89-8951-531c1d8d776e", "integrationId": "68def276-a73b-418a-9d5d-551c034c4680", "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>0608e51a-072c-4a89-8951-531c1d8d776e</BankAccountId> <Iban>sample string 3</Iban> <IntegrationId>68def276-a73b-418a-9d5d-551c034c4680</IntegrationId> </AddBankIntegrationMapping>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"bankAccountId":"0608e51a-072c-4a89-8951-531c1d8d776e","integrationId":"68def276-a73b-418a-9d5d-551c034c4680","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.