GET api/Tt_Tips?id_pos_sesion_v={id_pos_sesion_v}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id_pos_sesion_v

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of sp_Tips_View_Result
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

id_pos_sesion

globally unique identifier

None.

amt_card

decimal number

None.

amt_cash

decimal number

None.

id_user

globally unique identifier

None.

id_room_unit_activity

globally unique identifier

None.

id_doc_sa

globally unique identifier

None.

id_pos_type

globally unique identifier

None.

block

boolean

None.

comment

string

None.

json_response

string

None.

id_doc_ref

globally unique identifier

None.

coupon_id

string

None.

terminal_id

string

None.

card_name

string

None.

card_bank

string

None.

card_number

string

None.

client_name

string

None.

money_type

string

None.

merchant_id

string

None.

aid

string

None.

auth_num

string

None.

authorization

boolean

None.

signature

boolean

None.

contactless

boolean

None.

date_hour_pay

string

None.

terminal_name

string

None.

active

boolean

None.

created_on

date

None.

last_update

date

None.

commited

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": "30cb5cf6-8e30-434b-a7ac-a3de9c9b9c00",
    "id_pos_sesion": "4a80bc48-4117-45e1-80c1-d6b51390529f",
    "amt_card": 1.1,
    "amt_cash": 1.1,
    "id_user": "901c5720-8e66-4f4c-9cbb-029b503da1a7",
    "id_room_unit_activity": "9c69d89d-ebcc-492e-af00-d5ca4fd33d11",
    "id_doc_sa": "9951806c-8007-4804-8944-df7af507d68b",
    "id_pos_type": "ff6fa221-aaa8-4b75-b1a6-06f9c8b88d31",
    "block": true,
    "comment": "sample string 5",
    "json_response": "sample string 6",
    "id_doc_ref": "0d00b45e-2087-47aa-9423-0ddf9efd21bf",
    "coupon_id": "sample string 7",
    "terminal_id": "sample string 8",
    "card_name": "sample string 9",
    "card_bank": "sample string 10",
    "card_number": "sample string 11",
    "client_name": "sample string 12",
    "money_type": "sample string 13",
    "merchant_id": "sample string 14",
    "aid": "sample string 15",
    "auth_num": "sample string 16",
    "authorization": true,
    "signature": true,
    "contactless": true,
    "date_hour_pay": "sample string 17",
    "terminal_name": "sample string 18",
    "active": true,
    "created_on": "2026-05-09T09:33:52.1650352+02:00",
    "last_update": "2026-05-09T09:33:52.1650352+02:00",
    "commited": true
  },
  {
    "$ref": "1"
  }
]