GET api/Request/GetEstelamGovahi?NationalCode={NationalCode}&LedgerNumber={LedgerNumber}&AccountNumber={AccountNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
NationalCode

string

Required

LedgerNumber

string

Required

AccountNumber

string

Required

Body Parameters

None.

Response Information

Resource Description

EstelamGovahiResponse
NameDescriptionTypeAdditional information
Status

integer

None.

ErrorMessage

string

None.

Items

Collection of EstelamGovahiItemResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "errorMessage": "sample string 2",
  "items": [
    {
      "name": "sample string 1",
      "famil": "sample string 2",
      "govahiType": "sample string 3",
      "trTaeed": "sample string 4",
      "trErsal": "sample string 5",
      "rahgiri": "sample string 6"
    },
    {
      "name": "sample string 1",
      "famil": "sample string 2",
      "govahiType": "sample string 3",
      "trTaeed": "sample string 4",
      "trErsal": "sample string 5",
      "rahgiri": "sample string 6"
    }
  ]
}

text/html

Sample:
{"status":1,"errorMessage":"sample string 2","items":[{"name":"sample string 1","famil":"sample string 2","govahiType":"sample string 3","trTaeed":"sample string 4","trErsal":"sample string 5","rahgiri":"sample string 6"},{"name":"sample string 1","famil":"sample string 2","govahiType":"sample string 3","trTaeed":"sample string 4","trErsal":"sample string 5","rahgiri":"sample string 6"}]}

application/xml, text/xml

Sample:
<EstelamGovahiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Saba.Common.PublicApi">
  <ErrorMessage>sample string 2</ErrorMessage>
  <Items>
    <EstelamGovahiItemResponse>
      <Famil>sample string 2</Famil>
      <GovahiType>sample string 3</GovahiType>
      <Name>sample string 1</Name>
      <Rahgiri>sample string 6</Rahgiri>
      <TrErsal>sample string 5</TrErsal>
      <TrTaeed>sample string 4</TrTaeed>
    </EstelamGovahiItemResponse>
    <EstelamGovahiItemResponse>
      <Famil>sample string 2</Famil>
      <GovahiType>sample string 3</GovahiType>
      <Name>sample string 1</Name>
      <Rahgiri>sample string 6</Rahgiri>
      <TrErsal>sample string 5</TrErsal>
      <TrTaeed>sample string 4</TrTaeed>
    </EstelamGovahiItemResponse>
  </Items>
  <Status>1</Status>
</EstelamGovahiResponse>