GET api/Tt_Doc_Sa?id_sesion_s={id_sesion_s}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_sesion_s | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of vi_cashflow_by_sesion| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion | globally unique identifier |
None. |
|
| doc_name | string |
None. |
|
| id | globally unique identifier |
None. |
|
| pay_name | string |
None. |
|
| id_money_type | globally unique identifier |
None. |
|
| symbol_large | string |
None. |
|
| order_doc | integer |
None. |
|
| order_pay | integer |
None. |
|
| amt_tot_mo | decimal number |
None. |
|
| amt_tot_md | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_pos_sesion": "b799278d-2640-4966-a88f-06432354fa64",
"doc_name": "sample string 1",
"id": "8ff381ed-bc49-4cd7-b513-76e2efa0e8bf",
"pay_name": "sample string 3",
"id_money_type": "93e8e9dc-387d-4990-9805-8ddfdb7d3404",
"symbol_large": "sample string 5",
"order_doc": 6,
"order_pay": 7,
"amt_tot_mo": 1.1,
"amt_tot_md": 1.1
},
{
"$ref": "1"
}
]