POST v6/api_1121/Seferler
Request Information
URI Parameters
None.
Body Parameters
SrcYuklemeDepolar| Name | Description | Type | Additional 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:
Response Information
Resource Description
ItemResultModelOfListOfSrcYuklemeSeferler| Name | Description | Type | Additional 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-12-06T07:13:06.9755211+03:00"
},
{
"seferno": 1,
"plaka": "sample string 2",
"tarih": "2025-12-06T07:13:06.9755211+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-12-06T07:13:06.9755211+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-12-06T07:13:06.9755211+03:00</d2p1:tarih>
</d2p1:mdl_1121.SrcYuklemeSeferler>
</Item>
</ItemResultModelOfArrayOfmdl_1121.SrcYuklemeSeferlerxGkVyEj8>