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": "89382917-a267-477b-a73e-cecf8ad09c32",
"name_doc": "sample string 1",
"id_pos": "c0588212-fc8f-459c-be6f-a70ee5f59954",
"prev_id_pos_sesion": "e56f4d73-e123-46e5-8504-22835c2b3a1f",
"prev_date_tax": "2026-05-09T09:40:18.8170586+02:00",
"current_id_pos_sesion": "a53c482a-0c5c-4593-8141-df0acd376aa6",
"current_date_tax": "2026-05-09T09:40:18.8170586+02:00",
"last_nro_prev_session": 1,
"expected_next_nro": 1,
"actual_next_nro": 1,
"status": "sample string 2"
},
{
"$ref": "1"
}
]