GET api/Tt_Doc_Sa?id_pos_sesion_v={id_pos_sesion_v}&id_doc_v={id_doc_v}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id_pos_sesion_v

globally unique identifier

Required

id_doc_v

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": "0139f056-dfe5-495f-b9c9-435b8fe4b8da",
    "id": "87db003a-40ce-4a86-87df-ec067570649d",
    "nro_doc": "sample string 2",
    "date_doc": "2026-07-08T06:22:48.0936377+02:00",
    "hour_doc": "00:00:00.1234567",
    "amt_tot": 4.1,
    "status_del": "sample string 5",
    "user": "sample string 6",
    "id_doc": "8fb2ce21-0764-4831-bbbf-725873a82fc1",
    "id_doc_ref": "6aa1f366-ccab-4626-9ea0-5a1d7fb2562b",
    "name_doc": "sample string 8",
    "name_doc_ref": "sample string 9",
    "date_add_ref": "2026-07-08T06:22:48.0936377+02:00",
    "user_ref": "sample string 10",
    "created_on": "2026-07-08T06:22:48.0936377+02:00",
    "symbol": "sample string 12",
    "id_ref": "b585fb9d-6b19-4bdd-8df4-fd25c135a475",
    "symbol_pay": "sample string 13",
    "ref_zone_aut": "sample string 14",
    "id_room_unit": "05c8da6a-f622-4bfa-a1b0-17e02337c11d",
    "pay_pos_terminal": 15,
    "json_response": "sample string 16"
  },
  {
    "$ref": "1"
  }
]