GET api/Tt_Pos_Sesion?id_pos_sesion_cb={id_pos_sesion_cb}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion_cb | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Control_Correlation_previous_Sesion_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id_doc | globally unique identifier |
None. |
|
| name_doc | string |
None. |
|
| id_pos | globally unique identifier |
None. |
|
| prev_id_pos_sesion | globally unique identifier |
None. |
|
| prev_date_tax | date |
None. |
|
| current_id_pos_sesion | globally unique identifier |
None. |
|
| current_date_tax | date |
None. |
|
| last_nro_prev_session | integer |
None. |
|
| expected_next_nro | integer |
None. |
|
| actual_next_nro | integer |
None. |
|
| status | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_doc": "175b69fe-53d3-499b-9779-338858578b68",
"name_doc": "sample string 1",
"id_pos": "17685f53-66fe-4339-b716-adfe0e8aa757",
"prev_id_pos_sesion": "18e7d76c-807c-4f42-aa34-7bf0a9f1e3de",
"prev_date_tax": "2025-12-08T21:30:29.5478505+01:00",
"current_id_pos_sesion": "fb80bb3a-457e-45de-bdfd-15ff0b4ca92f",
"current_date_tax": "2025-12-08T21:30:29.5478505+01:00",
"last_nro_prev_session": 1,
"expected_next_nro": 1,
"actual_next_nro": 1,
"status": "sample string 2"
},
{
"$ref": "1"
}
]