Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
company_vat| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| db_country_id | globally unique identifier | ||
| quote | decimal number | ||
| name | string | ||
| description | string | ||
| start_date |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| end_date |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| is_default | boolean | ||
| legal_stipulation | string | ||
| optional | boolean | ||
| archived | boolean | ||
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "de8edc5b-2800-4763-b85a-641f60678893",
"db_country_id": "e2f91999-f13c-48b3-acc0-788c825fa588",
"quote": 3.1,
"name": "sample string 4",
"description": "sample string 5",
"start_date": "2026-01-12T00:22:00.2093442+00:00",
"end_date": "2026-01-12T00:22:00.2093442+00:00",
"is_default": true,
"legal_stipulation": "sample string 9",
"optional": true,
"archived": true,
"modified_dateutc": "2026-01-12T00:22:00.2093442+00:00"
}
application/xml, text/xml
Sample:
<company_vat xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <archived>true</archived> <db_country_id>e2f91999-f13c-48b3-acc0-788c825fa588</db_country_id> <description>sample string 5</description> <end_date>2026-01-12T00:22:00.209Z</end_date> <id>de8edc5b-2800-4763-b85a-641f60678893</id> <is_default>true</is_default> <legal_stipulation>sample string 9</legal_stipulation> <modified_dateutc>2026-01-12T00:22:00.209Z</modified_dateutc> <name>sample string 4</name> <optional>true</optional> <quote>3.1</quote> <start_date>2026-01-12T00:22:00.209Z</start_date> </company_vat>