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": "3063cd68-1912-4f93-86b9-4d2093405592",
"doc_id": "sample string 2",
"id_doc_type": "af1aeabb-1b20-4745-898f-d068b147dbd7",
"doc_type_name": "sample string 4",
"date_doc": "2026-07-08T10:44:06.3344794+02:00",
"hour_doc": "00:00:00.1234567",
"date_tax": "2026-07-08T10:44:06.3344794+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": "d3ed3e14-f321-4589-ade4-35471e503f45",
"line_id": 2,
"id_item_sub": "9be1339d-ed9c-4b2f-8ac5-2964693be7e0",
"id_item": "4a2692f3-5b4f-4902-98f5-b71350e64334",
"item_name": "sample string 5",
"id_item_type": "8180bf8f-8477-440a-98e6-bbb72f9b6745",
"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": "bf548d87-fb78-4376-b457-cdd0a133100a",
"line_id": 2,
"id_pay": "631954a1-3280-41fe-baa6-5d5678f2e831",
"pay_name": "sample string 4",
"amt_tot": 5.1
},
{
"$ref": "4"
}
]
},
"doc_pdf_base64": "sample string 4",
"data_client": {
"$id": "5",
"id": "6776bea1-f30e-4777-b868-0eb550244ff5",
"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"
}
}
}