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": "52b1f200-a784-47ed-809d-1e1ac097cb03",
"date_add": "2026-07-08T06:22:52.3135575+02:00",
"id_user": "90671716-683c-4581-8966-08131b843881",
"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.