PUT fxo/Entity/EntityAccount
Request Information
URI Parameters
None.
Body Parameters
UpdateEntityAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| update_entity_account | Update_Entity_Account |
None. |
Request Formats
application/json, text/json
Sample:
{
"update_entity_account": {
"entity": {
"value": "sample string 1",
"id": 2
},
"record_id": 1,
"entity_account_type": 2,
"status": {
"value": "sample string 1",
"id": 2
},
"currency": {
"value": "sample string 1",
"id": 2
},
"investment_class": {
"value": "sample string 1",
"id": 2
},
"interest_tier": {
"value": "sample string 1",
"id": 2
},
"opening_date": "sample string 3",
"maturity_date": "sample string 4",
"segment": "sample string 5",
"branch_code": "sample string 6",
"overdraft_limit": 7,
"margin_factor": 8.0,
"interest_rate": 9.0,
"is_set_as_default": true,
"is_use_for_withdrawal": true,
"is_use_for_deposit": true
}
}
application/x-www-form-urlencoded
Sample:
application/xml
Sample:
text/xml
Sample:
Response Information
Resource Description
DSOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| status | boolean |
None. |
|
| data | Object |
None. |
|
| code | integer |
None. |
|
| message | string |
None. |
|
| error | Error |
None. |
|
| paging | Paging |
None. |
|
| additional_codes | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"data": {},
"code": 0,
"message": "sample string 3",
"error": {
"code": 0,
"message": "sample string 1",
"target": "sample string 2",
"details": [
{
"code": 0,
"target": "sample string 1",
"message": "sample string 2"
},
{
"code": 0,
"target": "sample string 1",
"message": "sample string 2"
}
]
},
"paging": {
"page_number": 1,
"page_size": 2,
"page_from": 3,
"page_to": 4,
"record_count": 5
},
"additional_codes": "sample string 4"
}
application/xml
Sample:
text/xml
Sample: