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.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id_pos_sesion": "8028b85c-6c3d-4d27-942b-9961357cc6ad",
    "id": "60b9212b-50de-4027-92d9-48ac92320296",
    "nro_doc": "sample string 2",
    "date_doc": "2025-12-08T21:30:55.0430426+01:00",
    "hour_doc": "00:00:00.1234567",
    "amt_tot": 4.1,
    "status_del": "sample string 5",
    "user": "sample string 6",
    "id_doc": "24c42a3c-c6b3-4a4a-a122-ef9dc0e8b19c",
    "id_doc_ref": "3442a244-3923-4dd6-87ee-11896650503e",
    "name_doc": "sample string 8",
    "name_doc_ref": "sample string 9",
    "date_add_ref": "2025-12-08T21:30:55.0430426+01:00",
    "user_ref": "sample string 10",
    "created_on": "2025-12-08T21:30:55.0430426+01:00",
    "symbol": "sample string 12",
    "id_ref": "4cc3c955-0447-457b-92f7-53d325007398",
    "symbol_pay": "sample string 13",
    "ref_zone_aut": "sample string 14",
    "id_room_unit": "05e15081-c021-4aa9-a8fe-9b05fe474a25",
    "pay_pos_terminal": 15
  },
  {
    "$ref": "1"
  }
]