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": "c4fa423d-c689-42d3-a9a8-43ddab6cc367",
"date_add": "2026-03-10T07:04:53.8083032+01:00",
"id_user": "d522dca9-0e31-43c5-af22-17460a37776c",
"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.