Backhub
Mail ile İletişime Geç
Github
  1. Şubeler
  • 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
          • Detail
          • Create
          • Update
          • 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. Şubeler

Details

Designing
GET
https://api.muhasip.dev/settings/branches/{id}
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

Responses

🟢200Success
application/json
Body

Example
{
    "result": {
        "code": "38010",
        "name": "Talas Şube",
        "variables": [
            {
                "key": "Adres",
                "value": "Adres Detay"
            }
        ],
        "createdDate": "2024-10-25T17:02:19.557Z",
        "sectionSize": 3,
        "id": "671bcf1b2bac439c521d2bcc"
    },
    "status": true
}
Modified at 2025-05-10 01:58:07
Previous
Index
Next
Create
Built with