Backhub
Jewelo Api
Jewelo Api
Mail ile İletişime Geç
Github
  1. Accounts
  • Backhub Api
  • 🧮 Muhasip
    • Accounting
      • Muhasip Api
      • Contacts
        • Index
        • Details
        • Create
        • Update
        • Delete
        • Archive
        • unArchive
      • Accounts
        • Index
          GET
        • Create
          POST
        • Edit
          PUT
        • Delete
          DELETE
        • Archive
          PATCH
        • unArchive
          PATCH
        • Extract
          GET
      • Stocks
    • Settings
      • Definitions
        • Index
        • Create
        • Edit
        • 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. Accounts

Edit

PUT
https://api.backhub.dev/accounting/accounts/{id}
muhasip
Last modified:2025-05-10 01:58:07
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.backhub.dev/accounting/accounts/6705d2d30ea5fa1109b78875' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
    "name": "yeni acentass edd",
    "code": null,
    "variables": [{
        "key":"acenta",
        "value":"bilmem ne"
    }]
}'
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 *****************
Path Params
id
string 
required
Example:
6705d2d30ea5fa1109b78875
Body Params application/json
name
string 
required
code
null 
required
variables
object (generalVariables) 
required
key
string 
required
value
string  | integer  | boolean  | array  | object  | number  | null 
required
Examples

Responses

🟢200Success
application/json
Body
object {0}
Previous
Create
Next
Delete
Built with