GET api/Tt_Tips?id_pos_sesion_sp={id_pos_sesion_sp}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id_pos_sesion_sp

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of sp_Tips_Detail_Result
NameDescriptionTypeAdditional information
id_pos_sesion

globally unique identifier

None.

id_user

globally unique identifier

None.

user_name

string

None.

id_pos_type

globally unique identifier

None.

pos_type_name

string

None.

amt_card

decimal number

None.

amt_cash

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id_pos_sesion": "bdf1846a-9331-44f5-b360-7563480aade5",
    "id_user": "944fda36-db7d-475a-9607-6d1ca01de9d1",
    "user_name": "sample string 3",
    "id_pos_type": "dd44fb2c-1f0b-406e-8d53-fe67856f9dc5",
    "pos_type_name": "sample string 5",
    "amt_card": 1.1,
    "amt_cash": 1.1
  },
  {
    "$ref": "1"
  }
]