GET api/Tt_Doc_Sa?id_sesion_p={id_sesion_p}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_sesion_p | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of vi_sales_by_pays| 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": "1b2877d8-5feb-4a32-82f3-b93b1a6f7b63",
"id_pay": "c6267bed-2cf3-4cb2-862c-99e3af7e387c",
"pay_name": "sample string 2",
"order": 3,
"amt_tot_md": 1.1
},
{
"$ref": "1"
}
]