{
  "@context": "https://schema.org",
  "@type": "AskAction",
  "@id": "https://xn--12cngm1bb5b0clcea7bd5gzbsuc9a.online/ai-actions/quote.json",
  "name": "Request a price quote",
  "description": "Get an itemised THB quote for any service (criminal record, notary, translation, apostille, embassy legalization).",
  "target": {
    "@type": "EntryPoint",
    "urlTemplate": "https://xn--12cngm1bb5b0clcea7bd5gzbsuc9a.online/contact?service={service}&lang={lang}",
    "encodingType": "application/x-www-form-urlencoded",
    "contentType": "text/html"
  },
  "query-input": [
    {
      "@type": "PropertyValueSpecification",
      "valueName": "service",
      "valueRequired": true
    },
    {
      "@type": "PropertyValueSpecification",
      "valueName": "lang",
      "valueRequired": false
    }
  ],
  "provider": {
    "@id": "https://xn--12cngm1bb5b0clcea7bd5gzbsuc9a.online/#organization"
  }
}