Get Country by ID documentgenerator.region.get
We are still updating this page
Some data may be missing here — we will complete it shortly.
Scope:
documentgeneratorWho can execute the method: any user
The method documentgenerator.region.get returns information about the region by its ID.
|
Parameter |
Description |
|
id* |
Country ID. |
Required parameters are marked with *
Successful Response
200 OK
"region": {
"id": "1",
"title": "Turkey",
"languageId": "",
"formatDate": "YYYY-MM-DD",
"formatDatetime": "YYYY-MM-DD HH:MI:SS",
"formatName": "#LAST_NAME# #NAME# #SECOND_NAME#",
"phrases": {
"TAX_INCLUDED": "VAT included in the price",
"TAX_NOT_INCLUDED": "VAT not included in the price",
"TAX_INCLUDED_NOT_VAT": "Tax (not VAT) included in the price",
"TAX_NOT_INCLUDED_NOT_VAT": "Tax (not VAT) not included in the price",
"UF_TYPE_BOOLEAN_YES": "Yes",
"UF_TYPE_BOOLEAN_NO": "No",
}
}
Copied
Previous