forked from DigiFi/digifi-BankToProductCore
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"member_id": {
|
|
"type": "string",
|
|
"example": "200"
|
|
},
|
|
"uid": {
|
|
"type": "string",
|
|
"example": "8888-999998-9999"
|
|
},
|
|
"username": {
|
|
"type": "string",
|
|
"example": "username"
|
|
},
|
|
"account_name": {
|
|
"type": "string",
|
|
"example": "account_name"
|
|
},
|
|
"firstname": {
|
|
"type": "string",
|
|
"example": "firstname"
|
|
},
|
|
"lastname": {
|
|
"type": "string",
|
|
"example": "lastname"
|
|
},
|
|
"room": {
|
|
"type": "string",
|
|
"example": "room"
|
|
},
|
|
"token": {
|
|
"type": "string",
|
|
"example": "username"
|
|
},
|
|
"resultDescription": {
|
|
"type": "string",
|
|
"example": "Successful"
|
|
},
|
|
"resultCode": {
|
|
"type": "string",
|
|
"example": "00"
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "LoginResponse"
|
|
}
|
|
}
|
|
|