PUT api/tt_pos_sesion_users/update_di
Request Information
URI Parameters
None.
Body Parameters
Collection of struct_tips_managment_model| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion | globally unique identifier |
None. |
|
| date_add | date |
None. |
|
| id_user | globally unique identifier |
None. |
|
| user_name | string |
None. |
|
| user_profile_name | string |
None. |
|
| distribution_index | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_pos_sesion": "3297c761-954a-4d6d-ae17-63299b337faa",
"date_add": "2026-05-09T09:39:38.3551584+02:00",
"id_user": "5d5bb4a8-2756-41bd-adaf-67b6e220d034",
"user_name": "sample string 4",
"user_profile_name": "sample string 5",
"distribution_index": 6.1
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.