POST api/MalKabul/DepolarArasi
Request Information
URI Parameters
None.
Body Parameters
Depo| Name | Description | Type | Additional information |
|---|---|---|---|
| KaynakDepo | integer |
None. |
|
| HedefDepo | integer |
None. |
|
| IslemTarihi | date |
None. |
|
| Kalemler | Collection of IslemKalemleri |
None. |
Request Formats
application/json, text/json
Sample:
{
"KaynakDepo": 1,
"HedefDepo": 2,
"IslemTarihi": "2025-12-06T23:13:20.8773027+03:00",
"Kalemler": [
{
"StokKodu": "sample string 1",
"Miktar": 2.1,
"Aciklama": "sample string 3",
"SatirNo": 4
},
{
"StokKodu": "sample string 1",
"Miktar": 2.1,
"Aciklama": "sample string 3",
"SatirNo": 4
}
]
}
application/xml, text/xml
Sample:
<Depo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Desowa_WMS.Models.MalKabul">
<HedefDepo>2</HedefDepo>
<IslemTarihi>2025-12-06T23:13:20.8773027+03:00</IslemTarihi>
<Kalemler>
<IslemKalemleri>
<Aciklama>sample string 3</Aciklama>
<Miktar>2.1</Miktar>
<SatirNo>4</SatirNo>
<StokKodu>sample string 1</StokKodu>
</IslemKalemleri>
<IslemKalemleri>
<Aciklama>sample string 3</Aciklama>
<Miktar>2.1</Miktar>
<SatirNo>4</SatirNo>
<StokKodu>sample string 1</StokKodu>
</IslemKalemleri>
</Kalemler>
<KaynakDepo>1</KaynakDepo>
</Depo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GlobalResponseOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| status | boolean |
None. |
|
| message | string |
None. |
|
| page | integer |
None. |
|
| size | integer |
None. |
|
| totalCount | integer |
None. |
|
| totalPage | integer |
None. |
|
| items | boolean |
None. |
|
| EvrakBilgileri | EvrakBilgileri |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"message": "sample string 2",
"page": 3,
"size": 4,
"totalCount": 5,
"totalPage": 6,
"items": true,
"EvrakBilgileri": {
"EvrakSeriNo": "sample string 1",
"EvrakNo": 2,
"EvrakTipi": 64,
"EvrakCins": 64
}
}
application/xml, text/xml
Sample:
<GlobalResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Desowa_WMS">
<EvrakBilgileri>
<EvrakCins>64</EvrakCins>
<EvrakNo>2</EvrakNo>
<EvrakSeriNo>sample string 1</EvrakSeriNo>
<EvrakTipi>64</EvrakTipi>
</EvrakBilgileri>
<items>true</items>
<message>sample string 2</message>
<page>3</page>
<size>4</size>
<status>true</status>
<totalCount>5</totalCount>
<totalPage>6</totalPage>
</GlobalResponseOfboolean>