GET api/Tt_Doc_Sa?id_pos_sesion_h={id_pos_sesion_h}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion_h | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_SalesPay_ByIdPosSesion_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pay | globally unique identifier |
None. |
|
| pay_name | string |
None. |
|
| amt_tot_md | decimal number |
None. |
|
| amt_tot_mo | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_pay": "845af245-ea90-4dee-8f98-c1a6c8fdb3bd",
"pay_name": "sample string 2",
"amt_tot_md": 1.1,
"amt_tot_mo": 1.1
},
{
"$ref": "1"
}
]