POST api/AppDefaultOnEntry/AppGetCashing
AppGetCashing
Request Information
URI Parameters
None.
Body Parameters
AppGetCashing_request| Name | Description | Type | Additional information |
|---|---|---|---|
| Account | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Account": true,
"UserUUIDCur": "edd9a233-a3ae-47b4-a891-b6a19676ad97"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetCashing_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| api | string |
None. |
|
| param | string |
None. |
|
| prio | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"api": "sample string 1",
"param": "sample string 2",
"prio": 3,
"UserUUIDCur": "2e3e8019-0588-4dd3-afbf-d9c2a2a8c1e7"
},
{
"api": "sample string 1",
"param": "sample string 2",
"prio": 3,
"UserUUIDCur": "2e3e8019-0588-4dd3-afbf-d9c2a2a8c1e7"
}
]