Backhub
Jewelo Api
Jewelo Api
Mail ile İletişime Geç
Github
  1. Bank
  • Backhub Api
  • 🧮 Muhasip
    • Accounting
      • Muhasip Api
      • Contacts
        • Index
        • Details
        • Create
        • Update
        • Delete
        • Archive
        • unArchive
      • 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
        GET
      • Check
        GET
      • Transactions
        GET
      • setStatus
        PATCH
    • Payment
      • Commission
      • Create
      • Status
      • Update
      • Delete
  • 💎 Jewelo
    • Token
      POST
  1. Bank

setStatus

PATCH
https://api.muhasip.dev/apps/bank/transactions
Last modified:2024-10-19 11:52:58
Durum güncellenecek kayıt idleri ve durum bilgisi gönderilir.
Önceki durum denetlenmez yeni durum atanır.
Durum güncelleme haricinde bir aksiyon almaz.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.muhasip.dev/apps/bank/transactions' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
    "selected":["66f29faac74cc2553a743c68","66f29faac74cc2553a743c66"],
    "status":2
}'
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 *****************
Body Params application/json
selected
array[string]
required
status
enum<number> 
required
Allowed values:
012
Examples

Responses

🟢200Success
application/json
Body
object {0}
Previous
Transactions
Next
Commission
Built with