πMore
Country λΆλΆ
Add / Delete country API
POST https://api.fatos.biz/mogos/console/country
Request Body
country_list*
List<String>
{
"code": 201,
"message": "Country has been created",
"dev_message": "created",
"data": []
}{
"country_list" : ["Korea","Thailand"]
}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
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
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
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
middleman_uid*
String
Last updated