- Backhub Api
- General
- Accounting
- Apps
- Settings
- 🥷 Enterprise
Create
POST
/definitions
Last modified:2024-10-25 16:13:00
Request
Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Body Params application/json
name
string
required
type
enum<string>
required
Allowed values:
transactionsproductscontactsaccounts
Example
{
"name": "Banka Kasası",
"type": "transactions" // "transactions", "contacts", "contactGroup", "products", "accounts", "offer"
}
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-10-25 16:13:00