GET api/CustomUE?date_sesion={date_sesion}&only_open={only_open}&branch_name={branch_name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| date_sesion | date |
Required |
|
| only_open | boolean |
Required |
|
| branch_name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of pos_sesions_info| Name | Description | Type | Additional information |
|---|---|---|---|
| branch | string |
None. |
|
| sesion | integer |
None. |
|
| z_id | integer |
None. |
|
| date_open | date |
None. |
|
| date_close | date |
None. |
|
| pos | string |
None. |
|
| pos_type | string |
None. |
|
| status_pos | boolean |
None. |
|
| amt_tot | decimal number |
None. |
|
| qty_doc | decimal number |
None. |
|
| id_pos_sesion | globally unique identifier |
None. |
|
| id_pos | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"branch": "sample string 1",
"sesion": 2,
"z_id": 3,
"date_open": "2025-12-08T21:27:04.3110281+01:00",
"date_close": "2025-12-08T21:27:04.3110281+01:00",
"pos": "sample string 6",
"pos_type": "sample string 7",
"status_pos": true,
"amt_tot": 9.1,
"qty_doc": 10.1,
"id_pos_sesion": "a2ba49f0-5e49-41be-8695-98d7d87dbc00",
"id_pos": "e6756e06-6905-473a-b5cb-12570801ae7a"
},
{
"$ref": "1"
}
]