POST api/AppDefaultOnEntry/AppGetCashing
AppGetCashing
Request Information
URI Parameters
None.
Body Parameters
AppGetCashing_requestName | Description | Type | Additional information |
---|---|---|---|
Account | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Account": true, "UserUUIDCur": "57456c23-bad2-4355-a8b5-67b3c071b4e6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetCashing_ResponseName | 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": "a7c1ddb2-fb7a-44d3-9ebf-df070dcc8167" }, { "api": "sample string 1", "param": "sample string 2", "prio": 3, "UserUUIDCur": "a7c1ddb2-fb7a-44d3-9ebf-df070dcc8167" } ]