πŸ˜†More

Country λΆ€λΆ„

Add / Delete country API

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

Request Body

Name
Type
Description

country_list*

List<String>

{
    "code": 201,
    "message": "Country has been created",
    "dev_message": "created",
    "data": []
}

Country list API

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

{
    "code": 200,
    "message": "",
    "dev_message": "ok",
    "data": [
        {
            "country_list": [
                {
                    "org_cnt": 0,
                    "country_uid": "578ed5a4-eecf-5a15-803a-bdc49f6152d6",
                    "country_name": "Japan"
                },
                {
                    "org_cnt": 3,
                    "country_uid": "73f2b9ad-8069-3506-f5fc-6b1fd505b2e3",
                    "country_name": "Korea"
                },
                {
                    "org_cnt": 1,
                    "country_uid": "8689391a-8b93-cd2d-55cc-f3f436eef4e2",
                    "country_name": "Thailand"
                }
            ]
        }
    ]
}

Service type λΆ€λΆ„

Add / Delete service type API

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

Request Body

Name
Type
Description

service_list*

List<String>

Service type list API

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

Currency λΆ€λΆ„

Add / Delete currency API

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

Request Body

Name
Type
Description

currency_list*

List

Currency list 쑰회 API

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

Middleman λΆ€λΆ„

Add / Edit middleman

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

Edit μ‹œ middleman_uid 값을 μΆ”κ°€ν•˜μ‹œκ³  등둝과 λ˜‘ 같이 λͺ¨λ“  값을 보내 μ£Όμ…”μ•Ό 함

Request Body

Name
Type
Description

country*

manager_list

String

JsonEncode 2번

representative_contact_number*

String

representative_email*

String

representative_name*

String

organization_contact_number*

String

address*

String

JsonEncode 2번

organization*

String

middleman_uid

String

Edit μ‹œ μΆ”κ°€

address_detail

String

Middleman list 쑰회 API

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

Delete middleman

POST https://api.fatos.biz/mogos/console/middleman/delete

Request Body

Name
Type
Description

middleman_uid*

String

Last updated