- Getting Started
- Extension
- Dashboard
- Module
- Report
- Total
- Integration
- Channel
- Extension
- Profile
- Inventory
- Addition
- Brand
- Category
- Deduction
- Flow
- Item
- Location
- Purchase Order
- Reservation
- Stock Take Job
- Supplier
- Transfer Job
- Transfer
- Sale
- Setting
- Channel Group
- Company
- Credit Note Status
- Currency
- Language
- Order Status
- Payment Method
- User Group
- User
setting/language/get
POST
/setting/language/get
Request
Body Params application/json
domain
string
required
api_key
string
required
auth_timestamp
integer
required
auth_signature
string
required
Example
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string"
}
Responses
🟢200Success
application/json
Body
error
array[string]
optional
languages
array [object {3}]
optional
language_id
integer
required
code
string
required
name
string
required
Example
{
"error": [
"string"
],
"languages": [
{
"language_id": 0,
"code": "string",
"name": "string"
}
]
}
Modified at 2024-10-20 02:34:17