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": "31d7c987-7451-476b-84d0-a96c33d26cd8",
"doc_id": "sample string 2",
"id_doc_type": "c40294e8-b426-4f35-a0ec-b7ad307c97c4",
"doc_type_name": "sample string 4",
"date_doc": "2026-03-10T09:41:34.1495067+01:00",
"hour_doc": "00:00:00.1234567",
"date_tax": "2026-03-10T09:41:34.1495067+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": "306f2840-bb87-4f16-a1ae-cd919fd4a954",
"line_id": 2,
"id_item": "391c046a-b127-442d-bb93-1cf866005c79",
"item_name": "sample string 4",
"id_item_type": "f7d929be-cae0-48a9-a1d7-e6b793329b6a",
"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": "15400a23-8242-4aa7-a691-1a12e2c7d5d1",
"line_id": 2,
"id_pay": "04968fa0-edbf-407c-a068-02e094a1b84e",
"pay_name": "sample string 4",
"amt_tot": 5.1
},
{
"$ref": "4"
}
]
},
"doc_pdf_base64": "sample string 4",
"data_client": {
"$id": "5",
"id": "8531e6d6-a6f6-434b-8d23-f613b776799e",
"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"
}
}
}