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

Detail

Designing
GET
https://api.muhasip.dev/settings/branches/{branchId}/sections/{id}
muhasip
Last modified:2025-05-10 01:58:07
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.muhasip.dev/settings/branches/671bcf1b2bac439c521d2bcc/sections/671bd2dbb3e68946391a0df0' \
--header 'Authorization: Basic Og=='
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:
671bcf1b2bac439c521d2bcc
id
string 
required
Example:
671bd2dbb3e68946391a0df0

Responses

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