Rahat Sistem
  1. Serbest Meslek Makbuzu
Rahat Sistem
  • Giriş
  • Listeler
  • Belge Entegrasyonu
    • Fatura
      • Fatura Oluşturma
      • Taslaktaki Faturayı Güncelleme
      • Taslaktaki Faturayı Gönderme
      • Taslaktaki Faturayı Silme
      • Fatura Dışa Aktarma
      • Fatura Listeleme
      • e-Arşiv Faturaları İptal Etme
      • e-Faturaları Yanıtlama
      • Faturayı Mail Olarak Gönderme
      • Fatura İşaretleme
    • İrsaliye
      • İrsaliye Oluşturma
      • Taslaktaki İrsaliyeyi Güncelleme
      • Taslaktaki İrsaliyeyi Silme
      • Taslaktaki İrsaliyeyi Gönderme
      • İrsaliye Dışa Aktarma
      • İrsaliye Listeleme
      • İrsaliye İşaretleme
    • Serbest Meslek Makbuzu
      • Makbuz Oluşturma
        POST
      • Taslaktaki Makbuzu Güncelleme
        POST
      • Taslaktaki Makbuzu Silme
        POST
      • Taslaktaki Makbuzu Gönderme
        POST
      • e-SMM Dışa Aktarma
        POST
      • e-SMM Listeleme
        POST
      • e-SMM İptal Etme
        POST
      • e-SMM Mail Olarak Gönderme
        POST
      • e-SMM İşaretleme
        POST
  1. Serbest Meslek Makbuzu

Taslaktaki Makbuzu Silme

RahatSistem Demo
https://apidemo.rahatsistem.com.tr
RahatSistem Demo
https://apidemo.rahatsistem.com.tr
POST
/v2/documents/sevoucher.delete
MakbuzTaslak MakbuzProforma Makbuz

Açıklama#

Bu endpoint, taslak makbuzlarınızı silmek için kullanılır. Oluşutma esnasında tarafından verilen body.document.External.ID ve body.document.External.Type bilgilerini kullanarak belgelerinizi silebilirsiniz.

Request

Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Body Params application/json
externalId
string 
required
Tarafınızdan verilen Entegre Uygulama ID
externalType
string 
required
Entegre Uygulama Adı
Example
{
  "externalId": "string",
  "externalType": "string"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apidemo.rahatsistem.com.tr/v2/documents/sevoucher.delete' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
    "externalId": "string",
    "externalType": "string"
}'

Responses

🟢200OK
application/json
Body
message
string 
required
Yanıt Açıklaması
Default:
Successfully deleted
Example:
Successfully deleted
Example
{
  "message": "Successfully deleted"
}
🟠400Bad Request
Previous
Taslaktaki Makbuzu Güncelleme
Next
Taslaktaki Makbuzu Gönderme
Built with