POST v6/api_1897/E_IrsaliyeGoruntule

İmzalanan irsaliyeleri görüntülemeye yarayan servistir.

Request Information

URI Parameters

None.

Body Parameters

MikroGetIrsaliyeAsHtmlRequest
NameDescriptionTypeAdditional information
EvrakSeri

string

None.

EvrakSira

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EvrakSeri": "sample string 1",
  "EvrakSira": 2
}

application/xml, text/xml

Sample:
<MikroGetIrsaliyeAsHtmlRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/V6.models.Entegrasyon.Operasyonlar.MIKRO.Models">
  <EvrakSeri>sample string 1</EvrakSeri>
  <EvrakSira>2</EvrakSira>
</MikroGetIrsaliyeAsHtmlRequest>

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 'MikroGetIrsaliyeAsHtmlRequest'.

Response Information

Resource Description

ResultModel
NameDescriptionTypeAdditional information
IsSuccessfull

boolean

None.

ErrorMessage

string

None.

StatusCode

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccessfull": true,
  "ErrorMessage": "sample string 2",
  "StatusCode": 3
}

application/xml, text/xml

Sample:
<ResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/V6.models.CommonModels">
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsSuccessfull>true</IsSuccessfull>
  <StatusCode>3</StatusCode>
</ResultModel>