POST api/Tt_Doc_Sa_Dc
Request Information
URI Parameters
None.
Body Parameters
_data_client| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| tax_data | _tax_data |
None. |
|
| personal_data | _personal_data |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "1da512c2-2a6b-4f3d-9cb8-087f448f0541",
"tax_data": {
"$id": "2",
"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": "3",
"address": "sample string 1",
"region_name": "sample string 2",
"city_name": "sample string 3",
"zip_code": "sample string 4"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
tt_doc_sa_dc| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| id_doc_sa | globally unique identifier |
Required |
|
| cif_nif | string |
Required Max length: 20 |
|
| company_name | string |
Required Max length: 30 |
|
| country | string |
Required Max length: 20 |
|
| tel_number | string |
Required Max length: 30 |
|
| e_mail | string |
Required Max length: 30 |
|
| address | string |
Required Max length: 50 |
|
| region_name | string |
Required Max length: 20 |
|
| city_name | string |
Required Max length: 20 |
|
| zip_code | string |
Required Max length: 10 |
|
| active | boolean |
Required |
|
| created_on | date |
None. |
|
| last_update | date |
None. |
|
| commited | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "d05a2394-111a-430a-b4a9-5599d9a9167f",
"id_doc_sa": "6db7156b-6016-4514-8532-f972f0bbcdbc",
"cif_nif": "sample string 3",
"company_name": "sample string 4",
"country": "sample string 5",
"tel_number": "sample string 6",
"e_mail": "sample string 7",
"address": "sample string 8",
"region_name": "sample string 9",
"city_name": "sample string 10",
"zip_code": "sample string 11",
"active": true,
"created_on": "2025-12-08T21:24:13.1068972+01:00",
"last_update": "2025-12-08T21:24:13.1068972+01:00",
"commited": true
}