POST v6/api_241/Depolar

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ItemResultModelOfListOfSrcDepo
NameDescriptionTypeAdditional information
IsSuccessfull

boolean

None.

ErrorMessage

string

None.

Item

Collection of SrcDepo

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccessfull": true,
  "ErrorMessage": "sample string 2",
  "Item": [
    {
      "depono": 1,
      "depoismi": "sample string 2"
    },
    {
      "depono": 1,
      "depoismi": "sample string 2"
    }
  ]
}

application/xml, text/xml

Sample:
<ItemResultModelOfArrayOfOrtakTanimlar.SrcDepoovMTRydP 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/Resources">
    <d2p1:OrtakTanimlar.SrcDepo>
      <d2p1:depoismi>sample string 2</d2p1:depoismi>
      <d2p1:depono>1</d2p1:depono>
    </d2p1:OrtakTanimlar.SrcDepo>
    <d2p1:OrtakTanimlar.SrcDepo>
      <d2p1:depoismi>sample string 2</d2p1:depoismi>
      <d2p1:depono>1</d2p1:depono>
    </d2p1:OrtakTanimlar.SrcDepo>
  </Item>
</ItemResultModelOfArrayOfOrtakTanimlar.SrcDepoovMTRydP>