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

Details

GET
https://api.backhub.dev/accounting/contacts/{id}
muhasip
Last modified:2025-05-10 01:58:07
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.backhub.dev/accounting/contacts/669f937d2a7f0a238f43e8ac' \
--header 'Authorization: Basic Og=='
Response Response Example
{
  "status": true,
  "result": {
    "_id": "65670fd856f6671b5f9fe6b7",
    "name": "Murat Duran",
    "phone": "+905453493838",
    "email": "murat@muhasip.com.tr",
    "taxId": "11111111111",
    "taxOffice": "Urla",
    "countries": "Türkiye",
    "states": "İzmir",
    "cities": "Urla",
    "address": "Açık Adres",
    "isCustomer": true,
    "person": false,
    "default": false,
    "archived": false,
    "ibans": [
      ""
    ],
    "contactPeoples": [],
    "summary": 156,
    "balance": {
      "receivable": 156,
      "debt": 0,
      "payment": 0,
      "paid": 0,
      "sale": 156,
      "purchase": 0
    }
  }
}

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:
669f937d2a7f0a238f43e8ac

Responses

🟢200response
application/json
Body
status
boolean 
required
result
object 
required
_id
string 
required
name
string 
required
phone
string 
required
email
string 
required
taxId
string 
required
taxOffice
string 
required
countries
string 
required
states
string 
required
cities
string 
required
address
string 
required
isCustomer
boolean 
required
person
boolean 
required
default
boolean 
required
archived
boolean 
required
ibans
array[string]
required
contactPeoples
array[string]
required
summary
integer 
required
balance
object 
required
Previous
Index
Next
Create
Built with