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": "5bd0e8d4-5d9a-4dfa-a9ab-b0ff3703e204",
"doc_name": "sample string 2",
"sign_money": 3,
"reserved": true,
"id_pos_sesion": "c4f29ba5-3117-43d4-b979-889ead0f53b3",
"amt_tot_md": 1.1
},
{
"$ref": "1"
}
]