Backhub
Mail ile İletişime Geç
Github
  1. Sections
  • Backhub Api
  • Muhasebe
    • Cariler
      • Index
      • Details
      • Create
      • Update
      • Delete
      • Archive
      • unArchive
    • Kasalar
      • Index
      • Create
      • Edit
      • Delete
      • Archive
      • unArchive
      • Extract
    • Ayarlar
      • Tanımlar
        • Index
        • Create
        • Edit
        • Delete
      • Şubeler
        • Sections
          • Index
            GET
          • Detail
            GET
          • Create
            POST
          • Update
            PUT
          • Delete
            DELETE
        • Index
          GET
        • Details
          GET
        • Create
          POST
        • Update
          PUT
        • Delete
          DELETE
    • Info
      GET
  • Uygulamalar
    • E-Dönüşüm
    • E-Banka
      • Index
      • Check
      • Transactions
      • setStatus
    • Sanal Pos
      • Commission
      • Create
      • Status
      • Update
      • Delete
  1. Sections

Create

Designing
POST
https://api.muhasip.dev/settings/branches/{branchId}/sections
Last modified:2025-05-10 01:58:07

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

Body Params application/json

Example
{
    "name": "string",
    "variables": {
        "key": "string",
        "value": "string"
    }
}

Responses

🟢200Success
application/json
Body

Example
{
    "result": [
        "string"
    ]
}
Modified at 2025-05-10 01:58:07
Previous
Detail
Next
Update
Built with