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": "a9c9c29f-bc4b-4be0-a6bb-75af12b6b076",
"date_add": "2026-07-08T06:20:25.1008798+02:00",
"id_user": "4e2b8a26-bc34-437c-a0ef-301928fb18a0",
"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.