GET api/Tt_Doc_Sa?id_sesion_sbp={id_sesion_sbp}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_sesion_sbp | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Sales_By_Pays_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion | globally unique identifier |
None. |
|
| id_pay | globally unique identifier |
None. |
|
| pay_name | string |
None. |
|
| order | integer |
None. |
|
| amt_tot_md | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_pos_sesion": "bdec796d-8100-4d9f-8c2d-6e25ccac790b",
"id_pay": "62d3537f-668d-4a6a-b135-c7c30d654aa0",
"pay_name": "sample string 2",
"order": 1,
"amt_tot_md": 1.1
},
{
"$ref": "1"
}
]