Backhub
Mail ile İletişime Geç
Github
  1. E-Banka
  • 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
        • Details
        • Create
        • Update
        • Delete
    • Info
      GET
  • Uygulamalar
    • E-Dönüşüm
    • E-Banka
      • Index
        GET
      • Check
        GET
      • Transactions
        GET
      • setStatus
        PATCH
    • Sanal Pos
      • Commission
      • Create
      • Status
      • Update
      • Delete
  1. E-Banka

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

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

Example
{
    "selected":["66f29faac74cc2553a743c68","66f29faac74cc2553a743c66"],
    "status":2
}

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2024-10-19 11:52:58
Previous
Transactions
Next
Commission
Built with