GET api/Tt_Tips?id_pos_sesion_tr={id_pos_sesion_tr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id_pos_sesion_tr

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of sp_Tips_Treated_Result
NameDescriptionTypeAdditional information
all_treated

boolean

None.

tips_total

integer

None.

tips_pending

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "all_treated": true,
    "tips_total": 1,
    "tips_pending": 1
  },
  {
    "$ref": "1"
  }
]