GET api/Tt_Doc_Sa?id_pos_sesion_pt_ref={id_pos_sesion_pt_ref}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion_pt_ref | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Sales_By_Pays_Card_Ref_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id_doc_sa | globally unique identifier |
None. |
|
| orderId | globally unique identifier |
None. |
|
| terminal_name | string |
None. |
|
| sale_md | decimal number |
None. |
|
| tip_md | decimal number |
None. |
|
| total_md | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_doc_sa": "b29795c3-775a-46c0-b933-81af123c796c",
"orderId": "3a1ac9a1-bc85-4f2f-b82b-530d75b8094b",
"terminal_name": "sample string 1",
"sale_md": 1.0,
"tip_md": 1.0,
"total_md": 1.0
},
{
"$ref": "1"
}
]