Creates a new ClientConfigUserOverride
Success
Unauthorized
{- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "config_ID": "string",
- "config_DataType": "string",
- "config_Datetime": "2019-08-24T14:15:22Z",
- "config_Decimal": 0.1,
- "config_Int": 0,
- "config_String": "string"
}
{- "data": {
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "config_ID": "string",
- "config_DataType": "string",
- "config_Datetime": "2019-08-24T14:15:22Z",
- "config_Decimal": 0.1,
- "config_Int": 0,
- "config_String": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Updates a specific ClientConfigUserOverride.
Success
Unauthorized
{- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "config_ID": "string",
- "config_DataType": "string",
- "config_Datetime": "2019-08-24T14:15:22Z",
- "config_Decimal": 0.1,
- "config_Int": 0,
- "config_String": "string"
}
{- "data": {
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "config_ID": "string",
- "config_DataType": "string",
- "config_Datetime": "2019-08-24T14:15:22Z",
- "config_Decimal": 0.1,
- "config_Int": 0,
- "config_String": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all ClientConfigUserOverride
Success
Unauthorized
Create or Update multiple ClientConfigUserOverride at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "config_ID": "string",
- "config_DataType": "string",
- "config_Datetime": "2019-08-24T14:15:22Z",
- "config_Decimal": 0.1,
- "config_Int": 0,
- "config_String": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}