Hi,
thank you for the response. I found it! Can you please tell me something (or a link) about how aliasses work? In the doc I find this:
"alias": [
{
"type": "string",
"value": "string",
"name": "string"
}
],
But, that doesnt tell me what options I have.
Second question: if I use MonetaryAccount, how would that work? Because if I look up MonetaryAccount I have this:
{
"MonetaryAccountBank": {
"currency": "string",
"description": "string",
"daily_limit": {
"value": "string",
"currency": "string"
},
"status": "string",
"sub_status": "string",
"reason": "string",
"reason_description": "string",
"notification_filters": [
{
"notification_delivery_method": "string",
"notification_target": "string",
"category": "string"
}
],
"setting": {
"color": "string",
"default_avatar_status": "string",
"restriction_chat": "string"
}
},
No alias here, is that right?