Skip to content
chrismi edited this page Oct 29, 2010 · 2 revisions

Land

Dokus støtter fakturering til utvalgte land.

Fullstendig liste over tilgjengelige land kan hentes på /countries/:

{
    "countries": [
        {
            "id": 3, 
            "is_default_country": false, 
            "norwegian_name": "Belgia", 
            "english_name": "Belgium"
        }, 
        {
            "id": 4, 
            "is_default_country": false, 
            "norwegian_name": "Canada", 
            "english_name": "Canada"
        }, 
        {
            "id": 5, 
            "is_default_country": false, 
            "norwegian_name": "Danmark", 
            "english_name": "Denmark"
        }, 
        {
            "id": 6, 
            "is_default_country": false, 
            "norwegian_name": "Estland", 
            "english_name": "Estonia"
        }, 
        {
            "id": 7, 
            "is_default_country": false, 
            "norwegian_name": "Finland", 
            "english_name": "Finland"
        }, 
        {
            "id": 8, 
            "is_default_country": false, 
            "norwegian_name": "Frankrike", 
            "english_name": "France"
        }, 
        {
            "id": 9, 
            "is_default_country": false, 
            "norwegian_name": "Hellas", 
            "english_name": "Greece"
        }, 
        {
            "id": 10, 
            "is_default_country": false, 
            "norwegian_name": "Irland", 
            "english_name": "Ireland"
        }, 
        {
            "id": 11, 
            "is_default_country": false, 
            "norwegian_name": "Island", 
            "english_name": "Iceland"
        }, 
        {
            "id": 12, 
            "is_default_country": false, 
            "norwegian_name": "Italia", 
            "english_name": "Italy"
        }, 
        {
            "id": 33, 
            "is_default_country": false, 
            "norwegian_name": "Kroatia", 
            "english_name": "Croatia"
        }, 
        {
            "id": 30, 
            "is_default_country": false, 
            "norwegian_name": "Latvia", 
            "english_name": "Latvia"
        }, 
        {
            "id": 31, 
            "is_default_country": false, 
            "norwegian_name": "Litauen", 
            "english_name": "Lithuania"
        }, 
        {
            "id": 14, 
            "is_default_country": false, 
            "norwegian_name": "Luxemburg", 
            "english_name": "Luxembourg"
        }, 
        {
            "id": 15, 
            "is_default_country": false, 
            "norwegian_name": "Nederland", 
            "english_name": "Netherlands"
        }, 
        {
            "id": 1, 
            "is_default_country": true, 
            "norwegian_name": "Norge", 
            "english_name": "Norway"
        }, 
        {
            "id": 16, 
            "is_default_country": false, 
            "norwegian_name": "Polen", 
            "english_name": "Poland"
        }, 
        {
            "id": 17, 
            "is_default_country": false, 
            "norwegian_name": "Portugal", 
            "english_name": "Portugal"
        }, 
        {
            "id": 32, 
            "is_default_country": false, 
            "norwegian_name": "Russland", 
            "english_name": "Russia"
        }, 
        {
            "id": 19, 
            "is_default_country": false, 
            "norwegian_name": "Slovakia", 
            "english_name": "Slovakia"
        }, 
        {
            "id": 20, 
            "is_default_country": false, 
            "norwegian_name": "Spania", 
            "english_name": "Spain"
        }, 
        {
            "id": 21, 
            "is_default_country": false, 
            "norwegian_name": "Storbritannia", 
            "english_name": "Great Britain"
        }, 
        {
            "id": 22, 
            "is_default_country": false, 
            "norwegian_name": "Sveits", 
            "english_name": "Switzerland"
        }, 
        {
            "id": 23, 
            "is_default_country": false, 
            "norwegian_name": "Sverige", 
            "english_name": "Sweden"
        }, 
        {
            "id": 24, 
            "is_default_country": false, 
            "norwegian_name": "Tsjekkia", 
            "english_name": "Czech Republic"
        }, 
        {
            "id": 25, 
            "is_default_country": false, 
            "norwegian_name": "Tyskland", 
            "english_name": "Germany"
        }, 
        {
            "id": 26, 
            "is_default_country": false, 
            "norwegian_name": "Ungarn", 
            "english_name": "Hungary"
        }, 
        {
            "id": 27, 
            "is_default_country": false, 
            "norwegian_name": "USA", 
            "english_name": "United States of America"
        }, 
        {
            "id": 28, 
            "is_default_country": false, 
            "norwegian_name": "Østerrike", 
            "english_name": "Austria"
        }
    ]
}
Clone this wiki locally