GET api/Tt_Doc_Sa?id_pos_sesion_s={id_pos_sesion_s}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id_pos_sesion_s

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of sp_Docs_By_Cancel_Result
NameDescriptionTypeAdditional information
id_pos_sesion

globally unique identifier

None.

id

globally unique identifier

None.

nro_doc

string

None.

date_doc

date

None.

hour_doc

time interval

None.

amt_tot

decimal number

None.

status_del

string

None.

user

string

None.

id_doc

globally unique identifier

None.

id_doc_ref

globally unique identifier

None.

name_doc

string

None.

name_doc_ref

string

None.

date_add_ref

date

None.

user_ref

string

None.

created_on

date

None.

symbol

string

None.

id_ref

globally unique identifier

None.

symbol_pay

string

None.

ref_zone_aut

string

None.

id_room_unit

globally unique identifier

None.

pay_pos_terminal

integer

None.

json_response

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id_pos_sesion": "c00e87de-f2a1-4fba-a9b5-a1069ba1f5f3",
    "id": "471659b0-1cca-438d-a7dd-235cbb9a9e8b",
    "nro_doc": "sample string 2",
    "date_doc": "2026-07-08T06:22:48.1581302+02:00",
    "hour_doc": "00:00:00.1234567",
    "amt_tot": 4.1,
    "status_del": "sample string 5",
    "user": "sample string 6",
    "id_doc": "4076a622-92aa-400f-9c40-8d862ba72345",
    "id_doc_ref": "8c395328-36c4-4de6-b45e-3b6f81890f68",
    "name_doc": "sample string 8",
    "name_doc_ref": "sample string 9",
    "date_add_ref": "2026-07-08T06:22:48.1581302+02:00",
    "user_ref": "sample string 10",
    "created_on": "2026-07-08T06:22:48.1581302+02:00",
    "symbol": "sample string 12",
    "id_ref": "eec6aa8c-0034-4331-8621-5cc402c55349",
    "symbol_pay": "sample string 13",
    "ref_zone_aut": "sample string 14",
    "id_room_unit": "2a94af64-cc43-482d-8c76-eb50c306de9b",
    "pay_pos_terminal": 15,
    "json_response": "sample string 16"
  },
  {
    "$ref": "1"
  }
]