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": "1ae9e98c-24fb-4c3b-9320-8229050197b5",
"id_pay": "4d7b9e58-7564-4ac7-a584-7da579c0ae0e",
"pay_name": "sample string 2",
"order": 1,
"amt_tot_md": 1.1
},
{
"$ref": "1"
}
]