Backhub
Jewelo Api
Jewelo Api
Mail ile İletişime Geç
Github
  1. Sections
  • 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
        • Create
        • Edit
        • Delete
      • Branches
        • Sections
          • Index
            GET
          • Detail
            GET
          • Create
            POST
          • Update
            PUT
          • Delete
            DELETE
        • Index
          GET
        • Details
          GET
        • Create
          POST
        • Update
          PUT
        • Delete
          DELETE
    • Info
      GET
  • 🗂️ Apps
    • Bank
      • Index
      • Check
      • Transactions
      • setStatus
    • Payment
      • Commission
      • Create
      • Status
      • Update
      • Delete
  • 💎 Jewelo
    • Token
      POST
  1. Sections

Create

Designing
POST
https://api.muhasip.dev/settings/branches/{branchId}/sections
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/branches/671bcef779010fdbe945f920/sections' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
    "name": "string",
    "variables": {
        "key": "string",
        "value": "string"
    }
}'
Response Response Example
{
  "result": [
    "string"
  ]
}

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 *****************
Path Params
branchId
string 
required
Example:
671bcef779010fdbe945f920
Body Params application/json
name
string 
required
variables
object (generalVariables) 
optional
key
string 
required
value
string  | integer  | boolean  | array  | object  | number  | null 
required
Examples

Responses

🟢200Success
application/json
Body
result
array[string]
required
Previous
Detail
Next
Update
Built with