POST Api/ChangeDefaultBankAccount?sc={sc}&env={env}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sc

string

Default value is

env

string

Default value is test

Body Parameters

clsiBANData
NameDescriptionTypeAdditional information
CardCode

string

None.

AccountId

string

None.

BankAccount

string

None.

Bic

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CardCode": "sample string 1",
  "AccountId": "sample string 2",
  "BankAccount": "sample string 3",
  "Bic": "sample string 4"
}

application/xml, text/xml

Sample:
<clsiBANData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NF_API_V03.Models">
  <AccountId>sample string 2</AccountId>
  <BankAccount>sample string 3</BankAccount>
  <Bic>sample string 4</Bic>
  <CardCode>sample string 1</CardCode>
</clsiBANData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.