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": "6d847351-8694-4497-975f-3f71678153fc",
"doc_name": "sample string 2",
"sign_money": 3,
"reserved": true,
"id_pos_sesion": "f7ffb9a9-d5f6-4c0c-b7fc-03c683016e89",
"amt_tot_md": 1.1
},
{
"$ref": "1"
}
]