Request Information
URI Parameters :
None.
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": "0b124ddb-3ad2-438a-82f9-466fb997ea52",
"db_country_id": "c8d543eb-f969-497c-b0b0-c27ed7b9f39b",
"quote": 3.1,
"name": "sample string 4",
"description": "sample string 5",
"start_date": "2026-06-16T22:34:34.4636262+00:00",
"end_date": "2026-06-16T22:34:34.4636262+00:00",
"is_default": true,
"legal_stipulation": "sample string 9",
"optional": true,
"archived": true,
"modified_dateutc": "2026-06-16T22:34:34.4636262+00:00"
}
application/xml, text/xml
Sample:
<company_vat xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <archived>true</archived> <db_country_id>c8d543eb-f969-497c-b0b0-c27ed7b9f39b</db_country_id> <description>sample string 5</description> <end_date>2026-06-16T22:34:34.463Z</end_date> <id>0b124ddb-3ad2-438a-82f9-466fb997ea52</id> <is_default>true</is_default> <legal_stipulation>sample string 9</legal_stipulation> <modified_dateutc>2026-06-16T22:34:34.463Z</modified_dateutc> <name>sample string 4</name> <optional>true</optional> <quote>3.1</quote> <start_date>2026-06-16T22:34:34.463Z</start_date> </company_vat>