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": "49df9058-844a-4d78-8e80-ced411a7906b",
"doc_id": "sample string 2",
"id_doc_type": "0a92ae1e-4fbc-487d-baea-4be17efa6876",
"doc_type_name": "sample string 4",
"date_doc": "2026-05-09T09:37:36.8063057+02:00",
"hour_doc": "00:00:00.1234567",
"date_tax": "2026-05-09T09:37:36.8063057+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": "e9441872-40a8-4f26-b654-76e8224cd3ba",
"line_id": 2,
"id_item_sub": "c75ec430-934d-40ac-b717-fcbd0681a3e4",
"id_item": "ba9b6e7c-728a-406b-9af9-9369c234030d",
"item_name": "sample string 5",
"id_item_type": "e689a992-dbc5-49e1-afb3-d0c07ecf4d0f",
"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": "9ef95806-dff8-4d45-af37-d8dd39b0a795",
"line_id": 2,
"id_pay": "1bb9296d-0483-4337-a2b4-e4366c53b060",
"pay_name": "sample string 4",
"amt_tot": 5.1
},
{
"$ref": "4"
}
]
},
"doc_pdf_base64": "sample string 4",
"data_client": {
"$id": "5",
"id": "6bf90c56-d190-449c-9357-e46765272cd2",
"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"
}
}
}