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": "b2362b9d-6dcf-4076-8a31-7f6b4757f7dd",
"doc_id": "sample string 2",
"id_doc_type": "213de852-5fc6-43ad-90cf-db7105bc72e3",
"doc_type_name": "sample string 4",
"date_doc": "2026-07-08T09:49:02.164828+02:00",
"hour_doc": "00:00:00.1234567",
"date_tax": "2026-07-08T09:49:02.164828+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": "e69d55e1-2603-4b69-a9ab-42907437da5b",
"line_id": 2,
"id_item_sub": "8ff614ab-0f29-41d2-8b96-5e6637453e55",
"id_item": "ef7934d2-d521-484a-9837-bb11003d5ad2",
"item_name": "sample string 5",
"id_item_type": "7f85f7a0-d9e7-4c1f-95ab-4a0c3e22d214",
"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": "ac0858fb-7afd-4551-a4b4-09cd7835274b",
"line_id": 2,
"id_pay": "ad824d76-cd0b-4664-8b21-7b5e6e8e88a1",
"pay_name": "sample string 4",
"amt_tot": 5.1
},
{
"$ref": "4"
}
]
},
"doc_pdf_base64": "sample string 4",
"data_client": {
"$id": "5",
"id": "b66ff622-9ef6-45c9-811f-4a3d6ec46bb6",
"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"
}
}
}