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": "d4558333-1721-4426-b83b-10dfb0624a38",
"doc_name": "sample string 1",
"id": "af9e2d4a-b75e-47b7-8fd2-7242cc2ff64a",
"pay_name": "sample string 3",
"id_money_type": "68b0b9bd-8e57-446c-92bd-d8efeb224343",
"symbol_large": "sample string 5",
"order_doc": 6,
"order_pay": 7,
"amt_tot_mo": 1.1,
"amt_tot_md": 1.1
},
{
"$ref": "1"
}
]