GET api/CustomUE?id_doc_sa_info={id_doc_sa_info}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_doc_sa_info | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
doc_sa_info| Name | Description | Type | Additional information |
|---|---|---|---|
| branch_name | string |
None. |
|
| branch_mail | string |
None. |
|
| pos_name | string |
None. |
|
| doc_sa | _doc_sa_head |
None. |
|
| doc_pdf_base64 | string |
None. |
|
| data_client | _data_client |
None. |
Response Formats
application/json, text/json
Sample:
{
"branch_name": "sample string 1",
"branch_mail": "sample string 2",
"pos_name": "sample string 3",
"doc_sa": {
"$id": "2",
"id": "85dde7d2-cb76-44ff-9c94-316b61f3dece",
"doc_id": "sample string 2",
"id_doc_type": "eef2ca6d-adcc-4f4c-8d3d-11407fecccce",
"doc_type_name": "sample string 4",
"date_doc": "2026-05-09T09:37:45.763825+02:00",
"hour_doc": "00:00:00.1234567",
"date_tax": "2026-05-09T09:37:45.763825+02:00",
"amt_net": 8.1,
"amt_tax": 9.1,
"amt_dis": 10.1,
"amt_chr": 11.1,
"amt_tot": 12.1,
"doc_sa_det": [
{
"$id": "3",
"id": "ce141447-32c4-4edd-9375-e6cbd80f2650",
"line_id": 2,
"id_item_sub": "3b4a5105-1427-498e-b9f4-01dce0799da6",
"id_item": "8faa8b4e-1b74-4201-83ea-1fbfb678bc64",
"item_name": "sample string 5",
"id_item_type": "d721c966-3ad0-482f-98bc-f5abd1f1abb4",
"item_type_name": "sample string 7",
"unit_price": 8.1,
"qty": 9.1,
"amt_net": 10.1,
"amt_tax": 11.1,
"amt_dis": 12.1,
"amt_chr": 13.1,
"amt_tot": 14.1,
"active": true
},
{
"$ref": "3"
}
],
"doc_sa_pay": [
{
"$id": "4",
"id": "446985e6-109a-430c-879e-f777cc2231e5",
"line_id": 2,
"id_pay": "5fdf4e93-7ede-4558-8094-7268ea59cf69",
"pay_name": "sample string 4",
"amt_tot": 5.1
},
{
"$ref": "4"
}
]
},
"doc_pdf_base64": "sample string 4",
"data_client": {
"$id": "5",
"id": "b34ee76a-9784-42b1-9344-73bbe0d907c0",
"tax_data": {
"$id": "6",
"cif_nif": "sample string 1",
"company_name": "sample string 2",
"country": "sample string 3",
"tel_number": "sample string 4",
"e_mail": "sample string 5"
},
"personal_data": {
"$id": "7",
"address": "sample string 1",
"region_name": "sample string 2",
"city_name": "sample string 3",
"zip_code": "sample string 4"
}
}
}