PUT v1/BankLogins/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
BankLoginsPostModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BankLoginTypes | BankLoginTypesPostModel |
None. |
|
| BankId | globally unique identifier |
None. |
|
| BankStmtRangeFrom | Date |
None. |
|
| BankStmtRangeTo | Date |
None. |
|
| Name | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"bankLoginTypes": {
"mobileBankId": {
"personId": null,
"type": 2
},
"userAndPassword": {
"password": "sample string 1",
"username": "sample string 2",
"type": 1
}
},
"bankId": "2ea4ab62-2954-4fff-af82-a8fa634f2838",
"bankStmtRangeFrom": "0001-01-01T00:00:00",
"bankStmtRangeTo": "0001-01-01T00:00:00",
"name": "sample string 2"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BankLoginGetModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BankLoginSession | BankLoginSessionGetModel |
None. |
|
| BankLoginTypes | BankLoginTypesGetModel |
None. |
|
| Id | globally unique identifier |
None. |
|
| BankId | globally unique identifier |
None. |
|
| BankStmtRangeFrom | Date |
None. |
|
| BankStmtRangeTo | Date |
None. |
|
| Name | string |
Required |
Response Formats
application/json, text/json
Sample:
Sample not available.