GET api/MostahekenDafa?db_name={db_name}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
db_name

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of customers_daera
NameDescriptionTypeAdditional information
id_Daera

decimal number

None.

Name_Daera

string

None.

Notes

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id_Daera": 1.1,
    "Name_Daera": "sample string 2",
    "Notes": "sample string 3"
  },
  {
    "id_Daera": 1.1,
    "Name_Daera": "sample string 2",
    "Notes": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfcustomers_daera xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/meraApi.Models">
  <customers_daera>
    <Name_Daera>sample string 2</Name_Daera>
    <Notes>sample string 3</Notes>
    <id_Daera>1.1</id_Daera>
  </customers_daera>
  <customers_daera>
    <Name_Daera>sample string 2</Name_Daera>
    <Notes>sample string 3</Notes>
    <id_Daera>1.1</id_Daera>
  </customers_daera>
</ArrayOfcustomers_daera>