- 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/currency/get
POST
/setting/currency/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
currencies
array [object {7}]
optional
currency_id
integer
required
code
string
required
symbol_left
string
required
symbol_right
string
required
decimal_place
integer
required
value
number
required
date_modified
string
required
Example
{
"error": [
"string"
],
"currencies": [
{
"currency_id": 0,
"code": "string",
"symbol_left": "string",
"symbol_right": "string",
"decimal_place": 0,
"value": 0,
"date_modified": "string"
}
]
}
Modified at 2024-10-20 02:32:43