POST api/AppDefaultOnEntry/AppGetCashing

AppGetCashing

Request Information

URI Parameters

None.

Body Parameters

AppGetCashing_request
NameDescriptionTypeAdditional information
Account

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Account": true,
  "UserUUIDCur": "f3fa2fff-0d8e-4dbe-99e6-3fa8e7ed022b"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetCashing_Response
NameDescriptionTypeAdditional 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": "51d899a6-a42a-45a2-9f1d-d11fff17b1ef"
  },
  {
    "api": "sample string 1",
    "param": "sample string 2",
    "prio": 3,
    "UserUUIDCur": "51d899a6-a42a-45a2-9f1d-d11fff17b1ef"
  }
]