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": "439daf13-69d8-4c62-90b6-c3107fadd305",
"doc_name": "sample string 1",
"id": "b4595598-1c33-4a8f-b550-b24bf869a062",
"pay_name": "sample string 3",
"id_money_type": "cf4631e4-f8da-4cd6-8611-85d1ca40b857",
"symbol_large": "sample string 5",
"order_doc": 6,
"order_pay": 7,
"amt_tot_mo": 1.1,
"amt_tot_md": 1.1
},
{
"$ref": "1"
}
]