HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/PromaxSiparisTakipDetayGuncelleRequest HTTP/1.1
Host: 81.214.221.206
Content-Type: application/xml
Content-Length: length
<PromaxSiparisTakipDetayGuncelleRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AyenEntegrator.Models.Client.Promax">
<Aciklama>String</Aciklama>
<Durum>Yeni</Durum>
<FaturaNotu>String</FaturaNotu>
<HediyeNotu>String</HediyeNotu>
<HediyePaketi>false</HediyePaketi>
<SevkDepoId>0</SevkDepoId>
<SevkDepoId2>0</SevkDepoId2>
<SevkTarih>0001-01-01T00:00:00</SevkTarih>
<SthIdent>0</SthIdent>
<TakipDetayId>0</TakipDetayId>
</PromaxSiparisTakipDetayGuncelleRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<GeneralResponseOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AyenEntegrator.Models.BaseModels">
<Data />
<ErrorCode>ERR_000_SUCCESS</ErrorCode>
<ErrorCodeText>String</ErrorCodeText>
<Message>String</Message>
<Messages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</Messages>
<Success>false</Success>
<Object>0</Object>
</GeneralResponseOfint>