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": "5ad7dd2f-195c-4f29-9d49-6a4cd8335cd8",
"db_country_id": "b8f7c85c-ff91-4578-ad15-3ff6d732e9ce",
"quote": 3.1,
"name": "sample string 4",
"description": "sample string 5",
"start_date": "2026-03-07T13:18:58.6736686+00:00",
"end_date": "2026-03-07T13:18:58.6736686+00:00",
"is_default": true,
"legal_stipulation": "sample string 9",
"optional": true,
"archived": true,
"modified_dateutc": "2026-03-07T13:18:58.6736686+00:00"
}
application/xml, text/xml
Sample:
<company_vat xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <archived>true</archived> <db_country_id>b8f7c85c-ff91-4578-ad15-3ff6d732e9ce</db_country_id> <description>sample string 5</description> <end_date>2026-03-07T13:18:58.673Z</end_date> <id>5ad7dd2f-195c-4f29-9d49-6a4cd8335cd8</id> <is_default>true</is_default> <legal_stipulation>sample string 9</legal_stipulation> <modified_dateutc>2026-03-07T13:18:58.673Z</modified_dateutc> <name>sample string 4</name> <optional>true</optional> <quote>3.1</quote> <start_date>2026-03-07T13:18:58.673Z</start_date> </company_vat>