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": "3b27e5c0-77cf-42bf-82bc-1f5d4884ef3a",
"doc_id": "sample string 2",
"id_doc_type": "467975c9-fb3c-4d65-9419-5b58e411800c",
"doc_type_name": "sample string 4",
"date_doc": "2026-09-06T06:47:09.6508735+02:00",
"hour_doc": "00:00:00.1234567",
"date_tax": "2026-09-06T06:47:09.6508735+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": "03afbec2-36f5-42b6-bf77-d44de88d73f3",
"line_id": 2,
"id_item_sub": "803c850e-7abb-4978-8857-8424b31f2572",
"id_item": "a4f12db6-5f19-4820-a7a2-4e30f05e5e15",
"item_name": "sample string 5",
"id_item_type": "ed74a888-93d9-4db2-bcd3-c13592737aa6",
"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": "c88f9a62-a06e-4b3d-a40b-5bdf00a7d439",
"line_id": 2,
"id_pay": "6cddd716-adfc-4e1f-9b75-c830d976b568",
"pay_name": "sample string 4",
"amt_tot": 5.1
},
{
"$ref": "4"
}
]
},
"doc_pdf_base64": "sample string 4",
"data_client": {
"$id": "5",
"id": "f9b71054-52df-4e8f-bba1-ad9910675659",
"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"
}
}
}