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": "669373ee-8a0a-4257-88b0-d43ec3e1c64e",
"db_country_id": "0b5813e2-4a99-4661-a6ce-aee0f2ecea70",
"quote": 3.1,
"name": "sample string 4",
"description": "sample string 5",
"start_date": "2026-03-07T14:54:53.5545913+00:00",
"end_date": "2026-03-07T14:54:53.5545913+00:00",
"is_default": true,
"legal_stipulation": "sample string 9",
"optional": true,
"archived": true,
"modified_dateutc": "2026-03-07T14:54:53.5545913+00:00"
}
application/xml, text/xml
Sample:
<company_vat xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <archived>true</archived> <db_country_id>0b5813e2-4a99-4661-a6ce-aee0f2ecea70</db_country_id> <description>sample string 5</description> <end_date>2026-03-07T14:54:53.554Z</end_date> <id>669373ee-8a0a-4257-88b0-d43ec3e1c64e</id> <is_default>true</is_default> <legal_stipulation>sample string 9</legal_stipulation> <modified_dateutc>2026-03-07T14:54:53.554Z</modified_dateutc> <name>sample string 4</name> <optional>true</optional> <quote>3.1</quote> <start_date>2026-03-07T14:54:53.554Z</start_date> </company_vat>