Skip to content

Instantly share code, notes, and snippets.

@revocengiz
Last active June 12, 2017 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save revocengiz/8f99aa2311ec3cc3346dc01ad3c2f705 to your computer and use it in GitHub Desktop.
Save revocengiz/8f99aa2311ec3cc3346dc01ad3c2f705 to your computer and use it in GitHub Desktop.
swagger
{"swagger":"2.0","info":{"version":"v1","title":"ePlatform Bussiness Suite API","description":"ePlatform Ticari Muhasebe Portali","termsOfService":"","contact":{"name":"","url":"","email":""},"license":{"name":"","url":""}},"basePath":"/","paths":{"/v{version}/account/list":{"get":{"tags":["Account"],"summary":"Kullanıcıya ait hesapları listeler.","operationId":"V{versionAccountListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası(Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı(Default:10)","required":false,"type":"integer","format":"int32"},{"name":"filterQuery","in":"query","required":false,"type":"string"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.AccountModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/account/accounts":{"get":{"tags":["Account"],"summary":"Muavin Hesapları Listeler","operationId":"V{versionAccountAccountsGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"accountCode","in":"query","required":false,"type":"string"},{"name":"accountType","in":"query","required":false,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountModel"}}}}}},"/v{version}/account/accountsbycode":{"get":{"tags":["Account"],"operationId":"V{versionAccountAccountsbycodeGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"startAccountCode","in":"query","required":false,"type":"string"},{"name":"accountType","in":"query","required":false,"type":"string","format":"byte"},{"name":"endAccountCode","in":"query","required":false,"type":"string"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountModel"}}}}}},"/v{version}/account/getsubaccounts":{"get":{"tags":["Account"],"summary":"Hesap planındaki hesalara göre muavin hesapları getirir.","operationId":"V{versionAccountGetsubaccountsGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"accountPlanId","in":"query","required":false,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountModel"}}}}},"/v{version}/account":{"post":{"tags":["Account"],"summary":"Yeni hesap kayıt eder.","operationId":"V{versionAccountPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Eklenecek Hesap modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountModel"}}}}},"/v{version}/account/{id}":{"get":{"tags":["Account"],"operationId":"V{versionAccountByIdGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"boolean"}}}},"put":{"tags":["Account"],"summary":"Hesabı Günceller.","operationId":"V{versionAccountByIdPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"Güncellenecek Hesap Numarası Id'si","required":true,"type":"integer","format":"int32"},{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountModel"}}}},"delete":{"tags":["Account"],"summary":"Müşteriye ait Hesab'ın durumunu silindi'ye çeker.","operationId":"V{versionAccountByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Silindi durumuna çekilecek kaydın Id'si","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/account/edit/{id}":{"put":{"tags":["Account"],"summary":"Hesabı Günceller.","operationId":"V{versionAccountEditByIdPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"Güncellenecek Hesap Numarası Id'si","required":true,"type":"integer","format":"int32"},{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountModel"}}}}},"/v{version}/account/delete/{id}":{"delete":{"tags":["Account"],"summary":"Müşteriye ait Hesab'ın durumunu silindi'ye çeker.","operationId":"V{versionAccountDeleteByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Silindi durumuna çekilecek kaydın Id'si","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/account/isrelatedaccount":{"get":{"tags":["Account"],"operationId":"V{versionAccountIsrelatedaccountGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"query","required":false,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"boolean"}}}}},"/v{version}/account/getaccountsbycode":{"get":{"tags":["Account"],"summary":"Gönderilen Koda göre hesapları listeler.","operationId":"V{versionAccountGetaccountsbycodeGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"code","in":"query","description":"Hesap Kodu","required":false,"type":"integer","format":"int32"},{"name":"type","in":"query","description":"Hesap tipi, (Null ise hepsini listeler)","required":false,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountModel"}}}}}},"/v{version}/account/getemptysubsidiaryaccounts":{"get":{"tags":["Account"],"operationId":"V{versionAccountGetemptysubsidiaryaccountsGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"accountPlanId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"customerId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountModel"}}}}}},"/v{version}/account/getemptysubsidiaryaccountsforvatsettings/{accountPlanId}":{"get":{"tags":["Account"],"operationId":"V{versionAccountGetemptysubsidiaryaccountsforvatsettingsByAccountPlanIdGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"accountPlanId","in":"path","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountModel"}}}}}},"/v{version}/account/{accountPlanId}":{"get":{"tags":["Account"],"operationId":"V{versionAccountByAccountPlanIdGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"accountPlanId","in":"path","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountModel"}}}}}},"/v{version}/account/accountplanlist":{"get":{"tags":["Account"],"summary":"Hesap planlarını listeler.","operationId":"V{versionAccountAccountplanlistGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountPlanModel"}}}}}},"/v{version}/category":{"get":{"tags":["Category"],"summary":"Kategorileri listeler.","operationId":"V{versionCategoryGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"categoryGroupId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası(Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı(Default:10)","required":false,"type":"integer","format":"int32"},{"name":"searchText","in":"query","description":"Kategori adı içinde arama yapmak için kullanılır","required":false,"type":"string"},{"name":"sortedColumn","in":"query","description":"'Name','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"data","in":"query","required":false,"type":"string"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.CategoryModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}},"post":{"tags":["Category"],"summary":"Yeni Kategori kaydeder.","operationId":"V{versionCategoryPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Kategori","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CategoryModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CategoryModel"}}}}},"/v{version}/category/{id}":{"put":{"tags":["Category"],"summary":"Kategori günceller.","operationId":"V{versionCategoryByIdPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"Güncellenecek Kategori Kaydı Id'si","required":true,"type":"integer","format":"int32"},{"name":"model","in":"body","description":"Güncellen Kategori Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CategoryModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CategoryModel"}}}},"delete":{"tags":["Category"],"summary":"Kategori kaydının durumunu silindi'ye çeker.","operationId":"V{versionCategoryByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Silindi durumuna çekilecek kaydın Id'si","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/category/getcategorylist":{"get":{"tags":["Category"],"operationId":"V{versionCategoryGetcategorylistGet","consumes":[],"produces":[],"parameters":[{"name":"moduleId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/category/getcategories":{"get":{"tags":["Category"],"operationId":"V{versionCategoryGetcategoriesGet","consumes":[],"produces":[],"parameters":[{"name":"objectId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"moduleId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/categorygroup/list":{"get":{"tags":["CategoryGroup"],"operationId":"V{versionCategorygroupListGet","consumes":[],"produces":[],"parameters":[{"name":"moduleId","in":"query","required":false,"type":"string","format":"byte"},{"name":"pageIndex","in":"query","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","required":false,"type":"integer","format":"int32"},{"name":"filterQuery","in":"query","required":false,"type":"string"},{"name":"sortedColumn","in":"query","required":false,"type":"string"},{"name":"isDesc","in":"query","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/categorygroup":{"put":{"tags":["CategoryGroup"],"operationId":"V{versionCategorygroupPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"entry","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CategoryGroupModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}},"post":{"tags":["CategoryGroup"],"operationId":"V{versionCategorygroupPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"entry","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CategoryGroupModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/categorygroup/{id}":{"delete":{"tags":["CategoryGroup"],"operationId":"V{versionCategorygroupByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/check/list":{"get":{"tags":["Check"],"summary":"Senetleri getirir.","operationId":"V{versionCheckListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası (Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı (Default:10)","required":false,"type":"integer","format":"int32"},{"name":"queryFilter","in":"query","required":false,"type":"string"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"type","in":"query","required":false,"type":"integer","format":"int32"},{"name":"positionList","in":"query","required":false,"type":"array","items":{"type":"integer","format":"int32"},"collectionFormat":"multi"},{"name":"accountId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"currencyId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"payrollType","in":"query","required":false,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.CheckModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/check/{id}":{"get":{"tags":["Check"],"summary":"Senet bilgilerini getirir.","operationId":"V{versionCheckByIdGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CheckModel"}}}},"put":{"tags":["Check"],"summary":"Senet bilgilerini günceller.","operationId":"V{versionCheckByIdPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"Güncellenecek Stok kart Id'si","required":true,"type":"integer","format":"int32"},{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CheckModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CheckModel"}}}}},"/v{version}/check/payrollchecks":{"get":{"tags":["Check"],"summary":"Bordroya ait senetleri getirir.","operationId":"V{versionCheckPayrollchecksGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"query","description":"","required":false,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CheckModel"}}}}}},"/v{version}/check":{"put":{"tags":["Check"],"summary":"Senet bilgilerini günceller.","operationId":"V{versionCheckPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"query","description":"Güncellenecek Stok kart Id'si","required":false,"type":"integer","format":"int32"},{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CheckModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CheckModel"}}}},"post":{"tags":["Check"],"summary":"Senet bilgilerini kaydeder.","operationId":"V{versionCheckPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Stok kartı","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CheckModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CheckModel"}}}}},"/v{version}/check/positionupdate":{"put":{"tags":["Check"],"summary":"Senet pozisyonunu günceller.","operationId":"V{versionCheckPositionupdatePut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Position Model","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.PositionModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.PositionModel"}}}}},"/v{version}/check/recognition":{"post":{"tags":["Check"],"operationId":"V{versionCheckRecognitionPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"model","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.RecognitionProgressModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/check/recognition320":{"post":{"tags":["Check"],"operationId":"V{versionCheckRecognition320Post","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"model","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.RecognitionProgressModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/checkhistory/{checkId}":{"get":{"tags":["CheckHistory"],"summary":"Senet geçmişini getirir.","operationId":"V{versionCheckhistoryByCheckIdGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"checkId","in":"path","description":"","required":true,"type":"integer","format":"int64"},{"name":"type","in":"query","required":false,"type":"string","format":"byte"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CheckHistoryModel"}}}}}},"/v{version}/checkhistory/history":{"get":{"tags":["CheckHistory"],"summary":"Senet geçmişini getirir.","operationId":"V{versionCheckhistoryHistoryGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"checkId","in":"query","description":"","required":false,"type":"integer","format":"int64"},{"name":"type","in":"query","required":false,"type":"string","format":"byte"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CheckHistoryModel"}}}}}},"/v{version}/checkpayroll/list":{"get":{"tags":["CheckPayroll"],"summary":"Bordroları getirir.","operationId":"V{versionCheckpayrollListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası (Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı (Default:10)","required":false,"type":"integer","format":"int32"},{"name":"queryFilter","in":"query","required":false,"type":"string"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"type","in":"query","required":false,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.CheckPayrollModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/checkpayroll/{id}":{"get":{"tags":["CheckPayroll"],"summary":"Bordro bilgilerini getirir.","operationId":"V{versionCheckpayrollByIdGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CheckPayrollModel"}}}}},"/v{version}/checkpayroll":{"post":{"tags":["CheckPayroll"],"summary":"Bordro bilgilerini kaydeder.","operationId":"V{versionCheckpayrollPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Bordro","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CheckPayrollModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CheckPayrollModel"}}}}},"/v{version}/checkpayroll/320":{"post":{"tags":["CheckPayroll"],"summary":"Bordro bilgilerini kaydeder.","operationId":"V{versionCheckpayroll320Post","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Bordro","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CheckPayrollModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CheckPayrollModel"}}}}},"/v{version}/city":{"get":{"tags":["City"],"summary":"Şehir listesi getirir.","operationId":"V{versionCityGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CityModel"}}}}}},"/v{version}/currencycode":{"get":{"tags":["CurrencyCode"],"summary":"Para Birimi bilgisi getirir.","operationId":"V{versionCurrencycodeGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CurrencyCodeModel"}}}}},"/v{version}/currentaccount/list":{"get":{"tags":["CurrentAccount"],"summary":"Kullanıcıya ait aktif cari hesapları listeler.","operationId":"V{versionCurrentaccountListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası (Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı (Default:10)","required":false,"type":"integer","format":"int32"},{"name":"searchText","in":"query","description":"Hesap Numarası içinde arama yapmak için kullanılır","required":false,"type":"string"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"data","in":"query","required":false,"type":"string"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.CurrentAccountModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/currentaccount/getcurrentaccounts":{"get":{"tags":["CurrentAccount"],"summary":"Kullanıcıya ait aktif müşterileri listeler.","operationId":"V{versionCurrentaccountGetcurrentaccountsGet","consumes":[],"produces":[],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/currentaccount/{id}":{"get":{"tags":["CurrentAccount"],"summary":"Cari hesap getirir.","operationId":"V{versionCurrentaccountByIdGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountModel"}}}},"put":{"tags":["CurrentAccount"],"summary":"Cari hesap günceller.","operationId":"V{versionCurrentaccountByIdPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"Güncellenecek Müşteri Fatura Kaydı Id'si","required":true,"type":"integer","format":"int32"},{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountModel"}}}},"delete":{"tags":["CurrentAccount"],"summary":"Cari hesap kaydının durumunu silindi'ye çeker.","operationId":"V{versionCurrentaccountByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Silindi durumuna çekilecek kaydın Id'si","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/currentaccount/getList":{"get":{"tags":["CurrentAccount"],"summary":"Cari hesap listesini getirir.","operationId":"V{versionCurrentaccountGetListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccount"}}}}}},"/v{version}/currentaccount/getListByCode":{"get":{"tags":["CurrentAccount"],"summary":"Cari hesap listesini getirir.","operationId":"V{versionCurrentaccountGetListByCodeGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"accountCode","in":"query","required":false,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccount"}}}}}},"/v{version}/currentaccount":{"post":{"tags":["CurrentAccount"],"summary":"Yeni Cari hesap kaydeder.","operationId":"V{versionCurrentaccountPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Yeni Cari hesap","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountModel"}}}}},"/v{version}/currentaccount/findcontact":{"get":{"tags":["CurrentAccount"],"operationId":"V{versionCurrentaccountFindcontactGet","consumes":[],"produces":[],"parameters":[{"name":"customerId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"name","in":"query","required":false,"type":"string"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/currentAccountAccount/list":{"get":{"tags":["CurrentAccountAccount"],"summary":"Kullanıcıya ait hesapları listeler.","operationId":"V{versionCurrentAccountAccountListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"currentAccountId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası(Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı(Default:10)","required":false,"type":"integer","format":"int32"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.CurrentAccountAccountModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/currentAccountAccount/getavailableaccounts":{"get":{"tags":["CurrentAccountAccount"],"operationId":"V{versionCurrentAccountAccountGetavailableaccountsGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"currentAccountId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountPlanModel"}}}}}},"/v{version}/currentAccountAccount/relatedAccounts":{"get":{"tags":["CurrentAccountAccount"],"operationId":"V{versionCurrentAccountAccountRelatedAccountsGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"accountCode","in":"query","required":false,"type":"string"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountModel"}}}}}},"/v{version}/currentAccountAccount/currentAccountList":{"get":{"tags":["CurrentAccountAccount"],"operationId":"V{versionCurrentAccountAccountCurrentAccountListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"accountId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountModel"}}}}}},"/v{version}/currentAccountAccount":{"post":{"tags":["CurrentAccountAccount"],"operationId":"V{versionCurrentAccountAccountPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"model","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountAccountModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}},"delete":{"tags":["CurrentAccountAccount"],"operationId":"V{versionCurrentAccountAccountDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"query","required":false,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/currentAccountAccount/{id}":{"delete":{"tags":["CurrentAccountAccount"],"operationId":"V{versionCurrentAccountAccountByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/currentaccountaddress/list":{"get":{"tags":["CurrentAccountAddress"],"summary":"Kullanıcıya ait aktif cari hesap adreslerini listeler.","operationId":"V{versionCurrentaccountaddressListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"currentAccountId","in":"query","description":"","required":false,"type":"integer","format":"int64"},{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası (Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı (Default:10)","required":false,"type":"integer","format":"int32"},{"name":"searchText","in":"query","description":"Hesap Numarası içinde arama yapmak için kullanılır","required":false,"type":"string"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.CurrentAccountAddressModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/currentaccountaddress/{id}":{"get":{"tags":["CurrentAccountAddress"],"summary":"Cari hesap adresi getirir.","operationId":"V{versionCurrentaccountaddressByIdGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountAddressModel"}}}},"put":{"tags":["CurrentAccountAddress"],"summary":"Cari hesap adresi günceller.","operationId":"V{versionCurrentaccountaddressByIdPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"Güncellenecek Cari hesap adresi Id'si","required":true,"type":"integer","format":"int32"},{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountAddressModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountAddressModel"}}}},"delete":{"tags":["CurrentAccountAddress"],"summary":"Cari hesap adresi kaydının durumunu silindi'ye çeker.","operationId":"V{versionCurrentaccountaddressByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Silindi durumuna çekilecek kaydın Id'si","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/currentaccountaddress":{"post":{"tags":["CurrentAccountAddress"],"summary":"Yeni Cari hesap adresi kaydeder.","operationId":"V{versionCurrentaccountaddressPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Yeni Cari hesap adresi","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountAddressModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountAddressModel"}}}}},"/v{version}/currentaccountbankinfo/list":{"get":{"tags":["CurrentAccountBankInfo"],"summary":"Kullanıcıya ait aktif cari hesapları listeler.","operationId":"V{versionCurrentaccountbankinfoListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"currentAccountId","in":"query","description":"","required":false,"type":"integer","format":"int32"},{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası (Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı (Default:10)","required":false,"type":"integer","format":"int32"},{"name":"searchText","in":"query","description":"Hesap Numarası içinde arama yapmak için kullanılır","required":false,"type":"string"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.CurrentAccountBankInfoModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/currentaccountbankinfo/{id}":{"get":{"tags":["CurrentAccountBankInfo"],"summary":"Cari hesap getirir.","operationId":"V{versionCurrentaccountbankinfoByIdGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountBankInfoModel"}}}},"put":{"tags":["CurrentAccountBankInfo"],"summary":"Cari hesap günceller.","operationId":"V{versionCurrentaccountbankinfoByIdPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"Güncellenecek Müşteri Fatura Kaydı Id'si","required":true,"type":"integer","format":"int32"},{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountBankInfoModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountBankInfoModel"}}}},"delete":{"tags":["CurrentAccountBankInfo"],"summary":"Cari hesap kaydının durumunu silindi'ye çeker.","operationId":"V{versionCurrentaccountbankinfoByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Silindi durumuna çekilecek kaydın Id'si","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/currentaccountbankinfo":{"post":{"tags":["CurrentAccountBankInfo"],"summary":"Yeni Cari hesap kaydeder.","operationId":"V{versionCurrentaccountbankinfoPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Yeni Cari hesap","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountBankInfoModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountBankInfoModel"}}}}},"/v{version}/currentaccountcontact/list":{"get":{"tags":["CurrentAccountContact"],"summary":"Kullanıcıya ait aktif cari hesapları listeler.","operationId":"V{versionCurrentaccountcontactListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"currentAccountId","in":"query","description":"","required":false,"type":"integer","format":"int32"},{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası (Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı (Default:10)","required":false,"type":"integer","format":"int32"},{"name":"searchText","in":"query","description":"Hesap Numarası içinde arama yapmak için kullanılır","required":false,"type":"string"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.CurrentAccountContactModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/currentaccountcontact/{id}":{"get":{"tags":["CurrentAccountContact"],"summary":"Cari hesap getirir.","operationId":"V{versionCurrentaccountcontactByIdGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountContactModel"}}}},"put":{"tags":["CurrentAccountContact"],"summary":"Cari hesap günceller.","operationId":"V{versionCurrentaccountcontactByIdPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"Güncellenecek Müşteri Fatura Kaydı Id'si","required":true,"type":"integer","format":"int32"},{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountContactModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountContactModel"}}}},"delete":{"tags":["CurrentAccountContact"],"summary":"Cari hesap kaydının durumunu silindi'ye çeker.","operationId":"V{versionCurrentaccountcontactByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Silindi durumuna çekilecek kaydın Id'si","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/currentaccountcontact":{"post":{"tags":["CurrentAccountContact"],"summary":"Yeni Cari hesap kaydeder.","operationId":"V{versionCurrentaccountcontactPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Yeni Cari hesap","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountContactModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountContactModel"}}}}},"/v{version}/customerinvoicesetting/list":{"get":{"tags":["CustomerInvoiceSetting"],"summary":"Kullanıcıya ait aktif müşteri fatura ayarlarını listeler.","operationId":"V{versionCustomerinvoicesettingListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası (Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı (Default:10)","required":false,"type":"integer","format":"int32"},{"name":"searchText","in":"query","description":"Hesap Numarası içinde arama yapmak için kullanılır","required":false,"type":"string"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"data","in":"query","required":false,"type":"string"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.CustomerInvoiceSettingModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/customerinvoicesetting/{id}":{"get":{"tags":["CustomerInvoiceSetting"],"summary":"Müşteri fatura ayarı getirir.","operationId":"V{versionCustomerinvoicesettingByIdGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CustomerInvoiceSettingModel"}}}},"put":{"tags":["CustomerInvoiceSetting"],"summary":"Müşteri fatura ayarı günceller.","operationId":"V{versionCustomerinvoicesettingByIdPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"Güncellenecek Müşteri Fatura Kaydı Id'si","required":true,"type":"integer","format":"int32"},{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CustomerInvoiceSettingModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CustomerInvoiceSettingModel"}}}},"delete":{"tags":["CustomerInvoiceSetting"],"summary":"Müşteri fatura ayar kaydının durumunu silindi'ye çeker.","operationId":"V{versionCustomerinvoicesettingByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Silindi durumuna çekilecek kaydın Id'si","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/customerinvoicesetting":{"post":{"tags":["CustomerInvoiceSetting"],"summary":"Yeni müşteri fatura ayarı kaydeder.","operationId":"V{versionCustomerinvoicesettingPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Müşteri Fatura Ayarı","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CustomerInvoiceSettingModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CustomerInvoiceSettingModel"}}}}},"/v{version}/customersetting":{"get":{"tags":["CustomerSetting"],"summary":"Giriş yapan kullanıcının müşteri ayarlarını getirir.","operationId":"V{versionCustomersettingGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CustomerSettingModel"}}}},"put":{"tags":["CustomerSetting"],"summary":"Giriş yapan kullanıcı için müşteri ayarı günceller.","operationId":"V{versionCustomersettingPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CustomerSettingModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CustomerSettingModel"}}}},"post":{"tags":["CustomerSetting"],"summary":"Giriş yapan kullanıcı için müşteri ayarı kaydeder.","operationId":"V{versionCustomersettingPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Müşteri Ayarı","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CustomerSettingModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CustomerSettingModel"}}}}},"/v{version}/despatch/senddespatchlist":{"get":{"tags":["Despatch"],"summary":"Müşteriye ait satış irsaliyelerini listeler.","operationId":"V{versionDespatchSenddespatchlistGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası(Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı(Default:25)","required":false,"type":"integer","format":"int32"},{"name":"filterQuery","in":"query","required":false,"type":"string"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:true)","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.SendDespatchModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/despatch/receivedespatchlist":{"get":{"tags":["Despatch"],"summary":"Müşteriye ait alış irsaliyelerini listeler.","operationId":"V{versionDespatchReceivedespatchlistGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası(Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı(Default:25)","required":false,"type":"integer","format":"int32"},{"name":"filterQuery","in":"query","required":false,"type":"string"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:true)","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.ReceiveDespatchModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/despatch/getdespatch":{"get":{"tags":["Despatch"],"operationId":"V{versionDespatchGetdespatchGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"guid","in":"query","required":false,"type":"string"},{"name":"isSend","in":"query","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.UBLBuilderMainModel"}}}}},"/v{version}/despatch/{guid}":{"get":{"tags":["Despatch"],"operationId":"V{versionDespatchByGuidGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"guid","in":"path","required":true,"type":"string"},{"name":"isSend","in":"query","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.UBLBuilderMainModel"}}}}},"/v{version}/despatch":{"post":{"tags":["Despatch"],"operationId":"V{versionDespatchPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.UBLBuilderMainModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.UBLBuilderMainModel"}}}},"delete":{"tags":["Despatch"],"operationId":"V{versionDespatchDelete","consumes":[],"produces":[],"parameters":[{"name":"despatchId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"isSend","in":"query","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/despatch/recognition":{"post":{"tags":["Despatch"],"operationId":"V{versionDespatchRecognitionPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"model","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.RecognitionProgressModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/despatch/getdespatchlist":{"get":{"tags":["Despatch"],"operationId":"V{versionDespatchGetdespatchlistGet","consumes":[],"produces":[],"parameters":[{"name":"invoiceId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"currentAccountId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"isSend","in":"query","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/despatch/getdespatchaccounts":{"get":{"tags":["Despatch"],"operationId":"V{versionDespatchGetdespatchaccountsGet","consumes":[],"produces":[],"parameters":[{"name":"accountPlanId","in":"query","required":false,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/despatch/getlistdespatchsettings":{"get":{"tags":["Despatch"],"operationId":"V{versionDespatchGetlistdespatchsettingsGet","consumes":[],"produces":[],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/despatch/insertdespatchsetting":{"post":{"tags":["Despatch"],"operationId":"V{versionDespatchInsertdespatchsettingPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"model","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.DespatchSettingModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/despatch/{id}":{"delete":{"tags":["Despatch"],"operationId":"V{versionDespatchByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/despatch/deletedespatchsetting/{id}":{"delete":{"tags":["Despatch"],"operationId":"V{versionDespatchDeletedespatchsettingByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/entry/list":{"get":{"tags":["Entry"],"summary":"Kullanıcıya ait cari kayıtları listeler.","operationId":"V{versionEntryListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası (Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı (Default:10)","required":false,"type":"integer","format":"int32"},{"name":"searchText","in":"query","description":"Hesap Numarası içinde arama yapmak için kullanılır","required":false,"type":"string"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"isExcel","in":"query","required":false,"type":"boolean"},{"name":"data","in":"query","required":false,"type":"string"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.EntryModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/entry":{"get":{"tags":["Entry"],"summary":"Cari kaydı getirir.","operationId":"V{versionEntryGet","consumes":[],"produces":[],"parameters":[{"name":"id","in":"query","description":"Entry Id","required":false,"type":"integer","format":"int64"},{"name":"entryMode","in":"query","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}},"put":{"tags":["Entry"],"summary":"Cari kaydı güncellemek için kullanılır.","operationId":"V{versionEntryPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"entry","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.EntryModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}},"post":{"tags":["Entry"],"summary":"Cari kayıt eklemek için kullanılır.","operationId":"V{versionEntryPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"entry","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.EntryModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/entry/{id}":{"delete":{"tags":["Entry"],"operationId":"V{versionEntryByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/entry/gettxtdata":{"get":{"tags":["Entry"],"operationId":"V{versionEntryGettxtdataGet","consumes":[],"produces":[],"parameters":[{"name":"startDate","in":"query","required":false,"type":"string","format":"date-time"},{"name":"endDate","in":"query","required":false,"type":"string","format":"date-time"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/entry/getcustomerusers":{"get":{"tags":["Entry"],"operationId":"V{versionEntryGetcustomerusersGet","consumes":[],"produces":[],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/entrytransactions/list":{"get":{"tags":["EntryTransactions"],"summary":"Kullanıcıya ait cari hareket kayıtlarını listeler.","operationId":"V{versionEntrytransactionsListGet","consumes":[],"produces":[],"parameters":[{"name":"entryId","in":"query","description":"Muhasebe fişine ait sıra numarası","required":false,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/entrytransactions/currentaccountreport":{"get":{"tags":["EntryTransactions"],"operationId":"V{versionEntrytransactionsCurrentaccountreportGet","consumes":[],"produces":[],"parameters":[{"name":"currentAccountId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"startDate","in":"query","required":false,"type":"string","format":"date-time"},{"name":"endDate","in":"query","required":false,"type":"string","format":"date-time"},{"name":"filterQuery","in":"query","required":false,"type":"string"},{"name":"pageIndex","in":"query","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","required":false,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/entrytransactions/accountreport":{"get":{"tags":["EntryTransactions"],"operationId":"V{versionEntrytransactionsAccountreportGet","consumes":[],"produces":[],"parameters":[{"name":"startAccountCode","in":"query","required":false,"type":"string"},{"name":"endAccountCode","in":"query","required":false,"type":"string"},{"name":"startDate","in":"query","required":false,"type":"string","format":"date-time"},{"name":"endDate","in":"query","required":false,"type":"string","format":"date-time"},{"name":"pageIndex","in":"query","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","required":false,"type":"integer","format":"int32"},{"name":"type","in":"query","required":false,"type":"string"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/entrytransactions/balancereport":{"post":{"tags":["EntryTransactions"],"operationId":"V{versionEntrytransactionsBalancereportPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"query","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.ReportQueryModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/entrytransactions/financialstatementreport":{"post":{"tags":["EntryTransactions"],"operationId":"V{versionEntrytransactionsFinancialstatementreportPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"query","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.ReportQueryModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/entrytransactions/incomestatementreport":{"post":{"tags":["EntryTransactions"],"operationId":"V{versionEntrytransactionsIncomestatementreportPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"query","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.ReportQueryModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/entrytransactions/{id}":{"get":{"tags":["EntryTransactions"],"summary":"Kullanıcıya ait cari hareket kaydını getirir.","operationId":"V{versionEntrytransactionsByIdGet","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}},"delete":{"tags":["EntryTransactions"],"operationId":"V{versionEntrytransactionsByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/fiscalyear":{"get":{"tags":["FiscalYear"],"summary":"Mali dönem bilgilerini getirir.","operationId":"V{versionFiscalyearGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.FiscalYear.FiscalYearModel"}}}},"post":{"tags":["FiscalYear"],"summary":"Mali dönem bilgilerini kaydeder.","operationId":"V{versionFiscalyearPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Mali dönem","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.FiscalYear.FiscalYearModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.FiscalYear.FiscalYearModel"}}}}},"/v{version}/fiscalyearperiod":{"get":{"tags":["FiscalYearPeriod"],"operationId":"V{versionFiscalyearperiodGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.FiscalYear.FiscalYearPeriodModel"}}}},"put":{"tags":["FiscalYearPeriod"],"operationId":"V{versionFiscalyearperiodPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.FiscalYear.FiscalYearPeriodModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.FiscalYear.FiscalYearPeriodModel"}}}},"post":{"tags":["FiscalYearPeriod"],"operationId":"V{versionFiscalyearperiodPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.FiscalYear.FiscalYearPeriodModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.FiscalYear.FiscalYearPeriodModel"}}}}},"/v{version}/home":{"get":{"tags":["Home"],"summary":"Test Methodu","operationId":"V{versionHomeGet","consumes":[],"produces":[],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/home/getdashbordinfo":{"get":{"tags":["Home"],"operationId":"V{versionHomeGetdashbordinfoGet","consumes":[],"produces":[],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/home/getcurrency":{"get":{"tags":["Home"],"operationId":"V{versionHomeGetcurrencyGet","consumes":[],"produces":[],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/home/getcurrencybyid":{"get":{"tags":["Home"],"operationId":"V{versionHomeGetcurrencybyidGet","consumes":[],"produces":[],"parameters":[{"name":"date","in":"query","required":false,"type":"string","format":"date-time"},{"name":"currencyCodeId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/inventorycard":{"post":{"tags":["InventoryCard"],"summary":"Stok kartı bilgilerini kaydeder.","operationId":"V{versionInventorycardPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"model","in":"body","description":"Stok kartı","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Inventory.InventoryCardModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/inventorycard/{id}":{"put":{"tags":["InventoryCard"],"summary":"Stok Kartı bilgilerini günceller.","operationId":"V{versionInventorycardByIdPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"Güncellenecek Stok kart Id'si","required":true,"type":"integer","format":"int64"},{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Inventory.InventoryCardModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Inventory.InventoryCardModel"}}}},"delete":{"tags":["InventoryCard"],"summary":"Stok kartının durumunu silindi'ye çeker.","operationId":"V{versionInventorycardByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Silindi durumuna çekilecek kaydın Id'si","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/inventorydetail/list":{"get":{"tags":["InventoryDetail"],"summary":"Stok kartlarını getirir.","operationId":"V{versionInventorydetailListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası (Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı (Default:10)","required":false,"type":"integer","format":"int32"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"queryFilter","in":"query","required":false,"type":"string"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Data.Models.InventoryDetail, ePlatform.BS.Service.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/inventorymovement/list":{"get":{"tags":["InventoryMovement"],"summary":"Stok hareketlerini getirir.","operationId":"V{versionInventorymovementListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası (Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı (Default:10)","required":false,"type":"integer","format":"int32"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"queryFilter","in":"query","required":false,"type":"string"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.Inventory.InventoryMovementModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/inventorymovement":{"post":{"tags":["InventoryMovement"],"summary":"Stok hareketi bilgilerini kaydeder.","operationId":"V{versionInventorymovementPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"model","in":"body","description":"Stok hareketi","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Inventory.InventoryMovementModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/inventoryservice/{id}":{"get":{"tags":["InventoryService"],"summary":"Mal/Hizmet arama sonucunu getirir.","operationId":"V{versionInventoryserviceByIdGet","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"id of the entry","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/inventoryservice/list":{"get":{"tags":["InventoryService"],"summary":"Mal ve Hizmet arama sonucunu getirir.","operationId":"V{versionInventoryserviceListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"type","in":"query","required":false,"type":"string","format":"byte"},{"name":"pageIndex","in":"query","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","required":false,"type":"integer","format":"int32"},{"name":"sortedColumn","in":"query","required":false,"type":"string"},{"name":"isDesc","in":"query","required":false,"type":"boolean"},{"name":"queryFilter","in":"query","required":false,"type":"string"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.Inventory.InventoryServiceModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/inventoryservice/searchedlist":{"get":{"tags":["InventoryService"],"summary":"Mal/Hizmet arama sonucunu getirir.","operationId":"V{versionInventoryserviceSearchedlistGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"searchText","in":"query","description":"Aranılacak text","required":false,"type":"string"},{"name":"type","in":"query","description":"Stok=2 veya hizmet=1. null=hepsi","required":false,"type":"string","format":"byte"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.InventoryService"}}}}}},"/v{version}/invoice/sendlist":{"get":{"tags":["Invoice"],"summary":"Müşteriye ait giden faturalarını listeler.","operationId":"V{versionInvoiceSendlistGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası(Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı(Default:25)","required":false,"type":"integer","format":"int32"},{"name":"filterQuery","in":"query","required":false,"type":"string"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:true)","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.Invoice.SendInvoiceModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/invoice/getsendstatus/{id}":{"put":{"tags":["Invoice"],"operationId":"V{versionInvoiceGetsendstatusByIdPut","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.Invoice.SendInvoiceModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/invoice/refreshsendstatus/{id}":{"put":{"tags":["Invoice"],"operationId":"V{versionInvoiceRefreshsendstatusByIdPut","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.Invoice.SendInvoiceModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/invoice/receivelist":{"get":{"tags":["Invoice"],"summary":"Müşteriye ait alış faturalarını listeler.","operationId":"V{versionInvoiceReceivelistGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası(Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı(Default:25)","required":false,"type":"integer","format":"int32"},{"name":"filterQuery","in":"query","required":false,"type":"string"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:true)","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.Invoice.ReceiveInvoiceModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/invoice/sendreceiveresponse":{"post":{"tags":["Invoice"],"operationId":"V{versionInvoiceSendreceiveresponsePost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"documentResponseModel","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.DocumentResponseModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.Invoice.ReceiveInvoiceModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/invoice/refreshreceivestatus/{id}":{"put":{"tags":["Invoice"],"operationId":"V{versionInvoiceRefreshreceivestatusByIdPut","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.Invoice.ReceiveInvoiceModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/invoice/getinvoice":{"get":{"tags":["Invoice"],"operationId":"V{versionInvoiceGetinvoiceGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"guid","in":"query","required":false,"type":"string"},{"name":"isSend","in":"query","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.UBLBuilderMainModel"}}}}},"/v{version}/invoice/{guid}":{"get":{"tags":["Invoice"],"operationId":"V{versionInvoiceByGuidGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"guid","in":"path","required":true,"type":"string"},{"name":"isSend","in":"query","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.UBLBuilderMainModel"}}}}},"/v{version}/invoice":{"post":{"tags":["Invoice"],"summary":"Fatura Oluşturma sayfasında ki InvoiceBuilderMainModel model'i alır.","operationId":"V{versionInvoicePost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.UBLBuilderMainModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.UBLBuilderMainModel"}}}},"delete":{"tags":["Invoice"],"operationId":"V{versionInvoiceDelete","consumes":[],"produces":[],"parameters":[{"name":"invoiceId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"isSend","in":"query","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/invoice/recognition":{"post":{"tags":["Invoice"],"operationId":"V{versionInvoiceRecognitionPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"model","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.RecognitionProgressModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/invoice/sendinvoice":{"post":{"tags":["Invoice"],"operationId":"V{versionInvoiceSendinvoicePost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"model","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.RecognitionProgressModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/invoice/preview":{"get":{"tags":["Invoice"],"summary":"Fatura önizlemesi","operationId":"V{versionInvoicePreviewGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"invoiceId","in":"query","description":"fatura id","required":false,"type":"integer","format":"int64"},{"name":"isSend","in":"query","description":"gelen giden fatura","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.XsltViewModel"}}}}},"/v{version}/invoiceTaxSetting/list":{"get":{"tags":["InvoiceTaxSettings"],"summary":"Kullanıcıya ait aktif müşteri fatura ayarlarını listeler.","operationId":"V{versionInvoiceTaxSettingListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası (Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı (Default:10)","required":false,"type":"integer","format":"int32"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"queryFilter","in":"query","required":false,"type":"string"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.InvoiceTaxSettingModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/invoiceTaxSetting/gettaxratelist":{"get":{"tags":["InvoiceTaxSettings"],"summary":"Kullanıcıya ait aktif müşteri fatura ayarlarını listeler.","operationId":"V{versionInvoiceTaxSettingGettaxratelistGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"taxTypeCode","in":"query","required":false,"type":"string"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.InvoiceTaxSettingModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/invoiceTaxSetting/getvatratelist":{"get":{"tags":["InvoiceTaxSettings"],"operationId":"V{versionInvoiceTaxSettingGetvatratelistGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"invoiceType","in":"query","required":false,"type":"string","format":"byte"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.InvoiceTaxSettingModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/invoiceTaxSetting":{"post":{"tags":["InvoiceTaxSettings"],"summary":"Yeni müşteri fatura ayarı kaydeder.","operationId":"V{versionInvoiceTaxSettingPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Müşteri Fatura Ayarı","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.InvoiceTaxSettingModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.InvoiceTaxSettingModel"}}}}},"/v{version}/invoiceTaxSetting/{id}":{"put":{"tags":["InvoiceTaxSettings"],"summary":"Müşteri fatura ayarı günceller.","operationId":"V{versionInvoiceTaxSettingByIdPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"Güncellenecek Müşteri Fatura Kaydı Id'si","required":true,"type":"integer","format":"int64"},{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.InvoiceTaxSettingModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.InvoiceTaxSettingModel"}}}},"delete":{"tags":["InvoiceTaxSettings"],"summary":"Müşteri fatura ayar kaydının durumunu silindi'ye çeker.","operationId":"V{versionInvoiceTaxSettingByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Silindi durumuna çekilecek kaydın Id'si","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/invoicetemplate":{"get":{"tags":["InvoiceTemplate"],"summary":"Fatura şablonu yazdırır.","operationId":"V{versionInvoicetemplateGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.TemplateViewModel"}}}}},"/v{version}/invoicetemplate/save":{"post":{"tags":["InvoiceTemplate"],"summary":"Fatura şablonu kaydeder.","operationId":"V{versionInvoicetemplateSavePost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"model","in":"body","description":"Şablon","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.TemplateViewModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/invoicetemplate/print":{"get":{"tags":["InvoiceTemplate"],"summary":"Fatura şablonu yazdırır.","operationId":"V{versionInvoicetemplatePrintGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"invoiceId","in":"query","required":false,"type":"integer","format":"int32"},{"name":"isSend","in":"query","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.InvoiceTemplate"}}}}},"/v{version}/module":{"get":{"tags":["Module"],"summary":"Modüller listelenir.","operationId":"V{versionModuleGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"moduleId","in":"query","required":false,"type":"string","format":"byte"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.ModuleModel"}}}}}},"/v{version}/note/list":{"get":{"tags":["Note"],"summary":"Senetleri getirir.","operationId":"V{versionNoteListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası (Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı (Default:10)","required":false,"type":"integer","format":"int32"},{"name":"queryFilter","in":"query","required":false,"type":"string"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"type","in":"query","required":false,"type":"integer","format":"int32"},{"name":"positionList","in":"query","required":false,"type":"array","items":{"type":"integer","format":"int32"},"collectionFormat":"multi"},{"name":"accountId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"currencyId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"payrollType","in":"query","required":false,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.NoteModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/note/{id}":{"get":{"tags":["Note"],"summary":"Senet bilgilerini getirir.","operationId":"V{versionNoteByIdGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.NoteModel"}}}},"put":{"tags":["Note"],"summary":"Senet bilgilerini günceller.","operationId":"V{versionNoteByIdPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"Güncellenecek Stok kart Id'si","required":true,"type":"integer","format":"int32"},{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.NoteModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.NoteModel"}}}}},"/v{version}/note/payrollnotes":{"get":{"tags":["Note"],"summary":"Bordroya ait senetleri getirir.","operationId":"V{versionNotePayrollnotesGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"query","description":"","required":false,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.NoteModel"}}}}}},"/v{version}/note":{"put":{"tags":["Note"],"summary":"Senet bilgilerini günceller.","operationId":"V{versionNotePut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"query","description":"Güncellenecek Stok kart Id'si","required":false,"type":"integer","format":"int32"},{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.NoteModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.NoteModel"}}}},"post":{"tags":["Note"],"summary":"Senet bilgilerini kaydeder.","operationId":"V{versionNotePost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Stok kartı","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.NoteModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.NoteModel"}}}}},"/v{version}/note/positionupdate":{"put":{"tags":["Note"],"summary":"Senet pozisyonunu günceller.","operationId":"V{versionNotePositionupdatePut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Position Model","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.PositionModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.PositionModel"}}}}},"/v{version}/note/recognition":{"post":{"tags":["Note"],"operationId":"V{versionNoteRecognitionPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"model","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.RecognitionProgressModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/note/recognition320":{"post":{"tags":["Note"],"operationId":"V{versionNoteRecognition320Post","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"model","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.RecognitionProgressModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/notehistory/{noteId}":{"get":{"tags":["NoteHistory"],"summary":"Senet geçmişini getirir.","operationId":"V{versionNotehistoryByNoteIdGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"noteId","in":"path","description":"","required":true,"type":"integer","format":"int64"},{"name":"type","in":"query","required":false,"type":"string","format":"byte"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.NoteHistoryModel"}}}}}},"/v{version}/notehistory/history":{"get":{"tags":["NoteHistory"],"summary":"Senet geçmişini getirir.","operationId":"V{versionNotehistoryHistoryGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"noteId","in":"query","description":"","required":false,"type":"integer","format":"int64"},{"name":"type","in":"query","required":false,"type":"string","format":"byte"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.NoteHistoryModel"}}}}}},"/v{version}/orderheader/list":{"get":{"tags":["OrderHeader"],"summary":"Kullanıcıya ait aktif sipariş üst bilgileri listeler.","operationId":"V{versionOrderheaderListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası (Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı (Default:10)","required":false,"type":"integer","format":"int32"},{"name":"filterQuery","in":"query","required":false,"type":"string"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"orderType","in":"query","required":false,"type":"string","format":"byte"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.OrderHeaderModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/orderheader/{id}":{"get":{"tags":["OrderHeader"],"summary":"Sipariş üst bilgisi getirir.","operationId":"V{versionOrderheaderByIdGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.OrderHeaderModel"}}}},"delete":{"tags":["OrderHeader"],"summary":"Sipariş üst bilgisi kaydının durumunu silindi'ye çeker.","operationId":"V{versionOrderheaderByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Silindi durumuna çekilecek kaydın Id'si","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/orderheader":{"put":{"tags":["OrderHeader"],"summary":"Sipariş üst bilgisini günceller.","operationId":"V{versionOrderheaderPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.OrderHeaderModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}},"post":{"tags":["OrderHeader"],"summary":"Yeni sipariş üst bilgisini kaydeder.","operationId":"V{versionOrderheaderPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"model","in":"body","description":"Müşteri Fatura Ayarı","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.OrderHeaderModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/ordertotal/{orderId}":{"get":{"tags":["OrderTotals"],"summary":"Sipariş kalem bilgisi getirir.","operationId":"V{versionOrdertotalByOrderIdGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"orderId","in":"path","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.OrderTotalsModel"}}}}},"/v{version}/payroll/list":{"get":{"tags":["Payroll"],"summary":"Bordroları getirir.","operationId":"V{versionPayrollListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası (Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı (Default:10)","required":false,"type":"integer","format":"int32"},{"name":"queryFilter","in":"query","required":false,"type":"string"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"type","in":"query","required":false,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.PayrollModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/payroll/{id}":{"get":{"tags":["Payroll"],"summary":"Bordro bilgilerini getirir.","operationId":"V{versionPayrollByIdGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.PayrollModel"}}}}},"/v{version}/payroll":{"post":{"tags":["Payroll"],"summary":"Bordro bilgilerini kaydeder.","operationId":"V{versionPayrollPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Bordro","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.PayrollModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.PayrollModel"}}}}},"/v{version}/payroll/320":{"post":{"tags":["Payroll"],"summary":"Bordro bilgilerini kaydeder.","operationId":"V{versionPayroll320Post","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Bordro","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.PayrollModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.PayrollModel"}}}}},"/v{version}/servicecard":{"post":{"tags":["ServiceCard"],"summary":"Yeni hizmet kartı kaydeder.","operationId":"V{versionServicecardPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Hizmet Kartı","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Inventory.ServiceCardModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Inventory.ServiceCardModel"}}}}},"/v{version}/servicecard/{id}":{"put":{"tags":["ServiceCard"],"summary":"Hizmet kartı günceller.","operationId":"V{versionServicecardByIdPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"Güncellenecek Hizmet kartı Id'si","required":true,"type":"integer","format":"int64"},{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Inventory.ServiceCardModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Inventory.ServiceCardModel"}}}},"delete":{"tags":["ServiceCard"],"summary":"Hizmet kartının durumunu silindi'ye çeker.","operationId":"V{versionServicecardByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Silindi durumuna çekilecek kaydın Id'si","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/subaccountposition/list":{"get":{"tags":["SubAccountPosition"],"summary":"Eşletirilen muavin hesaplar ve pozisyonlar getirilir.","operationId":"V{versionSubaccountpositionListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","required":false,"type":"integer","format":"int32"},{"name":"filterQuery","in":"query","required":false,"type":"string"},{"name":"sortedColumn","in":"query","required":false,"type":"string"},{"name":"isDesc","in":"query","required":false,"type":"boolean"},{"name":"accountPlanId","in":"query","required":false,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.SubAccountPositionModel"}}}}}},"/v{version}/subaccountposition/searchedlist":{"get":{"tags":["SubAccountPosition"],"summary":"Eşletirilen muavin hesaplar ve pozisyonlar getirilir.","operationId":"V{versionSubaccountpositionSearchedlistGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"searchText","in":"query","description":"Aranılacak text","required":false,"type":"string"},{"name":"position","in":"query","required":false,"type":"integer","format":"int32"},{"name":"positionType","in":"query","required":false,"type":"integer","format":"int32"},{"name":"documentType","in":"query","required":false,"type":"string","format":"byte"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.SubAccountPositionModel"}}}}}},"/v{version}/subaccountposition":{"post":{"tags":["SubAccountPosition"],"summary":"Muavin hesaplar ve pozisyonlar eşleştirilir","operationId":"V{versionSubaccountpositionPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Etiketler","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.SubAccountPositionModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.SubAccountPositionModel"}}}},"delete":{"tags":["SubAccountPosition"],"summary":"Sipariş üst bilgisi kaydının durumunu silindi'ye çeker.","operationId":"V{versionSubaccountpositionDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"query","description":"Silindi durumuna çekilecek kaydın Id'si","required":false,"type":"integer","format":"int32"},{"name":"accountId","in":"query","required":false,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/subaccountposition/{id}":{"put":{"tags":["SubAccountPosition"],"summary":"Muavin hesaplar ve pozisyonlar günceller.","operationId":"V{versionSubaccountpositionByIdPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"Güncellenecek eşleşmenin Id'si","required":true,"type":"integer","format":"int32"},{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.SubAccountPositionModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.SubAccountPositionModel"}}}}},"/v{version}/tablefilter/querylist":{"get":{"tags":["TableFilter"],"operationId":"V{versionTablefilterQuerylistGet","consumes":[],"produces":[],"parameters":[{"name":"moduleId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"url","in":"query","required":false,"type":"string"},{"name":"componentName","in":"query","required":false,"type":"string"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/tablefilter":{"put":{"tags":["TableFilter"],"operationId":"V{versionTablefilterPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"model","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.TableFilterModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}},"post":{"tags":["TableFilter"],"operationId":"V{versionTablefilterPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":[],"parameters":[{"name":"model","in":"body","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.TableFilterModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/tablefilter/{id}":{"delete":{"tags":["TableFilter"],"operationId":"V{versionTablefilterByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/tag":{"get":{"tags":["Tag"],"summary":"Kullanıcıya ait etiketler listeler.","operationId":"V{versionTagGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"moduleId","in":"query","required":false,"type":"string","format":"byte"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.TagModel"}}}}},"post":{"tags":["Tag"],"summary":"Yeni etiket kaydeder.","operationId":"V{versionTagPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Etiketler","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.TagModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.TagModel"}}}}},"/v{version}/tag/{id}":{"put":{"tags":["Tag"],"summary":"Etiketleri günceller.","operationId":"V{versionTagByIdPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"Güncellenecek Etiket Kaydı Id'si","required":true,"type":"integer","format":"int32"},{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.TagModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.TagModel"}}}},"delete":{"tags":["Tag"],"summary":"Etiket kaydının durumunu silindi'ye çeker.","operationId":"V{versionTagByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Silindi durumuna çekilecek kaydın Id'si","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/tag/gettags":{"get":{"tags":["Tag"],"operationId":"V{versionTagGettagsGet","consumes":[],"produces":[],"parameters":[{"name":"objectId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"moduleId","in":"query","required":false,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/taxexemption/list":{"get":{"tags":["TaxExemptionReason"],"summary":"Vergi Muhafiyet Sebepleri listelenir","operationId":"V{versionTaxexemptionListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.TaxExemptionReason"}}}}}},"/v{version}/taxtypecode/list":{"get":{"tags":["TaxTypeCode"],"summary":"Vergiler listelenir","operationId":"V{versionTaxtypecodeListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.TaxTypeCode"}}}}}},"/test/storage":{"get":{"tags":["Test"],"operationId":"TestStorageGet","consumes":[],"produces":[],"responses":{"200":{"description":"Success"}}}},"/v{version}/unitcode":{"get":{"tags":["UnitCode"],"summary":"UnitCode listesi getirir.","operationId":"V{versionUnitcodeGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.UnitCodeModel"}}}}}},"/v{version}/unitcode/list":{"get":{"tags":["UnitCode"],"operationId":"V{versionUnitcodeListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"list","in":"query","required":false,"type":"array","items":{"type":"integer","format":"int64"},"collectionFormat":"multi"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.UnitCodeModel"}}}}}},"/v{version}/unitcodeformat/list":{"get":{"tags":["UnitCodeFormat"],"summary":"Birim formatlarını getirir.","operationId":"V{versionUnitcodeformatListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası (Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı (Default:10)","required":false,"type":"integer","format":"int32"},{"name":"searchText","in":"query","description":"Hesap Numarası içinde arama yapmak için kullanılır","required":false,"type":"string"},{"name":"sortedColumn","in":"query","description":"'AccountId','CreateDate' (Default:CreateDate)","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.UnitCodeFormatModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/unitcodeformat/{id}":{"get":{"tags":["UnitCodeFormat"],"summary":"Birim Formatı bilgilerini getirir.","operationId":"V{versionUnitcodeformatByIdGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.UnitCodeFormatModel"}}}},"put":{"tags":["UnitCodeFormat"],"summary":"Birim Formatı bilgilerini günceller.","operationId":"V{versionUnitcodeformatByIdPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"Güncellenecek Birim Format Id'si","required":true,"type":"integer","format":"int32"},{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.UnitCodeFormatModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.UnitCodeFormatModel"}}}},"delete":{"tags":["UnitCodeFormat"],"summary":"Birim Formatının durumunu silindi'ye çeker.","operationId":"V{versionUnitcodeformatByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Silindi durumuna çekilecek kaydın Id'si","required":true,"type":"integer","format":"int32"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/unitcodeformat":{"post":{"tags":["UnitCodeFormat"],"summary":"Birim Formatı bilgilerini kaydeder.","operationId":"V{versionUnitcodeformatPost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Birim Formatı","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.UnitCodeFormatModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.UnitCodeFormatModel"}}}}},"/v{version}/warehouse/list":{"get":{"tags":["Warehouse"],"summary":"Depoları getirir.","operationId":"V{versionWarehouseListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"pageIndex","in":"query","description":"Sayfa sıra numarası (Default:1)","required":false,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"Sayfadaki kayıt sayısı (Default:10)","required":false,"type":"integer","format":"int32"},{"name":"sortedColumn","in":"query","description":"Name","required":false,"type":"string"},{"name":"isDesc","in":"query","description":"(Default:false)","required":false,"type":"boolean"},{"name":"queryFilter","in":"query","required":false,"type":"string"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.Inventory.WarehouseModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"}}}}},"/v{version}/warehouse/searchedlist":{"get":{"tags":["Warehouse"],"summary":"Depolarda arama sonucunu getirir.","operationId":"V{versionWarehouseSearchedlistGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"searchText","in":"query","description":"Aranılacak text","required":false,"type":"string"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Inventory.WarehouseModel"}}}}}},"/v{version}/warehouse":{"post":{"tags":["Warehouse"],"summary":"Depo bilgilerini kaydeder.","operationId":"V{versionWarehousePost","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"model","in":"body","description":"Depo","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Inventory.WarehouseModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Inventory.WarehouseModel"}}}}},"/v{version}/warehouse/{id}":{"put":{"tags":["Warehouse"],"summary":"Depo bilgilerini günceller.","operationId":"V{versionWarehouseByIdPut","consumes":["application/json-patch+json","application/json","text/json","application/*+json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"Güncellenecek Depo Id'si","required":true,"type":"integer","format":"int64"},{"name":"model","in":"body","description":"Güncellen Kaydın Modeli","required":false,"schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Inventory.WarehouseModel"}},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Inventory.WarehouseModel"}}}},"delete":{"tags":["Warehouse"],"summary":"Depo kaydının durumunu silindi'ye çeker.","operationId":"V{versionWarehouseByIdDelete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Silindi durumuna çekilecek kaydın Id'si","required":true,"type":"integer","format":"int64"},{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}}}},"/v{version}/withholding/list":{"get":{"tags":["WithHolding"],"summary":"Vergiler listelenir","operationId":"V{versionWithholdingListGet","consumes":[],"produces":["text/plain","application/json","text/json"],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Success","schema":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.WithHoldingCode"}}}}}}},"definitions":{"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.AccountModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountModel"}}}},"ePlatform.BS.Service.Models.AccountModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"accountPlanId":{"format":"int64","type":"integer"},"parentId":{"format":"int64","type":"integer"},"contraAccountId":{"format":"int64","type":"integer"},"code":{"type":"string"},"unitCode":{"type":"string"},"name":{"type":"string"},"type":{"format":"byte","type":"string"},"vatRate":{"format":"byte","type":"string"},"expenseType":{"format":"byte","type":"string"},"isBundleAccount":{"type":"boolean"},"isRelationCurrentAccount":{"type":"boolean"},"status":{"format":"byte","type":"string"},"currencyCodeId":{"format":"int64","type":"integer"},"typeList":{"type":"object"},"codeList":{"type":"object"},"baseCode":{"type":"string"},"hasChild":{"type":"boolean"},"typeEnum":{"enum":["kebir","grup","muavin"],"type":"string"}}},"ePlatform.BS.Service.Models.AccountPlanModel":{"required":["name"],"type":"object","properties":{"id":{"format":"int64","type":"integer"},"parentId":{"format":"int64","type":"integer"},"code":{"format":"int32","type":"integer"},"name":{"maxLength":250,"type":"string"},"currentAccountEnabled":{"type":"boolean"},"isNegative":{"type":"boolean"},"status":{"format":"byte","type":"string"},"statusEnum":{"enum":["active","deleted","archived"],"type":"string"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.CategoryModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CategoryModel"}}}},"ePlatform.BS.Service.Models.Models.CategoryModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"parentId":{"format":"int64","type":"integer"},"name":{"type":"string"},"type":{"format":"byte","type":"string"},"moduleId":{"format":"int64","type":"integer"},"categoryGroupId":{"format":"int64","type":"integer"},"index":{"type":"string"},"categoryGroup":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CategoryGroupModel"},"hasChild":{"type":"boolean"}}},"ePlatform.BS.Service.Models.Models.CategoryGroupModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"moduleId":{"format":"int64","type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.CheckModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CheckModel"}}}},"ePlatform.BS.Service.Models.Models.CheckModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"recipientAccId":{"format":"int64","type":"integer"},"senderAccId":{"format":"int64","type":"integer"},"senderCurAccId":{"format":"int64","type":"integer"},"recipientCurAccId":{"format":"int64","type":"integer"},"type":{"format":"int32","type":"integer"},"warranter":{"type":"string"},"no":{"type":"string"},"date":{"format":"date-time","type":"string"},"currencyId":{"format":"int64","type":"integer"},"exchangeDate":{"format":"date-time","type":"string"},"exchangeRate":{"format":"double","minimum":0,"type":"number"},"exchangeRateSource":{"type":"string"},"cityId":{"format":"int64","type":"integer"},"position":{"format":"int32","type":"integer"},"settlementDate":{"format":"date-time","type":"string"},"amount":{"format":"double","minimum":0,"type":"number"},"exchangeRateDescription":{"type":"string"},"recordStatus":{"format":"int32","type":"integer"},"editor":{"type":"string"},"bankName":{"type":"string"},"bankBranch":{"type":"string"},"accountNumber":{"type":"string"},"currencyName":{"type":"string"},"accountName":{"type":"string"},"accountCode":{"type":"string"},"positionEnum":{"enum":["portfoyde","tahsilatta","teminatta","karşılıksız","ciroda","İcrada","iadeEdildi","tahsilEdildi"],"type":"string"}}},"ePlatform.BS.Service.Models.Models.PositionModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"position":{"format":"int32","type":"integer"},"accountId":{"format":"int64","type":"integer"},"date":{"format":"date-time","type":"string"},"type":{"format":"int32","type":"integer"}}},"ePlatform.BS.Service.Models.Models.RecognitionProgressModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"isSend":{"type":"boolean"}}},"ePlatform.BS.Service.Models.Models.CheckHistoryModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"checkId":{"format":"int64","type":"integer"},"newPosition":{"format":"int32","type":"integer"},"accountName":{"type":"string"},"accountCode":{"type":"string"},"payrollId":{"format":"int64","type":"integer"},"date":{"format":"date-time","type":"string"},"actType":{"format":"int32","type":"integer"},"createDate":{"format":"date-time","type":"string"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.CheckPayrollModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CheckPayrollModel"}}}},"ePlatform.BS.Service.Models.Models.CheckPayrollModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"accountId":{"format":"int64","type":"integer"},"recipientId":{"format":"int64","type":"integer"},"senderId":{"format":"int64","type":"integer"},"payrollType":{"format":"int32","type":"integer"},"no":{"format":"int32","type":"integer"},"date":{"format":"date-time","type":"string"},"recordStatus":{"format":"int32","type":"integer"},"type":{"format":"int32","type":"integer"},"currencyId":{"format":"int64","type":"integer"},"totalAmount":{"format":"double","minimum":0,"type":"number"},"currencyName":{"type":"string"},"accountCode":{"type":"string"},"accountName":{"type":"string"},"position":{"format":"int32","type":"integer"},"checks":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CheckModel"}}}},"ePlatform.BS.Service.Models.Models.CityModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"name":{"type":"string"}}},"ePlatform.BS.Service.Models.Models.CurrencyCodeModel":{"required":["name","code"],"type":"object","properties":{"id":{"format":"int64","type":"integer"},"name":{"maxLength":100,"type":"string"},"decimalPlaceName":{"maxLength":50,"type":"string"},"code":{"maxLength":10,"type":"string"},"decimalPlaceCode":{"maxLength":10,"type":"string"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.CurrentAccountModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountModel"}}}},"ePlatform.BS.Service.Models.CurrentAccountModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"name":{"type":"string"},"surname":{"type":"string"},"identifier":{"type":"string"},"taxOffice":{"type":"string"},"maturity":{"format":"int32","type":"integer"},"efaturaEnabled":{"type":"boolean"},"earsivEnabled":{"type":"boolean"},"mersisNumber":{"type":"string"},"registrationNumber":{"type":"string"},"professionalChamber":{"type":"string"},"chamberRegistrationNumber":{"type":"string"},"debit":{"format":"double","type":"number"},"credit":{"format":"double","type":"number"},"tags":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.TagModel"}},"categories":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.CategoryModel"}},"currentAccountAddress":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountAddressModel"}},"accountCode":{"type":"string"},"isUsed":{"type":"boolean"}}},"ePlatform.BS.Service.Models.Models.TagModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"name":{"type":"string"},"moduleId":{"format":"int64","type":"integer"},"type":{"format":"byte","type":"string"}}},"ePlatform.BS.Service.Models.CurrentAccountAddressModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"currentAccountId":{"format":"int64","type":"integer"},"addressName":{"type":"string"},"streetName":{"type":"string"},"buildingName":{"type":"string"},"buildingNumber":{"type":"string"},"doorNumber":{"type":"string"},"region":{"type":"string"},"country":{"type":"string"},"city":{"type":"string"},"subDivisionName":{"type":"string"},"postalZone":{"type":"string"},"phoneNumber":{"type":"string"},"faxNumber":{"type":"string"},"emailAddress":{"type":"string"},"webSite":{"type":"string"},"isDefault":{"type":"boolean"}}},"ePlatform.BS.Service.Data.Models.CurrentAccount":{"required":["name","identifier"],"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"name":{"maxLength":500,"type":"string"},"surname":{"maxLength":250,"type":"string"},"identifier":{"maxLength":15,"type":"string"},"taxOffice":{"maxLength":150,"type":"string"},"maturity":{"format":"int32","type":"integer"},"efaturaEnabled":{"type":"boolean"},"earsivEnabled":{"type":"boolean"},"mersisNumber":{"maxLength":50,"type":"string"},"registrationNumber":{"maxLength":50,"type":"string"},"professionalChamber":{"maxLength":250,"type":"string"},"chamberRegistrationNumber":{"maxLength":50,"type":"string"},"debit":{"format":"double","type":"number"},"credit":{"format":"double","type":"number"},"tagIds":{"type":"string"},"categoryIds":{"type":"string"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"checkRecipientCurAcc":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Check"}},"checkSenderCurAcc":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Check"}},"checkHistory":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CheckHistory"}},"checkPayrollRecipientCurAcc":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CheckPayroll"}},"checkPayrollSenderCurAcc":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CheckPayroll"}},"currentAccountAccount":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccountAccount"}},"currentAccountAddress":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccountAddress"}},"currentAccountBankInfo":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccountBankInfo"}},"currentAccountContact":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccountContact"}},"entryTransaction":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.EntryTransaction"}},"noteRecipientCurAcc":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Note"}},"noteSenderCurAcc":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Note"}},"noteHistory":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.NoteHistory"}},"orderHeader":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.OrderHeader"}},"payrollRecipientCurAcc":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Payroll"}},"payrollSenderCurAcc":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Payroll"}}}},"ePlatform.BS.Service.Data.Models.Check":{"required":["no"],"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"recipientAccId":{"format":"int64","type":"integer"},"senderAccId":{"format":"int64","type":"integer"},"senderCurAccId":{"format":"int64","type":"integer"},"recipientCurAccId":{"format":"int64","type":"integer"},"checkPayrollId":{"format":"int64","type":"integer"},"type":{"format":"int32","type":"integer"},"warranter":{"maxLength":200,"type":"string"},"no":{"maxLength":50,"type":"string"},"date":{"format":"date-time","type":"string"},"currencyId":{"format":"int64","type":"integer"},"exchangeDate":{"format":"date-time","type":"string"},"exchangeRate":{"format":"double","type":"number"},"exchangeRateSource":{"maxLength":250,"type":"string"},"exchangeRateDescription":{"maxLength":250,"type":"string"},"cityId":{"format":"int64","type":"integer"},"position":{"format":"int32","type":"integer"},"settlementDate":{"format":"date-time","type":"string"},"amount":{"format":"double","type":"number"},"recordStatus":{"format":"int32","type":"integer"},"editor":{"maxLength":250,"type":"string"},"bankName":{"maxLength":250,"type":"string"},"bankBranch":{"maxLength":250,"type":"string"},"accountNumber":{"maxLength":250,"type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"checkHistory":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CheckHistory"}},"checkPayroll":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CheckPayroll"},"city":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.City"},"currency":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrencyCode"},"recipientAcc":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"},"recipientCurAcc":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccount"},"senderAcc":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"},"senderCurAcc":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccount"}}},"ePlatform.BS.Service.Data.Models.CheckHistory":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"checkId":{"format":"int64","type":"integer"},"checkPayrollId":{"format":"int64","type":"integer"},"newPosition":{"format":"int32","type":"integer"},"accountId":{"format":"int64","type":"integer"},"currentAccountId":{"format":"int64","type":"integer"},"date":{"format":"date-time","type":"string"},"actType":{"format":"int32","type":"integer"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"account":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"},"check":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Check"},"checkPayroll":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CheckPayroll"},"currentAccount":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccount"}}},"ePlatform.BS.Service.Data.Models.CheckPayroll":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"recipientAccId":{"format":"int64","type":"integer"},"senderAccId":{"format":"int64","type":"integer"},"senderCurAccId":{"format":"int64","type":"integer"},"recipientCurAccId":{"format":"int64","type":"integer"},"payrollType":{"format":"int32","type":"integer"},"no":{"format":"int32","type":"integer"},"date":{"format":"date-time","type":"string"},"type":{"format":"int32","type":"integer"},"recordStatus":{"format":"int32","type":"integer"},"currencyId":{"format":"int64","type":"integer"},"totalAmount":{"format":"double","type":"number"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"check":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Check"}},"checkHistory":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CheckHistory"}},"currency":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrencyCode"},"recipientAcc":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"},"recipientCurAcc":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccount"},"senderAcc":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"},"senderCurAcc":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccount"}}},"ePlatform.BS.Service.Data.Models.CurrentAccountAccount":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"currentAccountId":{"format":"int64","type":"integer"},"accountId":{"format":"int64","type":"integer"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"account":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"},"currentAccount":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccount"}}},"ePlatform.BS.Service.Data.Models.CurrentAccountAddress":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"currentAccountId":{"format":"int64","type":"integer"},"addressName":{"maxLength":250,"type":"string"},"streetName":{"maxLength":100,"type":"string"},"buildingName":{"maxLength":100,"type":"string"},"buildingNumber":{"maxLength":100,"type":"string"},"doorNumber":{"maxLength":100,"type":"string"},"region":{"maxLength":100,"type":"string"},"country":{"maxLength":100,"type":"string"},"city":{"maxLength":100,"type":"string"},"subDivisionName":{"maxLength":100,"type":"string"},"postalZone":{"maxLength":100,"type":"string"},"phoneNumber":{"maxLength":100,"type":"string"},"faxNumber":{"maxLength":100,"type":"string"},"emailAddress":{"maxLength":250,"type":"string"},"webSite":{"maxLength":250,"type":"string"},"isDefault":{"type":"boolean"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"currentAccount":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccount"}}},"ePlatform.BS.Service.Data.Models.CurrentAccountBankInfo":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"currentAccountId":{"format":"int64","type":"integer"},"type":{"format":"byte","type":"string"},"name":{"maxLength":100,"type":"string"},"ibanNumber":{"maxLength":26,"type":"string"},"bankName":{"maxLength":100,"type":"string"},"bankBranchName":{"maxLength":100,"type":"string"},"receiverName":{"maxLength":100,"type":"string"},"bankAccountNumber":{"maxLength":50,"type":"string"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"currentAccount":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccount"}}},"ePlatform.BS.Service.Data.Models.CurrentAccountContact":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"currentAccountId":{"format":"int64","type":"integer"},"fullName":{"maxLength":250,"type":"string"},"phoneNumber":{"maxLength":100,"type":"string"},"emailAddress":{"maxLength":250,"type":"string"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"currentAccount":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccount"}}},"ePlatform.BS.Service.Data.Models.EntryTransaction":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"entryId":{"format":"int64","type":"integer"},"accountId":{"format":"int64","type":"integer"},"currentAccountId":{"format":"int64","type":"integer"},"lineNumber":{"format":"int32","type":"integer"},"detailComment":{"maxLength":500,"type":"string"},"credit":{"format":"double","type":"number"},"debit":{"format":"double","type":"number"},"postingDate":{"format":"date-time","type":"string"},"expirationDate":{"format":"date-time","type":"string"},"paymentMethod":{"maxLength":50,"type":"string"},"documentType":{"format":"byte","type":"string"},"documentTypeDescription":{"maxLength":150,"type":"string"},"documentNumber":{"maxLength":50,"type":"string"},"documentDate":{"format":"date-time","type":"string"},"amountCurrencyId":{"format":"int64","type":"integer"},"amountOriginalExchangeRateDate":{"format":"date-time","type":"string"},"amountOriginalAmount":{"format":"double","type":"number"},"amountOriginalCurrencyId":{"format":"int64","type":"integer"},"amountOriginalExchangeRate":{"format":"double","type":"number"},"amountOriginalExchangeRateSource":{"maxLength":100,"type":"string"},"amountOriginalExchangeRateComment":{"maxLength":250,"type":"string"},"contraDocumentNumber":{"maxLength":50,"type":"string"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"account":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"},"currentAccount":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccount"},"entry":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Entry"}}},"ePlatform.BS.Service.Data.Models.Note":{"required":["no"],"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"recipientAccId":{"format":"int64","type":"integer"},"senderAccId":{"format":"int64","type":"integer"},"senderCurAccId":{"format":"int64","type":"integer"},"recipientCurAccId":{"format":"int64","type":"integer"},"payrollId":{"format":"int64","type":"integer"},"type":{"format":"int32","type":"integer"},"warranter":{"maxLength":200,"type":"string"},"no":{"maxLength":50,"type":"string"},"date":{"format":"date-time","type":"string"},"currencyId":{"format":"int64","type":"integer"},"exchangeDate":{"format":"date-time","type":"string"},"exchangeRate":{"format":"double","type":"number"},"exchangeRateSource":{"maxLength":250,"type":"string"},"exchangeRateDescription":{"maxLength":250,"type":"string"},"cityId":{"format":"int64","type":"integer"},"position":{"format":"int32","type":"integer"},"settlementDate":{"format":"date-time","type":"string"},"amount":{"format":"double","type":"number"},"recordStatus":{"format":"int32","type":"integer"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"noteHistory":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.NoteHistory"}},"city":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.City"},"currency":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrencyCode"},"payroll":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Payroll"},"recipientAcc":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"},"recipientCurAcc":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccount"},"senderAcc":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"},"senderCurAcc":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccount"}}},"ePlatform.BS.Service.Data.Models.NoteHistory":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"noteId":{"format":"int64","type":"integer"},"payrollId":{"format":"int64","type":"integer"},"newPosition":{"format":"int32","type":"integer"},"accountId":{"format":"int64","type":"integer"},"currentAccountId":{"format":"int64","type":"integer"},"date":{"format":"date-time","type":"string"},"actType":{"format":"int32","type":"integer"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"account":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"},"currentAccount":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccount"},"note":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Note"},"payroll":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Payroll"}}},"ePlatform.BS.Service.Data.Models.OrderHeader":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"description":{"maxLength":500,"type":"string"},"type":{"format":"byte","type":"string"},"currentAccountId":{"format":"int64","type":"integer"},"currencyCodeId":{"format":"int64","type":"integer"},"exchange":{"format":"double","type":"number"},"orderDate":{"format":"date-time","type":"string"},"number":{"format":"int32","type":"integer"},"dueDate":{"format":"date-time","type":"string"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"orderItems":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.OrderItems"}},"orderTotals":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.OrderTotals"}},"currentAccount":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccount"}}},"ePlatform.BS.Service.Data.Models.Payroll":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"recipientAccId":{"format":"int64","type":"integer"},"senderAccId":{"format":"int64","type":"integer"},"senderCurAccId":{"format":"int64","type":"integer"},"recipientCurAccId":{"format":"int64","type":"integer"},"payrollType":{"format":"int32","type":"integer"},"no":{"format":"int32","type":"integer"},"date":{"format":"date-time","type":"string"},"type":{"format":"int32","type":"integer"},"recordStatus":{"format":"int32","type":"integer"},"currencyId":{"format":"int64","type":"integer"},"totalAmount":{"format":"double","type":"number"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"note":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Note"}},"noteHistory":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.NoteHistory"}},"currency":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrencyCode"},"recipientAcc":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"},"recipientCurAcc":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccount"},"senderAcc":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"},"senderCurAcc":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccount"}}},"ePlatform.BS.Service.Data.Models.City":{"required":["name"],"type":"object","properties":{"id":{"format":"int64","type":"integer"},"name":{"maxLength":100,"type":"string"},"check":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Check"}},"note":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Note"}}}},"ePlatform.BS.Service.Data.Models.CurrencyCode":{"required":["name","code"],"type":"object","properties":{"id":{"format":"int64","type":"integer"},"name":{"maxLength":100,"type":"string"},"decimalPlaceName":{"maxLength":50,"type":"string"},"code":{"maxLength":10,"type":"string"},"decimalPlaceCode":{"maxLength":10,"type":"string"},"isEnabled":{"type":"boolean"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"check":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Check"}},"checkPayroll":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CheckPayroll"}},"currencyRate":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrencyRate"}},"note":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Note"}},"payroll":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Payroll"}}}},"ePlatform.BS.Service.Data.Models.Account":{"required":["code"],"type":"object","properties":{"id":{"format":"int64","type":"integer"},"accountPlanId":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"parentId":{"format":"int64","type":"integer"},"contraAccountId":{"format":"int64","type":"integer"},"code":{"maxLength":100,"type":"string"},"unitCode":{"maxLength":5,"type":"string"},"name":{"maxLength":250,"type":"string"},"type":{"format":"byte","type":"string"},"vatRate":{"format":"byte","type":"string"},"expenseType":{"format":"byte","type":"string"},"isBundleAccount":{"type":"boolean"},"isRelationCurrentAccount":{"type":"boolean"},"currencyCodeId":{"format":"int64","type":"integer"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"checkRecipientAcc":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Check"}},"checkSenderAcc":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Check"}},"checkHistory":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CheckHistory"}},"checkPayrollRecipientAcc":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CheckPayroll"}},"checkPayrollSenderAcc":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CheckPayroll"}},"currentAccountAccount":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrentAccountAccount"}},"customerInvoiceSetting":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CustomerInvoiceSetting"}},"despatchSetting":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.DespatchSetting"}},"entryTransaction":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.EntryTransaction"}},"invoiceTaxSettingAccountId0Navigation":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.InvoiceTaxSetting"}},"invoiceTaxSettingAccountId1Navigation":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.InvoiceTaxSetting"}},"noteRecipientAcc":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Note"}},"noteSenderAcc":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Note"}},"noteHistory":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.NoteHistory"}},"payrollRecipientAcc":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Payroll"}},"payrollSenderAcc":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Payroll"}},"subAccountPosition":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.SubAccountPosition"}},"accountPlan":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.AccountPlan"},"parent":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"},"inverseParent":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"}}}},"ePlatform.BS.Service.Data.Models.Entry":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"fiscalYearPeriodId":{"format":"int64","type":"integer"},"entryNumber":{"format":"int64","type":"integer"},"entryComment":{"maxLength":250,"type":"string"},"type":{"format":"byte","type":"string"},"callType":{"format":"byte","type":"string"},"enteredDate":{"format":"date-time","type":"string"},"enteredBy":{"format":"int64","type":"integer"},"isRecognized":{"type":"boolean"},"status":{"format":"byte","type":"string"},"totalDebit":{"format":"double","type":"number"},"totalCredit":{"format":"double","type":"number"},"entryNumberCounter":{"format":"int64","type":"integer"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"entryTransaction":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.EntryTransaction"}},"fiscalYearPeriod":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.FiscalYearPeriod"}}},"ePlatform.BS.Service.Data.Models.OrderItems":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"orderId":{"format":"int64","type":"integer"},"inventoryServiceId":{"format":"int64","type":"integer"},"dueDate":{"format":"date-time","type":"string"},"quantity":{"format":"double","type":"number"},"unitCodeId":{"format":"int64","type":"integer"},"unitPrice":{"format":"double","type":"number"},"totalAmount":{"format":"double","type":"number"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"inventoryService":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.InventoryService"},"order":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.OrderHeader"}}},"ePlatform.BS.Service.Data.Models.OrderTotals":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"orderId":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"grossTotal":{"format":"double","type":"number"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"order":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.OrderHeader"}}},"ePlatform.BS.Service.Data.Models.CurrencyRate":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"currencyCodeId":{"format":"int64","type":"integer"},"forexBuying":{"format":"double","type":"number"},"forexSelling":{"format":"double","type":"number"},"banknoteBuying":{"format":"double","type":"number"},"banknoteSelling":{"format":"double","type":"number"},"date":{"format":"date-time","type":"string"},"createdDate":{"format":"date-time","type":"string"},"currencyCode":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.CurrencyCode"}}},"ePlatform.BS.Service.Data.Models.CustomerInvoiceSetting":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"accountId":{"format":"int64","type":"integer"},"invoiceType":{"format":"byte","type":"string"},"vatRate":{"format":"byte","type":"string"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"account":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"}}},"ePlatform.BS.Service.Data.Models.DespatchSetting":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"accountId":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"account":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"}}},"ePlatform.BS.Service.Data.Models.InvoiceTaxSetting":{"required":["taxTypeCode"],"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"accountId0":{"format":"int64","type":"integer"},"accountId1":{"format":"int64","type":"integer"},"taxSettingListId":{"format":"int64","type":"integer"},"taxTypeCode":{"maxLength":10,"type":"string"},"taxRate":{"format":"byte","type":"string"},"taxType":{"format":"byte","type":"string"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"accountId0Navigation":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"},"accountId1Navigation":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"}}},"ePlatform.BS.Service.Data.Models.SubAccountPosition":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"accountId":{"format":"int64","type":"integer"},"positionId":{"format":"byte","type":"string"},"customerId":{"format":"int64","type":"integer"},"positionType":{"format":"byte","type":"string"},"documentType":{"format":"byte","type":"string"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"account":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"},"idNavigation":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.SubAccountPosition"},"inverseIdNavigation":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.SubAccountPosition"}}},"ePlatform.BS.Service.Data.Models.AccountPlan":{"required":["name"],"type":"object","properties":{"id":{"format":"int64","type":"integer"},"parentId":{"format":"int64","type":"integer"},"code":{"format":"int32","type":"integer"},"name":{"maxLength":250,"type":"string"},"currentAccountEnabled":{"type":"boolean"},"isNegative":{"type":"boolean"},"status":{"format":"byte","type":"string"},"account":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Account"}}}},"ePlatform.BS.Service.Data.Models.FiscalYearPeriod":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"fiscalYearId":{"format":"int64","type":"integer"},"indexNumber":{"format":"byte","type":"string"},"startDate":{"format":"date-time","type":"string"},"endDate":{"format":"date-time","type":"string"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"entry":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Entry"}},"fiscalYear":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.FiscalYear"}}},"ePlatform.BS.Service.Data.Models.InventoryService":{"required":["code","name"],"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"code":{"maxLength":50,"type":"string"},"name":{"maxLength":50,"type":"string"},"description":{"maxLength":250,"type":"string"},"type":{"format":"byte","type":"string"},"outputUnitCodeId":{"format":"int64","type":"integer"},"inputUnitCodeId":{"format":"int64","type":"integer"},"groupNumber":{"format":"int32","type":"integer"},"unitAmountFormat":{"maxLength":50,"type":"string"},"purchasePrice":{"format":"double","type":"number"},"salePrice":{"format":"double","type":"number"},"purchaseCurrencyId":{"format":"int32","type":"integer"},"saleCurrencyId":{"format":"int32","type":"integer"},"purchaseVatRate":{"format":"byte","type":"string"},"saleVatRate":{"format":"byte","type":"string"},"domesticSaleIncomeAccountId":{"format":"int64","type":"integer"},"saleIncomeReturnAccountId":{"format":"int64","type":"integer"},"foreignSaleIncomeAccountId":{"format":"int64","type":"integer"},"saleDiscountAccountId":{"format":"int64","type":"integer"},"generalProductionExpenseAccountId":{"format":"int64","type":"integer"},"serviceProductionExpenseAccountId":{"format":"int64","type":"integer"},"randdExpenseAccountId":{"format":"int64","type":"integer"},"markettingExpenseAccountId":{"format":"int64","type":"integer"},"generalManagingExpenseAccountId":{"format":"int64","type":"integer"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"inventoryCard":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.InventoryCard"},"inventoryDetail":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.InventoryDetail"}},"inventoryMovement":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.InventoryMovement"}},"orderItems":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.OrderItems"}},"serviceCard":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.ServiceCard"}}},"ePlatform.BS.Service.Data.Models.FiscalYear":{"required":["name"],"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"name":{"maxLength":250,"type":"string"},"startDate":{"format":"date-time","type":"string"},"endDate":{"format":"date-time","type":"string"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"fiscalYearPeriod":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.FiscalYearPeriod"}}}},"ePlatform.BS.Service.Data.Models.InventoryCard":{"type":"object","properties":{"inventoryServiceId":{"format":"int64","type":"integer"},"inventoryAccountId":{"format":"int64","type":"integer"},"costAccountId":{"format":"int64","type":"integer"},"barcode":{"maxLength":250,"type":"string"},"inventoryType":{"format":"byte","type":"string"},"minInventory":{"format":"int64","type":"integer"},"maxInventory":{"format":"int64","type":"integer"},"wasteRate":{"format":"double","type":"number"},"leadTime":{"format":"int32","type":"integer"},"weight":{"format":"double","type":"number"},"width":{"format":"double","type":"number"},"height":{"format":"double","type":"number"},"depth":{"format":"double","type":"number"},"field":{"format":"double","type":"number"},"volume":{"format":"double","type":"number"},"weightUnitCodeId":{"format":"byte","type":"string"},"widthUnitCodeId":{"format":"byte","type":"string"},"heightUnitCodeId":{"format":"byte","type":"string"},"depthUnitCodeId":{"format":"byte","type":"string"},"fieldUnitCodeId":{"format":"byte","type":"string"},"volumeUnitCodeId":{"format":"byte","type":"string"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"inventoryService":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.InventoryService"}}},"ePlatform.BS.Service.Data.Models.InventoryDetail":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"inventoryServiceId":{"format":"int64","type":"integer"},"warehouseId":{"format":"int64","type":"integer"},"inputAmount":{"format":"double","type":"number"},"outputAmount":{"format":"double","type":"number"},"givenOrdersAmount":{"format":"double","type":"number"},"receivedOrdersAmount":{"format":"double","type":"number"},"averagePurchasePrice":{"format":"double","type":"number"},"averageSalePrice":{"format":"double","type":"number"},"grossProfitAmount":{"format":"double","type":"number"},"grossProfitPercentage":{"format":"double","type":"number"},"minPurchasePrice":{"format":"double","type":"number"},"maxPurchasePrice":{"format":"double","type":"number"},"minSalePrice":{"format":"double","type":"number"},"maxSalePrice":{"format":"double","type":"number"},"balance":{"format":"double","type":"number"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"inventoryService":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.InventoryService"},"warehouse":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Warehouse"}}},"ePlatform.BS.Service.Data.Models.InventoryMovement":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"documentNo":{"maxLength":50,"type":"string"},"documentType":{"format":"byte","type":"string"},"inventoryServiceId":{"format":"int64","type":"integer"},"warehouseId":{"format":"int64","type":"integer"},"movementType":{"format":"byte","type":"string"},"amount":{"format":"double","type":"number"},"unitPrice":{"format":"double","type":"number"},"unitCodeId":{"format":"int64","type":"integer"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"inventoryService":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.InventoryService"},"warehouse":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.Warehouse"}}},"ePlatform.BS.Service.Data.Models.ServiceCard":{"type":"object","properties":{"inventoryServiceId":{"format":"int64","type":"integer"},"serviceType":{"format":"byte","type":"string"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"inventoryService":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.InventoryService"}}},"ePlatform.BS.Service.Data.Models.Warehouse":{"required":["name"],"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"name":{"maxLength":50,"type":"string"},"status":{"format":"byte","type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"},"inventoryDetail":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.InventoryDetail"}},"inventoryMovement":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.InventoryMovement"}}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.CurrentAccountAccountModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountAccountModel"}}}},"ePlatform.BS.Service.Models.CurrentAccountAccountModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"currentAccountId":{"format":"int64","type":"integer"},"accountId":{"format":"int64","type":"integer"},"baseAccount":{"format":"int64","type":"integer"},"adjunctAccount":{"type":"string"},"isBundleAccount":{"type":"boolean"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.CurrentAccountAddressModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountAddressModel"}}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.CurrentAccountBankInfoModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountBankInfoModel"}}}},"ePlatform.BS.Service.Models.CurrentAccountBankInfoModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"currentAccountId":{"format":"int64","type":"integer"},"type":{"format":"byte","type":"string"},"name":{"type":"string"},"ibanNumber":{"type":"string"},"bankName":{"type":"string"},"bankBranchName":{"type":"string"},"receiverName":{"type":"string"},"bankAccountNumber":{"type":"string"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.CurrentAccountContactModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CurrentAccountContactModel"}}}},"ePlatform.BS.Service.Models.CurrentAccountContactModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"currentAccountId":{"format":"int64","type":"integer"},"fullName":{"type":"string"},"phoneNumber":{"type":"string"},"emailAddress":{"type":"string"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.CustomerInvoiceSettingModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.CustomerInvoiceSettingModel"}}}},"ePlatform.BS.Service.Models.CustomerInvoiceSettingModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"accountId":{"format":"int64","type":"integer"},"accountCode":{"type":"string"},"invoiceType":{"format":"byte","type":"string"},"vatRate":{"format":"byte","type":"string"}}},"ePlatform.BS.Service.Models.CustomerSettingModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"efaturaEnabled":{"type":"boolean"},"earsivEnabled":{"type":"boolean"},"entryMode":{"type":"boolean"},"culture":{"format":"int32","type":"integer"},"amountFormat":{"type":"string"},"fiscalYearStart":{"format":"date-time","type":"string"},"startDate":{"format":"date-time","type":"string"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.SendDespatchModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.SendDespatchModel"}}}},"ePlatform.BS.Service.Models.Models.SendDespatchModel":{"required":["despatchNumber","targetTitle","targetVknTckn"],"type":"object","properties":{"isSend":{"type":"boolean"},"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"ettn":{"format":"uuid","type":"string"},"despatchNumber":{"maxLength":20,"type":"string"},"invoiceId":{"format":"int64","type":"integer"},"executionDate":{"format":"date-time","type":"string"},"profile":{"format":"int32","type":"integer"},"copyIndicator":{"type":"boolean"},"despatchAdviceTypeCode":{"format":"int32","type":"integer"},"description":{"maxLength":300,"type":"string"},"lineCount":{"format":"int32","type":"integer"},"currentAccountId":{"format":"int64","type":"integer"},"targetTitle":{"maxLength":500,"type":"string"},"targetVknTckn":{"maxLength":11,"type":"string"},"despatchStatus":{"format":"int32","type":"integer"},"recordStatus":{"format":"int32","type":"integer"},"isArchived":{"type":"boolean"},"totalAmount":{"format":"double","type":"number"},"payableAmount":{"format":"double","type":"number"},"currencyId":{"format":"int64","type":"integer"},"currencyRate":{"format":"double","type":"number"},"shipmentAddressId":{"format":"int64","type":"integer"},"objectStorageKey":{"maxLength":200,"type":"string"},"status":{"format":"int32","type":"integer"},"updateDateUtc":{"format":"date-time","type":"string"},"createDateUtc":{"format":"date-time","type":"string"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.ReceiveDespatchModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.ReceiveDespatchModel"}}}},"ePlatform.BS.Service.Models.Models.ReceiveDespatchModel":{"required":["despatchNumber","targetTitle","targetVknTckn"],"type":"object","properties":{"isSend":{"type":"boolean"},"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"ettn":{"format":"uuid","type":"string"},"despatchNumber":{"maxLength":20,"type":"string"},"invoiceId":{"format":"int64","type":"integer"},"executionDate":{"format":"date-time","type":"string"},"profile":{"format":"int32","type":"integer"},"copyIndicator":{"type":"boolean"},"despatchAdviceTypeCode":{"format":"int32","type":"integer"},"description":{"maxLength":300,"type":"string"},"lineCount":{"format":"int32","type":"integer"},"currentAccountId":{"format":"int64","type":"integer"},"targetTitle":{"maxLength":500,"type":"string"},"targetVknTckn":{"maxLength":11,"type":"string"},"despatchStatus":{"format":"int32","type":"integer"},"recordStatus":{"format":"int32","type":"integer"},"isArchived":{"type":"boolean"},"totalAmount":{"format":"double","type":"number"},"payableAmount":{"format":"double","type":"number"},"currencyId":{"format":"int64","type":"integer"},"currencyRate":{"format":"double","type":"number"},"shipmentAddressId":{"format":"int64","type":"integer"},"objectStorageKey":{"maxLength":200,"type":"string"},"status":{"format":"int32","type":"integer"},"updateDateUtc":{"format":"date-time","type":"string"},"createDateUtc":{"format":"date-time","type":"string"}}},"ePlatform.BS.Service.Models.Models.InvoiceBuilder.UBLBuilderMainModel":{"type":"object","properties":{"invoiceId":{"format":"int64","type":"integer"},"isNew":{"type":"boolean"},"isSend":{"type":"boolean"},"recordType":{"format":"int32","type":"integer"},"recordStatus":{"format":"int32","type":"integer"},"description":{"type":"string"},"note":{"type":"string"},"currentAccountAlias":{"type":"string"},"currentAccountId":{"format":"int64","type":"integer"},"currentAccountIdentifier":{"type":"string"},"currentAccountName":{"type":"string"},"generalInfoModel":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.GeneralInfoModel"},"invoiceLines":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.InvoiceLineModel"}},"invoiceTotalsModel":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.InvoiceTotalsModel"},"paymentMeansModel":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.PaymentMeansModel"},"paymentTermsModel":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.PaymentTermsModel"},"orderInfoModel":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.OrderInfoModel"},"archiveInfoModel":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.ArchiveInfoModel"},"despatchInfoModel":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.DespatchInfoModel"},"despatchLines":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.DespatchLineModel"}},"relatedDespatchList":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.RelatedDespatch"}},"buyerCustomerInfoModel":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.BuyerCustomerInfoModel"},"taxRepresentativePartyInfoModel":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.TaxRepresentativePartyInfoModel"}}},"ePlatform.BS.Service.Models.Models.InvoiceBuilder.GeneralInfoModel":{"type":"object","properties":{"ettn":{"type":"string"},"prefix":{"type":"string"},"customizationId":{"type":"string"},"invoiceNumber":{"type":"string"},"invoiceProfileType":{"enum":["tEMELFATURA","tICARIFATURA","iHRACAT","yOLCUBERABERFATURA"],"type":"string"},"issueDate":{"format":"date-time","type":"string"},"type":{"enum":["sATIS","iADE","tEVKIFAT","iSTISNA","oZELMATRAH","iHRACKAYITLI"],"type":"string"},"returnInvoiceNumber":{"type":"string"},"returnInvoiceDate":{"format":"date-time","type":"string"},"currencyId":{"format":"int64","type":"integer"},"currencyRate":{"format":"double","type":"number"}}},"ePlatform.BS.Service.Models.Models.InvoiceBuilder.InvoiceLineModel":{"type":"object","properties":{"inventoryServiceId":{"format":"int64","type":"integer"},"inventoryServiceType":{"format":"int64","type":"integer"},"inventoryCard":{"type":"string"},"warehouseId":{"format":"int64","type":"integer"},"amount":{"format":"double","minimum":0,"type":"number"},"unitCodeId":{"format":"int64","type":"integer"},"unitPrice":{"format":"double","minimum":0,"type":"number"},"discountRate":{"format":"double","minimum":0,"type":"number"},"discountAmount":{"format":"double","minimum":0,"type":"number"},"lineAmount":{"format":"double","minimum":0,"type":"number"},"vatRate":{"format":"double","minimum":0,"type":"number"},"vatAmount":{"format":"double","minimum":0,"type":"number"},"vatExemptionReasonCode":{"type":"string"},"vatExemptionReason":{"type":"string"},"taxes":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.InvoiceLineTaxModel"}},"invoiceLineDeliveryInfoModel":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.InvoiceLineDeliveryInfoModel"}}},"ePlatform.BS.Service.Models.Models.InvoiceBuilder.InvoiceTotalsModel":{"type":"object","properties":{"lineExtensionAmount":{"type":"string"},"taxExclusiveAmount":{"type":"string"},"taxInclusiveAmount":{"type":"string"},"allowanceTotalAmount":{"type":"string"},"payableAmount":{"type":"string"},"amountInWords":{"type":"string"}}},"ePlatform.BS.Service.Models.Models.InvoiceBuilder.PaymentMeansModel":{"type":"object","properties":{"paymentMeansCode":{"type":"string"},"paymentDueDate":{"format":"date-time","type":"string"},"paymentChannelCode":{"type":"string"},"instructionNote":{"type":"string"},"payeeFinancialAccountId":{"type":"string"},"paymentMeansCodeInt":{"format":"int32","type":"integer","readOnly":true}}},"ePlatform.BS.Service.Models.Models.InvoiceBuilder.PaymentTermsModel":{"type":"object","properties":{"amount":{"format":"double","type":"number"},"note":{"type":"string"},"penaltySurchargePercent":{"format":"double","type":"number"}}},"ePlatform.BS.Service.Models.Models.InvoiceBuilder.OrderInfoModel":{"type":"object","properties":{"orderNumber":{"type":"string"},"orderDate":{"format":"date-time","type":"string"},"invoiceDocumentModel":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.InvoiceDocumentModel"}}},"ePlatform.BS.Service.Models.Models.InvoiceBuilder.ArchiveInfoModel":{"type":"object","properties":{"isInternetSale":{"type":"boolean"},"websiteUrl":{"type":"string"},"shipmentSenderTcknVkn":{"type":"string"},"shipmentSendType":{"type":"string"},"shipmentSenderName":{"type":"string"},"shipmentSenderSurname":{"type":"string"},"shipmentDate":{"format":"date-time","type":"string"},"hideDespatchMessage":{"type":"boolean"},"subscriptionType":{"type":"string"},"subscriptionTypeNumber":{"type":"string"}}},"ePlatform.BS.Service.Models.Models.InvoiceBuilder.DespatchInfoModel":{"type":"object","properties":{"despatchProfileType":{"enum":["tEMELIRSALIYE","tICARIIRSALIYE"],"type":"string"},"copyIndicatorType":{"enum":["aSIL","sURET"],"type":"string"},"despatchAdviceType":{"enum":["sEVK"],"type":"string"},"shipmentAddressId":{"format":"int64","type":"integer"}}},"ePlatform.BS.Service.Models.Models.InvoiceBuilder.DespatchLineModel":{"type":"object","properties":{"inventoryServiceId":{"format":"int64","type":"integer"},"inventoryCard":{"type":"string"},"warehouseId":{"format":"int64","type":"integer"},"amount":{"format":"double","minimum":0,"type":"number"},"unitCodeId":{"format":"int64","type":"integer"},"unitPrice":{"format":"double","minimum":0,"type":"number"},"lineAmount":{"format":"double","minimum":0,"type":"number","readOnly":true},"invoiceLineDeliveryInfoModel":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.InvoiceBuilder.InvoiceLineDeliveryInfoModel"}}},"ePlatform.BS.Service.Models.Models.InvoiceBuilder.RelatedDespatch":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"name":{"type":"string"}}},"ePlatform.BS.Service.Models.Models.InvoiceBuilder.BuyerCustomerInfoModel":{"type":"object","properties":{"firstName":{"type":"string"},"familyName":{"type":"string"},"nationality":{"type":"string"},"touristCountry":{"type":"string"},"touristCity":{"type":"string"},"touristDistrict":{"type":"string"},"financialInstitutionName":{"type":"string"},"passportNumber":{"type":"string"},"financialAccountId":{"type":"string"},"currencyCode":{"type":"string"},"paymentNote":{"type":"string"},"issueDate":{"format":"date-time","type":"string"},"companyId":{"type":"string"},"registrationName":{"type":"string"},"partyName":{"type":"string"},"buyerStreet":{"type":"string"},"buyerBuildingName":{"type":"string"},"buyerBuildingNumber":{"type":"string"},"buyerDoorNumber":{"type":"string"},"buyerSmallTown":{"type":"string"},"buyerDistrict":{"type":"string"},"buyerZipCode":{"type":"string"},"buyerCity":{"type":"string"},"buyerCountry":{"type":"string"},"buyerPhoneNumber":{"type":"string"},"buyerFaxNumber":{"type":"string"},"buyerEmail":{"type":"string"},"buyerWebSite":{"type":"string"},"buyerTaxOffice":{"type":"string"}}},"ePlatform.BS.Service.Models.Models.InvoiceBuilder.TaxRepresentativePartyInfoModel":{"type":"object","properties":{"representativeVkn":{"type":"string"},"representativeAlias":{"type":"string"},"representativeCitySubdivisionName":{"type":"string"},"representativeCity":{"type":"string"},"representativeCountry":{"type":"string"}}},"ePlatform.BS.Service.Models.Models.InvoiceBuilder.InvoiceLineTaxModel":{"type":"object","properties":{"taxTypeCode":{"type":"string"},"taxName":{"type":"string"},"taxRate":{"format":"double","minimum":0,"type":"number"},"taxAmount":{"format":"double","minimum":0,"type":"number"},"isWithHolding":{"type":"boolean","readOnly":true},"isNegative":{"type":"boolean","readOnly":true},"withHoldingId":{"format":"int64","type":"integer"},"withHoldingName":{"type":"string"}}},"ePlatform.BS.Service.Models.Models.InvoiceBuilder.InvoiceLineDeliveryInfoModel":{"type":"object","properties":{"deliveryTermsId":{"type":"string"},"packagingTypeCode":{"type":"string"},"packagingId":{"type":"string"},"quantity":{"type":"string"},"transportModeCode":{"type":"string"},"requiredCustomsId":{"type":"string"},"deliveryCountry":{"type":"string"},"deliveryCity":{"type":"string"},"deliveryDistrict":{"type":"string"},"deliveryStreetName":{"type":"string"},"deliveryBuildingNumber":{"type":"string"},"deliveryBuildingName":{"type":"string"},"deliveryPostalZone":{"type":"string"},"airTransportId":{"type":"string"},"roadTransportId":{"type":"string"},"railTransportId":{"type":"string"},"maritimeTransportId":{"type":"string"}}},"ePlatform.BS.Service.Models.Models.InvoiceBuilder.InvoiceDocumentModel":{"type":"object","properties":{"invoiceId":{"type":"string"},"documentId":{"type":"string"},"documentType":{"type":"string"},"documentBase64":{"type":"string"},"bytes":{"format":"byte","type":"string"},"fileName":{"type":"string"},"documentDate":{"format":"date-time","type":"string"},"documentDateInString":{"type":"string","readOnly":true},"isFileExist":{"type":"boolean"}}},"ePlatform.BS.Service.Models.Models.DespatchSettingModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"accountId":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"status":{"format":"byte","type":"string"},"account":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountModel"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.EntryModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.EntryModel"}}}},"ePlatform.BS.Service.Models.EntryModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"entryNumber":{"format":"int64","type":"integer"},"type":{"format":"byte","type":"string"},"callType":{"format":"byte","type":"string"},"entryComment":{"type":"string"},"enteredBy":{"format":"int64","type":"integer"},"enteredName":{"type":"string"},"totalDebit":{"format":"double","type":"number"},"totalCredit":{"format":"double","type":"number"},"enteredDate":{"format":"date-time","type":"string"},"createDate":{"format":"date-time","type":"string"},"entryTransactions":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.EntryTransactionModel"}}}},"ePlatform.BS.Service.Models.EntryTransactionModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"entryId":{"format":"int64","type":"integer"},"accountId":{"format":"int64","type":"integer"},"currentAccountId":{"format":"int64","type":"integer"},"currencyId":{"format":"int64","type":"integer"},"lineNumber":{"format":"int32","type":"integer"},"detailComment":{"type":"string"},"debit":{"format":"double","type":"number"},"credit":{"format":"double","type":"number"},"postingDate":{"format":"date-time","type":"string"},"expirationDate":{"format":"date-time","type":"string"},"paymentMethod":{"type":"string"},"documentType":{"format":"byte","type":"string"},"documentTypeDescription":{"type":"string"},"documentNumber":{"type":"string"},"documentDate":{"format":"date-time","type":"string"},"amountCurrencyId":{"format":"int64","type":"integer"},"amountOriginalExchangeRateDate":{"format":"date-time","type":"string"},"amountOriginalAmount":{"format":"double","type":"number"},"amountOriginalCurrencyId":{"format":"int64","type":"integer"},"amountOriginalExchangeRate":{"format":"double","type":"number"},"amountOriginalExchangeRateSource":{"type":"string"},"amountOriginalExchangeRateComment":{"type":"string"},"contraDocumentNumber":{"type":"string"},"entry":{"$ref":"#/definitions/ePlatform.BS.Service.Models.EntryModel"},"account":{"$ref":"#/definitions/ePlatform.BS.Service.Models.AccountModel"},"accountCode":{"type":"string"},"amountOriginalCurrencyName":{"type":"string"},"amountOriginalAmountDebit":{"format":"double","type":"number"},"amountOriginalAmountCredit":{"format":"double","type":"number"},"isRelationCurrentAccount":{"type":"boolean"}}},"ePlatform.BS.Service.Models.Models.ReportQueryModel":{"type":"object","properties":{"startAccountCode":{"type":"string"},"endAccountCode":{"type":"string"},"transactionStartDate":{"format":"date-time","type":"string"},"transactionEndDate":{"format":"date-time","type":"string"},"getAll":{"format":"byte","type":"string"},"accountType":{"format":"byte","type":"string"}}},"ePlatform.BS.Service.Models.Models.FiscalYear.FiscalYearModel":{"required":["name"],"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"name":{"maxLength":250,"type":"string"},"startDate":{"format":"date-time","type":"string"},"endDate":{"format":"date-time","type":"string"}}},"ePlatform.BS.Service.Models.Models.FiscalYear.FiscalYearPeriodModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"fiscalYearId":{"format":"int64","type":"integer"},"indexNumber":{"format":"byte","type":"string"},"startDate":{"format":"date-time","type":"string"},"endDate":{"format":"date-time","type":"string"},"status":{"format":"byte","type":"string"}}},"ePlatform.BS.Service.Models.Models.Inventory.InventoryCardModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"type":{"format":"byte","type":"string"},"outputUnitCodeId":{"format":"int64","type":"integer"},"inputUnitCodeId":{"format":"int64","type":"integer"},"groupNumber":{"format":"int32","type":"integer"},"unitAmountFormat":{"type":"string"},"purchasePrice":{"format":"double","minimum":0,"type":"number"},"salePrice":{"format":"double","minimum":0,"type":"number"},"purchaseCurrencyId":{"format":"int32","type":"integer"},"saleCurrencyId":{"format":"int32","type":"integer"},"purchaseVatRate":{"format":"byte","type":"string"},"saleVatRate":{"format":"byte","type":"string"},"domesticSaleIncomeAccountId":{"format":"int64","type":"integer"},"saleIncomeReturnAccountId":{"format":"int64","type":"integer"},"foreignSaleIncomeAccountId":{"format":"int64","type":"integer"},"saleDiscountAccountId":{"format":"int64","type":"integer"},"generalProductionExpenseAccountId":{"format":"int64","type":"integer"},"serviceProductionExpenseAccountId":{"format":"int64","type":"integer"},"randdExpenseAccountId":{"format":"int64","type":"integer"},"markettingExpenseAccountId":{"format":"int64","type":"integer"},"generalManagingExpenseAccountId":{"format":"int64","type":"integer"},"inventoryAccountId":{"format":"int64","type":"integer"},"costAccountId":{"format":"int64","type":"integer"},"barcode":{"type":"string"},"inventoryType":{"format":"byte","type":"string"},"minInventory":{"format":"int64","type":"integer"},"maxInventory":{"format":"int64","type":"integer"},"wasteRate":{"format":"double","minimum":0,"type":"number"},"leadTime":{"format":"int32","type":"integer"},"weight":{"format":"double","minimum":0,"type":"number"},"width":{"format":"double","minimum":0,"type":"number"},"height":{"format":"double","minimum":0,"type":"number"},"depth":{"format":"double","minimum":0,"type":"number"},"field":{"format":"double","minimum":0,"type":"number"},"volume":{"format":"double","minimum":0,"type":"number"},"weightUnitCodeId":{"format":"byte","type":"string"},"widthUnitCodeId":{"format":"byte","type":"string"},"heightUnitCodeId":{"format":"byte","type":"string"},"depthUnitCodeId":{"format":"byte","type":"string"},"fieldUnitCodeId":{"format":"byte","type":"string"},"volumeUnitCodeId":{"format":"byte","type":"string"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Data.Models.InventoryDetail, ePlatform.BS.Service.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Data.Models.InventoryDetail"}}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.Inventory.InventoryMovementModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Inventory.InventoryMovementModel"}}}},"ePlatform.BS.Service.Models.Models.Inventory.InventoryMovementModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"documentNo":{"type":"string"},"documentType":{"format":"byte","type":"string"},"inventoryServiceId":{"format":"int64","type":"integer"},"warehouseId":{"format":"int64","type":"integer"},"movementType":{"format":"byte","type":"string"},"amount":{"format":"double","minimum":0,"type":"number"},"unitPrice":{"format":"double","minimum":0,"type":"number"},"unitCodeId":{"format":"int64","type":"integer"},"unitCodeDescription":{"type":"string"},"warehouseName":{"type":"string"},"inventoryServiceName":{"type":"string"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.Inventory.InventoryServiceModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Inventory.InventoryServiceModel"}}}},"ePlatform.BS.Service.Models.Models.Inventory.InventoryServiceModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"type":{"format":"byte","type":"string"},"inventoryType":{"format":"byte","type":"string"},"serviceType":{"format":"byte","type":"string"},"outputUnitCodeId":{"format":"int64","type":"integer"},"inputUnitCodeId":{"format":"int64","type":"integer"},"groupNumber":{"format":"int32","type":"integer"},"purchasePrice":{"format":"double","minimum":0,"type":"number"},"salePrice":{"format":"double","minimum":0,"type":"number"},"purchaseVatRate":{"format":"byte","type":"string"},"saleVatRate":{"format":"byte","type":"string"},"outputUnitCodeDescription":{"type":"string"},"inputUnitCodeDescription":{"type":"string"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.Invoice.SendInvoiceModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Invoice.SendInvoiceModel"}}}},"ePlatform.BS.Service.Models.Models.Invoice.SendInvoiceModel":{"required":["invoiceNumber","targetTitle","targetVknTckn"],"type":"object","properties":{"isSend":{"type":"boolean"},"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"recordType":{"format":"int32","type":"integer"},"ettn":{"format":"uuid","type":"string"},"invoiceNumber":{"maxLength":20,"type":"string"},"executionDate":{"format":"date-time","type":"string"},"description":{"maxLength":300,"type":"string"},"type":{"format":"int32","type":"integer"},"profile":{"format":"int32","type":"integer"},"lineCount":{"format":"int32","type":"integer"},"currentAccountId":{"format":"int64","type":"integer"},"targetTitle":{"maxLength":500,"type":"string"},"targetVknTckn":{"maxLength":11,"type":"string"},"targetAlias":{"maxLength":150,"type":"string"},"invoiceStatus":{"format":"int32","type":"integer"},"recordStatus":{"format":"int32","type":"integer"},"status":{"format":"int32","type":"integer"},"isNew":{"type":"boolean"},"isRead":{"type":"boolean"},"isArchived":{"type":"boolean"},"isAgentNew":{"type":"boolean"},"totalAmount":{"format":"double","type":"number"},"payableAmount":{"format":"double","type":"number"},"currencyId":{"format":"int64","type":"integer"},"currencyRate":{"format":"double","type":"number"},"taxTotal":{"format":"double","type":"number"},"objectStorageKey":{"maxLength":200,"type":"string"},"updateDateUtc":{"format":"date-time","type":"string"},"createDateUtc":{"format":"date-time","type":"string"},"isEArchive":{"type":"boolean","readOnly":true}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.Invoice.ReceiveInvoiceModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Invoice.ReceiveInvoiceModel"}}}},"ePlatform.BS.Service.Models.Models.Invoice.ReceiveInvoiceModel":{"required":["invoiceNumber","targetTitle","targetVknTckn"],"type":"object","properties":{"isSend":{"type":"boolean"},"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"recordType":{"format":"int32","type":"integer"},"ettn":{"format":"uuid","type":"string"},"invoiceNumber":{"maxLength":20,"type":"string"},"executionDate":{"format":"date-time","type":"string"},"description":{"maxLength":300,"type":"string"},"type":{"format":"int32","type":"integer"},"profile":{"format":"int32","type":"integer"},"lineCount":{"format":"int32","type":"integer"},"currentAccountId":{"format":"int64","type":"integer"},"targetTitle":{"maxLength":500,"type":"string"},"targetVknTckn":{"maxLength":11,"type":"string"},"targetAlias":{"maxLength":150,"type":"string"},"totalAmount":{"format":"double","type":"number"},"payableAmount":{"format":"double","type":"number"},"currencyId":{"format":"int64","type":"integer"},"currencyRate":{"format":"double","type":"number"},"taxTotal":{"format":"double","type":"number"},"objectStorageKey":{"maxLength":200,"type":"string"},"originalObjectStorageKey":{"type":"string"},"recordStatus":{"format":"int32","type":"integer"},"invoiceStatus":{"format":"int32","type":"integer"},"invoiceProcessStatus":{"format":"int32","type":"integer"},"isRead":{"type":"boolean"},"isArchived":{"type":"boolean"},"status":{"format":"int32","type":"integer"},"updateDateUtc":{"format":"date-time","type":"string"},"createDateUtc":{"format":"date-time","type":"string"},"isEArchive":{"type":"boolean","readOnly":true},"recordTypeEnum":{"enum":["eArchive","eInvoice","paper"],"type":"string"},"typeEnum":{"enum":["sATIS","iADE","tEVKIFAT","iSTISNA","oZELMATRAH","iHRACKAYITLI"],"type":"string"},"profileEnum":{"enum":["tEMELFATURA","tICARIFATURA","iHRACAT","yOLCUBERABERFATURA"],"type":"string"},"recordStatusEnum":{"enum":["muhasebelesmedi","muhasebelesti","tersKayit"],"type":"string"},"invoiceStatusEnum":{"enum":["draft","test","canceled","queued","error","approved","waitingApprove","failedApprove","automaticApproved","waitingForAprovement","declined","waitingDecline","failedDecline","return","waitingReturn","failedReturn","eArsivCanceled","all"],"type":"string"},"invoiceProcessStatusEnum":{"enum":["saved","processed"],"type":"string"}}},"ePlatform.BS.Service.Models.DocumentResponseModel":{"type":"object","properties":{"invoiceId":{"type":"string"},"reason":{"type":"string"},"responseStatus":{"format":"int32","type":"integer"}}},"ePlatform.BS.Service.Models.Models.XsltViewModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"type":{"format":"byte","type":"string"},"data":{"type":"string"},"issueDate":{"format":"date-time","type":"string"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.InvoiceTaxSettingModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.InvoiceTaxSettingModel"}}}},"ePlatform.BS.Service.Models.InvoiceTaxSettingModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"accountId0":{"format":"int64","type":"integer"},"accountId1":{"format":"int64","type":"integer"},"taxSettingListId":{"format":"int64","type":"integer"},"taxTypeCode":{"type":"string"},"taxRate":{"format":"byte","type":"string"},"taxType":{"format":"byte","type":"string"},"accountName0":{"type":"string"},"accountName1":{"type":"string"},"accountCode0":{"type":"string"},"accountCode1":{"type":"string"}}},"ePlatform.BS.Service.Models.Models.TemplateViewModel":{"type":"object","properties":{"grid_X":{"format":"int32","type":"integer"},"grid_Y":{"format":"int32","type":"integer"},"gridWidth":{"format":"int32","type":"integer"},"gridLineHeight":{"format":"int32","type":"integer"},"textSize":{"format":"int32","type":"integer"},"selectedColumns":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Column"}},"date_X":{"format":"int32","type":"integer"},"date_Y":{"format":"int32","type":"integer"},"dateSize":{"format":"int32","type":"integer"},"lineExtensionAmountSize":{"format":"int32","type":"integer"},"taxExclusiveAmountSize":{"format":"int32","type":"integer"},"taxInclusiveAmountSize":{"format":"int32","type":"integer"},"allowanceTotalAmountSize":{"format":"int32","type":"integer"},"payableAmountSize":{"format":"int32","type":"integer"},"amountInWordsSize":{"format":"int32","type":"integer"},"lineExtensionAmount_X":{"format":"int32","type":"integer"},"taxExclusiveAmount_X":{"format":"int32","type":"integer"},"taxInclusiveAmount_X":{"format":"int32","type":"integer"},"allowanceTotalAmount_X":{"format":"int32","type":"integer"},"payableAmount_X":{"format":"int32","type":"integer"},"amountInWords_X":{"format":"int32","type":"integer"},"lineExtensionAmount_Y":{"format":"int32","type":"integer"},"taxExclusiveAmount_Y":{"format":"int32","type":"integer"},"taxInclusiveAmount_Y":{"format":"int32","type":"integer"},"allowanceTotalAmount_Y":{"format":"int32","type":"integer"},"payableAmount_Y":{"format":"int32","type":"integer"},"amountInWords_Y":{"format":"int32","type":"integer"}}},"ePlatform.BS.Service.Models.Models.Column":{"type":"object","properties":{"name":{"type":"string"},"width":{"format":"int32","type":"integer"},"value":{"type":"string"}}},"ePlatform.BS.Service.Data.Models.InvoiceTemplate":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"customerId":{"format":"int64","type":"integer"},"settings":{"type":"string"},"createDate":{"format":"date-time","type":"string"},"updateDate":{"format":"date-time","type":"string"}}},"ePlatform.BS.Service.Models.Models.ModuleModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"name":{"type":"string"},"description":{"type":"string"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.NoteModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.NoteModel"}}}},"ePlatform.BS.Service.Models.Models.NoteModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"recipientAccId":{"format":"int64","type":"integer"},"senderAccId":{"format":"int64","type":"integer"},"senderCurAccId":{"format":"int64","type":"integer"},"recipientCurAccId":{"format":"int64","type":"integer"},"type":{"format":"int32","type":"integer"},"warranter":{"type":"string"},"no":{"type":"string"},"date":{"format":"date-time","type":"string"},"currencyId":{"format":"int64","type":"integer"},"exchangeDate":{"format":"date-time","type":"string"},"exchangeRate":{"format":"double","minimum":0,"type":"number"},"exchangeRateSource":{"type":"string"},"cityId":{"format":"int64","type":"integer"},"position":{"format":"int32","type":"integer"},"settlementDate":{"format":"date-time","type":"string"},"amount":{"format":"double","minimum":0,"type":"number"},"exchangeRateDescription":{"type":"string"},"recordStatus":{"format":"int32","type":"integer"},"currencyName":{"type":"string"},"accountName":{"type":"string"},"accountCode":{"type":"string"},"positionEnum":{"enum":["portfoyde","tahsilatta","teminatta","karşılıksız","ciroda","İcrada","iadeEdildi","tahsilEdildi"],"type":"string"}}},"ePlatform.BS.Service.Models.Models.NoteHistoryModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"noteId":{"format":"int64","type":"integer"},"newPosition":{"format":"int32","type":"integer"},"accountName":{"type":"string"},"accountCode":{"type":"string"},"payrollId":{"format":"int64","type":"integer"},"date":{"format":"date-time","type":"string"},"actType":{"format":"int32","type":"integer"},"createDate":{"format":"date-time","type":"string"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.OrderHeaderModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.OrderHeaderModel"}}}},"ePlatform.BS.Service.Models.Models.OrderHeaderModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"description":{"type":"string"},"type":{"format":"byte","type":"string"},"currentAccountId":{"format":"int64","type":"integer"},"currencyCodeId":{"format":"int64","type":"integer"},"exchange":{"format":"double","minimum":0,"type":"number"},"orderDate":{"format":"date-time","type":"string"},"number":{"format":"int32","type":"integer"},"dueDate":{"format":"date-time","type":"string"},"orderItem":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.OrderItemsModel"}},"accountList":{"format":"int32","type":"integer"},"name":{"type":"string"},"grossTotal":{"format":"double","type":"number"}}},"ePlatform.BS.Service.Models.Models.OrderItemsModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"orderId":{"format":"int64","type":"integer"},"inventoryServiceId":{"format":"int64","type":"integer"},"dueDate":{"format":"date-time","type":"string"},"quantity":{"format":"double","minimum":0,"type":"number"},"unitCodeId":{"format":"int64","type":"integer"},"unitPrice":{"format":"double","minimum":0,"type":"number"},"totalAmount":{"format":"double","minimum":0,"type":"number"},"inventoryCard":{"type":"string"},"description":{"type":"string"},"unitCodeModel":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.UnitCodeModel"}}}},"ePlatform.BS.Service.Models.Models.UnitCodeModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"code":{"type":"string"},"description":{"type":"string"},"format":{"type":"string"},"isEnabled":{"type":"boolean"},"createdDate":{"format":"date-time","type":"string"},"updatedDate":{"format":"date-time","type":"string"},"isSelectedUnitCode":{"type":"boolean"},"unitPrice":{"format":"double","type":"number"}}},"ePlatform.BS.Service.Models.Models.OrderTotalsModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"orderId":{"format":"int64","type":"integer"},"grossTotal":{"format":"double","type":"number"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.PayrollModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.PayrollModel"}}}},"ePlatform.BS.Service.Models.Models.PayrollModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"accountId":{"format":"int64","type":"integer"},"recipientId":{"format":"int64","type":"integer"},"senderId":{"format":"int64","type":"integer"},"payrollType":{"format":"int32","type":"integer"},"no":{"format":"int32","type":"integer"},"date":{"format":"date-time","type":"string"},"recordStatus":{"format":"int32","type":"integer"},"type":{"format":"int32","type":"integer"},"currencyId":{"format":"int64","type":"integer"},"totalAmount":{"format":"double","minimum":0,"type":"number"},"currencyName":{"type":"string"},"accountCode":{"type":"string"},"accountName":{"type":"string"},"position":{"format":"int32","type":"integer"},"notes":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.NoteModel"}}}},"ePlatform.BS.Service.Models.Models.Inventory.ServiceCardModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"type":{"format":"byte","type":"string"},"outputUnitCodeId":{"format":"int64","type":"integer"},"inputUnitCodeId":{"format":"int64","type":"integer"},"groupNumber":{"format":"int32","type":"integer"},"unitAmountFormat":{"type":"string"},"purchasePrice":{"format":"double","minimum":0,"type":"number"},"salePrice":{"format":"double","minimum":0,"type":"number"},"purchaseCurrencyId":{"format":"int32","type":"integer"},"saleCurrencyId":{"format":"int32","type":"integer"},"purchaseVatRate":{"format":"byte","type":"string"},"saleVatRate":{"format":"byte","type":"string"},"domesticSaleIncomeAccountId":{"format":"int64","type":"integer"},"saleIncomeReturnAccountId":{"format":"int64","type":"integer"},"foreignSaleIncomeAccountId":{"format":"int64","type":"integer"},"saleDiscountAccountId":{"format":"int64","type":"integer"},"generalProductionExpenseAccountId":{"format":"int64","type":"integer"},"serviceProductionExpenseAccountId":{"format":"int64","type":"integer"},"randdExpenseAccountId":{"format":"int64","type":"integer"},"markettingExpenseAccountId":{"format":"int64","type":"integer"},"generalManagingExpenseAccountId":{"format":"int64","type":"integer"},"serviceType":{"format":"byte","type":"string"}}},"ePlatform.BS.Service.Models.Models.SubAccountPositionModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"accountId":{"format":"int64","type":"integer"},"positionId":{"format":"byte","type":"string"},"customerId":{"format":"int64","type":"integer"},"documentType":{"format":"byte","type":"string"},"positionType":{"format":"byte","type":"string"},"status":{"format":"byte","type":"string"},"accountName":{"type":"string"},"accountCode":{"type":"string"}}},"ePlatform.BS.Service.Models.Models.TableFilterModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"moduleId":{"format":"int64","type":"integer"},"url":{"type":"string"},"componentName":{"type":"string"},"label":{"type":"string"},"data":{"type":"string"}}},"ePlatform.BS.Service.Data.Models.TaxExemptionReason":{"required":["value","description"],"type":"object","properties":{"id":{"format":"int64","type":"integer"},"value":{"maxLength":250,"type":"string"},"description":{"maxLength":500,"type":"string"},"relatedType":{"format":"int32","type":"integer"},"isEnabled":{"type":"boolean"},"createdDate":{"format":"date-time","type":"string"},"createdBy":{"format":"int32","type":"integer"},"updatedDate":{"format":"date-time","type":"string"},"updatedBy":{"format":"int32","type":"integer"}}},"ePlatform.BS.Service.Data.Models.TaxTypeCode":{"required":["name"],"type":"object","properties":{"code":{"maxLength":50,"type":"string"},"name":{"maxLength":100,"type":"string"},"description":{"maxLength":500,"type":"string"},"isProrata":{"type":"boolean"},"isEnabled":{"type":"boolean"},"isCalculationBaseOnLineAmount":{"type":"boolean"},"isNegative":{"type":"boolean"},"createdBy":{"format":"int32","type":"integer"},"createdDate":{"format":"date-time","type":"string"},"updatedBy":{"format":"int32","type":"integer"},"updatedDate":{"format":"date-time","type":"string"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.UnitCodeFormatModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.UnitCodeFormatModel"}}}},"ePlatform.BS.Service.Models.Models.UnitCodeFormatModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"unitCodeId":{"format":"int64","type":"integer"},"unitCodeDescription":{"type":"string"},"format":{"type":"string"}}},"ePlatform.BS.Service.Models.PagedList`1[[ePlatform.BS.Service.Models.Models.Inventory.WarehouseModel, ePlatform.BS.Service.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]":{"type":"object","properties":{"pageIndex":{"format":"int32","type":"integer","readOnly":true},"pageSize":{"format":"int32","type":"integer","readOnly":true},"totalCount":{"format":"int32","type":"integer","readOnly":true},"totalPages":{"format":"int32","type":"integer","readOnly":true},"hasNextPage":{"type":"boolean","readOnly":true},"hasPreviousPage":{"type":"boolean","readOnly":true},"items":{"type":"array","items":{"$ref":"#/definitions/ePlatform.BS.Service.Models.Models.Inventory.WarehouseModel"}}}},"ePlatform.BS.Service.Models.Models.Inventory.WarehouseModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"name":{"type":"string"}}},"ePlatform.BS.Service.Data.Models.WithHoldingCode":{"required":["value","description"],"type":"object","properties":{"id":{"format":"int64","type":"integer"},"value":{"maxLength":250,"type":"string"},"rate":{"format":"int32","type":"integer"},"description":{"maxLength":500,"type":"string"},"isEnabled":{"type":"boolean"},"createdDate":{"format":"date-time","type":"string"},"createdBy":{"format":"int32","type":"integer"},"updatedDate":{"format":"date-time","type":"string"},"updatedBy":{"format":"int32","type":"integer"}}}},"securityDefinitions":{}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment