/
/
İrsaliyeden Fatura Oluştu...
POST IrsaliyedenFaturaOlusturmaV2 endpoint'i, ERP sisteminizde kayıtlı olan irsaliyelerden hızlı ve güvenli bir şekilde fatura oluşturmak için kullanılır.
Bu API endpoint'i üzerinden gönderilecek irsaliye bilgileri doğru formatta olmalıdır.
Gönderilen veriler doğrultusunda sistem fatura kaydını üretir.
- Mock serverhttps://apidocs.mikro.com.tr/_mock/apis/API/APIMethods/IrsaliyedenFaturaOlusturmaV2
- https://localhost:8094https://localhost:8094/API/APIMethods/IrsaliyedenFaturaOlusturmaV2
curl -i -X POST \
https://apidocs.mikro.com.tr/_mock/apis/API/APIMethods/IrsaliyedenFaturaOlusturmaV2 \
-H 'Content-Type: application/json' \
-d '{
"Mikro": {
"FirmaKodu": "MIKROFLY",
"CalismaYili": 2025,
"KullaniciKodu": "SRV",
"Sifre": "5c3f2964996a220cdcfa48f8798622ff",
"ApiKey": "",
"evraklar": [
{
"sth_evrakno_seri": "IRS",
"sth_evrakno_sira": 1,
"sth_evraktip": 1,
"sth_normal_iade": 0,
"Fatura_Tipi": 0,
"Kapayan_Hesap_Kodu": "",
"Fatura_Evrakno_seri": "SX",
"Fatura_Belge_No": "",
"Fatura_Tarihi": "11.03.2025",
"Tevkifat_Uygulama": "0"
}
]
}
}'