Backhub
Jewelo Api
Jewelo Api
Mail ile İletişime Geç
Github
  1. Definitions
  • Backhub Api
  • 🧮 Muhasip
    • Accounting
      • Muhasip Api
      • Contacts
        • Index
        • Details
        • Create
        • Update
        • Delete
        • Archive
        • unArchive
      • Accounts
        • Index
        • Create
        • Edit
        • Delete
        • Archive
        • unArchive
        • Extract
      • Stocks
    • Settings
      • Definitions
        • Index
          GET
        • Create
          POST
        • Edit
          PUT
        • Delete
          DELETE
      • Branches
        • Sections
          • Index
          • Detail
          • Create
          • Update
          • Delete
        • Index
        • Details
        • Create
        • Update
        • Delete
    • Info
      GET
  • 🗂️ Apps
    • Bank
      • Index
      • Check
      • Transactions
      • setStatus
    • Payment
      • Commission
      • Create
      • Status
      • Update
      • Delete
  • 💎 Jewelo
    • Token
      POST
  1. Definitions

Create

POST
https://api.muhasip.dev/settings/definitions
muhasip
Last modified:2025-05-10 01:58:07
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.muhasip.dev/settings/definitions' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
    "name": "Banka Kasası",
    "type": "transactions" // "transactions", "contacts", "contactGroup", "products", "accounts", "offer"
  
}'
Response Response Example
{}

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
Examples

Responses

🟢200Success
application/json
Body
object {0}
Previous
Index
Next
Edit
Built with