GET api/Tt_Doc_Sa?id_sesion_d={id_sesion_d}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_sesion_d | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of vi_cashflow_by_doc| Name | Description | Type | Additional information |
|---|---|---|---|
| id_doc | globally unique identifier |
None. |
|
| doc_name | string |
None. |
|
| sign_money | integer |
None. |
|
| reserved | boolean |
None. |
|
| id_pos_sesion | globally unique identifier |
None. |
|
| amt_tot_md | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_doc": "c6725a6f-2a5b-4888-ba6e-a135dcb28a18",
"doc_name": "sample string 2",
"sign_money": 3,
"reserved": true,
"id_pos_sesion": "3572b1ec-7514-492c-8c68-b003fb045866",
"amt_tot_md": 1.1
},
{
"$ref": "1"
}
]