GET api/Tbl_Shahrestan/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Tbl_Shahrestan
NameDescriptionTypeAdditional information
ID

integer

None.

PK_Ostan

integer

None.

Title

string

None.

tarh

boolean

None.

name

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "PK_Ostan": 1,
  "Title": "sample string 2",
  "tarh": true,
  "name": "sample string 3"
}

text/html

Sample:
{"ID":1,"PK_Ostan":1,"Title":"sample string 2","tarh":true,"name":"sample string 3"}

application/xml, text/xml

Sample:
<Tbl_Shahrestan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models">
  <ID>1</ID>
  <PK_Ostan>1</PK_Ostan>
  <Title>sample string 2</Title>
  <name>sample string 3</name>
  <tarh>true</tarh>
</Tbl_Shahrestan>