πŸ‘«Customer

선택지 κ°€μ Έμ˜€λŠ” API

GET https://api.fatos.biz/mogos/console/choice

{
    "code": 200,
    "message": "",
    "dev_message": "ok",
    "data": [
        {
            "country_list": [
                "Korea",
                "Thailand",
                "Singapore"
            ],
            "invoice_list": [
                {
                    "currency": "KOR",
                    "amount_due": 500000.0,
                    "invoice_no": "INV_231011",
                    "billing_uid": "1d8102d5-ed19-49b0-e64e-52b83bb16837"
                },
                {
                    "currency": "KOR",
                    "amount_due": 500000.0,
                    "invoice_no": "INV_231010",
                    "billing_uid": "4a4af332-e1c9-a566-2d5a-da27cd453c4a"
                },
                {
                    "currency": "SGD",
                    "amount_due": 10000,
                    "invoice_no": "INV_231010",
                    "billing_uid": "4a4af332-e1c9-a566-2d5a-da27cd453c4a"
                },
                {
                    "currency": "SGD",
                    "amount_due": 20000,
                    "invoice_no": "INV_231011",
                    "billing_uid": "1d8102d5-ed19-49b0-e64e-52b83bb16837"
                }
            ],
            "service_list": [
                "SDK",
                "API",
                "MA",
                "SCM"
            ],
            "currency_list": [
                "KOR",
                "USD",
                "THB"
            ],
            "middleman_list": [
                "Test org"
            ]
        }
    ]
}

Representative email 확인 API

POST https://api.fatos.biz/mogos/console/verifyemail

Request Body

Name
Type
Description

representative_email*

String

Representative contact number 확인 API

POST https://api.fatos.biz/mogos/console/verifycontactnumber

Request Body

Name
Type
Description

representative_contact_number*

String

Customer 등둝

POST https://api.fatos.biz/mogos/console/customer

FORM DATA

Request Body

Name
Type
Description

user_account

String

λ‘œκ·ΈμΈν•œ 계정

rp*

String

map_streeming_limit

String

map_streeming*

String

map_download_limit

String

map_download*

String

subscription_end_date*

String

subscription_start_date*

String

subscription_type*

String

representative_contact_number*

String

representative_email*

String

representative_name*

String

organization_contact_number

String

address*

String

Object

organization_name*

String

country*

String

logo_image

String

client_profile_limit

String

client_profile*

String

account_limit

String

account*

String

search_poi_limit

String

search_poi*

String

rp_limit

String

storage_limit

String

storage*

String

image_limit

String

image*

String

subkey_usage*

String

key_end_date*

String

key_start_date*

String

key_status*

String

main_key*

String

subkey_limit*

String

subkey_list

String

address_detail

String

Customer list API (λŒ€μΆ© μ™„λ£Œν•˜μ—¬ μΆ”κ°€ μž‘μ—… ν•„μš”)

GET https://api.fatos.biz/mogos/console/customer

Customer info API (일뢀 정보 μ™„λ£Œ)

GET https://api.fatos.biz/mogos/console/customerinfo

Query Parameters

Name
Type
Description

organization_uid

String

Customer dashboard key exp warning list API

GET https://api.fatos.biz/mogos/console/keywarning

Customer dashboard usage warning list API (Dummy data)

GET https://api.fatos.biz/mogos/console/usagewarning

Last updated