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": "252db201-beda-4824-bcb9-4cb4ef4e3984",
"doc_name": "sample string 1",
"id": "03ed3a62-7458-43f2-83bb-69691013e4e7",
"pay_name": "sample string 3",
"id_money_type": "470b4afa-99f6-4495-b477-6f96688766f5",
"symbol_large": "sample string 5",
"order_doc": 6,
"order_pay": 7,
"amt_tot_mo": 1.1,
"amt_tot_md": 1.1
},
{
"$ref": "1"
}
]