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

Archive

PATCH
https://api.backhub.dev/accounting/contacts/{id}/archive
muhasip
Last modified:2025-05-10 01:58:07
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.backhub.dev/accounting/contacts/669f937d2a7f0a238f43e8ac/archive' \
--header 'Authorization: Basic Og=='
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:
669f937d2a7f0a238f43e8ac

Responses

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