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": "2d7ea600-043d-4c69-ac02-f2f67f566c69",
"doc_id": "sample string 2",
"id_doc_type": "f7011166-4607-4fb7-a857-1ea2b33e4f63",
"doc_type_name": "sample string 4",
"date_doc": "2026-01-10T12:10:07.579432+01:00",
"hour_doc": "00:00:00.1234567",
"date_tax": "2026-01-10T12:10:07.579432+01: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": "07201b9d-e8ce-4dd2-bc20-117c01b5277b",
"line_id": 2,
"id_item": "7692f712-26cd-4554-b179-178a9968f6f8",
"item_name": "sample string 4",
"id_item_type": "33034952-bdd7-4375-b68c-69f37588a897",
"item_type_name": "sample string 6",
"unit_price": 7.1,
"amt_net": 8.1,
"amt_tax": 9.1,
"amt_dis": 10.1,
"amt_chr": 11.1,
"amt_tot": 12.1
},
{
"$ref": "3"
}
],
"doc_sa_pay": [
{
"$id": "4",
"id": "743b5d85-0304-4ba4-a07f-e216f6c6677f",
"line_id": 2,
"id_pay": "48cefec6-d2a4-4e4b-9051-180b36315c8e",
"pay_name": "sample string 4",
"amt_tot": 5.1
},
{
"$ref": "4"
}
]
},
"doc_pdf_base64": "sample string 4",
"data_client": {
"$id": "5",
"id": "654851e3-5c42-44f1-997f-e34e1017ebed",
"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"
}
}
}