POST RMS/Get_Residence_Additional_Currencies?Ticket={Ticket}&resid={resid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
|
| resid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_Get_Residence_Additional_Currencies_AA| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
|
| draw | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| recordsTotal | integer |
None. |
|
| data | Collection of Additional_Currency |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1",
"draw": 2,
"recordsFiltered": 3,
"recordsTotal": 4,
"data": [
{
"ADDITIONAL_CURRENCY_ID": 1,
"RESIDENCE_ID": 1,
"CURRENCY": "sample string 2",
"RATE": "sample string 3",
"TYPE": 4,
"STATUS": 5
},
{
"ADDITIONAL_CURRENCY_ID": 1,
"RESIDENCE_ID": 1,
"CURRENCY": "sample string 2",
"RATE": "sample string 3",
"TYPE": 4,
"STATUS": 5
}
]
}