GET
/
getLocale
getLocale
curl --request GET \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/getLocale
{
  "service_status": {
    "invoice_id": 123,
    "message": "<string>",
    "status": 0
  },
  "locale": 123,
  "country": "<string>",
  "taxrate": 123
}

Query Parameters

APIKey
string
required
invoiceid
integer
required

Response

Success

service_status
object
locale
integer
country
string
taxrate
number