POST v6/api_1121/Seferler

Request Information

URI Parameters

None.

Body Parameters

SrcYuklemeDepolar
NameDescriptionTypeAdditional information
depono

integer

None.

depoismi

string

None.

firmano

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "depono": 1,
  "depoismi": "sample string 2",
  "firmano": 3
}

application/xml, text/xml

Sample:
<mdl_1121.SrcYuklemeDepolar xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/V6.models.Yonetim.Yonetim">
  <depoismi>sample string 2</depoismi>
  <depono>1</depono>
  <firmano>3</firmano>
</mdl_1121.SrcYuklemeDepolar>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SrcYuklemeDepolar'.

Response Information

Resource Description

ItemResultModelOfListOfSrcYuklemeSeferler
NameDescriptionTypeAdditional information
IsSuccessfull

boolean

None.

ErrorMessage

string

None.

Item

Collection of SrcYuklemeSeferler

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccessfull": true,
  "ErrorMessage": "sample string 2",
  "Item": [
    {
      "seferno": 1,
      "plaka": "sample string 2",
      "tarih": "2025-06-19T16:49:28.8546814+03:00"
    },
    {
      "seferno": 1,
      "plaka": "sample string 2",
      "tarih": "2025-06-19T16:49:28.8546814+03:00"
    }
  ]
}

application/xml, text/xml

Sample:
<ItemResultModelOfArrayOfmdl_1121.SrcYuklemeSeferlerxGkVyEj8 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/V6.models.Entegrasyon.Operasyonlar.CoupaEntegrasyon.Models.ResultModels">
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsSuccessfull>true</IsSuccessfull>
  <Item xmlns:d2p1="http://schemas.datacontract.org/2004/07/V6.models.Yonetim.Yonetim">
    <d2p1:mdl_1121.SrcYuklemeSeferler>
      <d2p1:plaka>sample string 2</d2p1:plaka>
      <d2p1:seferno>1</d2p1:seferno>
      <d2p1:tarih>2025-06-19T16:49:28.8546814+03:00</d2p1:tarih>
    </d2p1:mdl_1121.SrcYuklemeSeferler>
    <d2p1:mdl_1121.SrcYuklemeSeferler>
      <d2p1:plaka>sample string 2</d2p1:plaka>
      <d2p1:seferno>1</d2p1:seferno>
      <d2p1:tarih>2025-06-19T16:49:28.8546814+03:00</d2p1:tarih>
    </d2p1:mdl_1121.SrcYuklemeSeferler>
  </Item>
</ItemResultModelOfArrayOfmdl_1121.SrcYuklemeSeferlerxGkVyEj8>